add tool for each Variable work list

Working on new editor enhancements?
User avatar
gurj
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

add tool for each Variable work list

Post 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.
my pb for chinese:
http://ataorj.ys168.com
User avatar
gurj
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

Re: add tool for each Variable work list

Post 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 ;...
my pb for chinese:
http://ataorj.ys168.com
Post Reply