mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-26 22:31:18 +00:00
shift-click: list members of channel-connected nodegroup
This commit is contained in:
parent
167f93f836
commit
09c578e361
@ -460,7 +460,7 @@ function handleClick(e){
|
||||
var cy = Math.round(y*grChipSize/600);
|
||||
// prepare two lines of status report
|
||||
var s1='x: ' + cx + ' y: ' + cy;
|
||||
var s2='node: ' + w + ' ' + nodeName(w);
|
||||
var s2='node: ' + w + ' ' + nodeName(w);
|
||||
if(w==-1) {
|
||||
setStatus(s1); // no node found, so report only coordinates
|
||||
return;
|
||||
@ -483,7 +483,7 @@ function handleClick(e){
|
||||
if(e.shiftKey) {
|
||||
getNodeGroup(w);
|
||||
nodelist = group;
|
||||
s2 = "nodegroup from " + s2
|
||||
s2 = "nodegroup from " + s2 + " (nodes: " + group.join(",") + ")";
|
||||
}
|
||||
hiliteNode(nodelist);
|
||||
setStatus(s1, s2);
|
||||
|
Loading…
Reference in New Issue
Block a user