Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 How about a regions list?

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
rittjc Posted - Dec 15 2006 : 1:38:42 PM
It would be nice when you have a private method, to jump to the region for private methods like you can show a list of methods and jump to a method. If the existing C# parser knows of regions and their start (or selectably their end) position, it would save a bunch of time as well in helping people organize their code.
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 14 2008 : 2:40:19 PM
case=808 is implemented in build 1645
feline Posted - Dec 18 2006 : 11:08:50 AM
I don't actually know if they are currently parsed, but I would not be surprised if they were simply ignored by our parser.

As for performance, remember that we have put a lot of work into getting a parser that runs acceptably fast, and we still get bug reports of the parser bringing people's machines to their knee's in some particularly nasty C++ code

The primary reservation is simply that taking time to add a feature means time not spent bug fixing. We have a lot of outstanding bugs, some big, some small, so balancing between new features and bug fixes is a difficult task.

Also we have to consider how many people will a particular feature benefit. Adding refactoring and Find References bring a lot of benefits to a lot of our customers, so they are a good investment. For other features where only one or two people have requested them it is sometimes harder to assess the likely benefit.
rittjc Posted - Dec 16 2006 : 04:29:40 AM
Hello Feline,

Are regions something you already have parsed and have that info on hand? I tried installing an addin at one time that shows you the existing addins and allowed you to move code from and to them. The problem was that it was too performant prohibitive, i.e. they had to parse on the fly and it took too long.

When you discuss this features, what are the reservations of adding it. I don't thing creating a drop down is an issue so, is it parsing on the fly as it was in the addin?

Just Curious.
feline Posted - Dec 15 2006 : 2:57:19 PM
we are considering adding regions to the alt-m list at some point in the future

case=808

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000