Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 vertical code navigation
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

meissnersd
Senior Member

34 Posts

Posted - Sep 26 2006 :  10:56:12 AM  Show Profile
Hi, I love VassistX. Its great!
Ok now for my feature request... :-)

I am often moving up and down a large function.
Down/up arrow it too slow, it hits too many lines.
The Next scope function in VassistX is often too big a step.

I think I want Next/Previous Code Block
It navigates in the Y direction in a file

A block line is any line of code that does not have white space or { }
Non-block are lines with space, tabs, newline and { } char.

So if you started at line 102

line#
100 if( isX )
101 {
102 foo();
103 //stuff
104 // more stuff
105 }
106 else
107 {
108 bar(1);
109 bar(2);
110 bar(3);
111 }
112
112 return false;

Alt-Down arrow is Next Block three times would move the cursor
You would hop to
106 else
108 bar(1)
112 return false

this is a lot faster...
Prev Block would move you up to the end of the previous block of course.

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Sep 26 2006 :  5:13:55 PM  Show Profile
replied here: http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=5366

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000