Page 1 of 1

add tool for each Variable work list

Posted: Fri Oct 27, 2017 8:15 am
by gurj
add tool for each Variable work list
ease to view interaction
Example:

{
line6:t=b+c
line8:t=b+d
t
line11:c=e*t
line16:f=t-b+c
line26:f=b-t+c
}
{
line6:a=b+c
line8:a=b+d
a
line11:c=e*a
line16:f=a-b+c
line26:f=b-a+c
}
...

and if click 'line11:c=e*t', then locator to line11 in code.

Re: add tool for each Variable work list

Posted: Fri Oct 27, 2017 8:38 am
by gurj
Include these:

line10:t+1 ;completeness code: t=t+1
t
line7:c>e*t ;completeness code: if c>e*t
line9:t+1 ;completeness code: resizewindow(0,t+1,....

may not use ;...