Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Attributes brace [ ] minimising.

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
Riscy Posted - Jan 01 2007 : 05:11:12 AM
Is there way for visual assist to minimise attributes or such that using [] brace, example below
========================================================
[Browsable(true), CategoryAttribute("Appearance"),
Description("Disable button flashing"), System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]

public void FButtonStop()
=======================================================

into

[.^.]public void FButtonStop()

It make code hell lot easier to read and make sense.

Pretty please

Happy New Year and thank for the Visual Assist, it a great product.
which make code significantly easier to read...

Riscy
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 02 2007 : 09:41:41 AM
The IDE already offers code folding in VS2003 and VS2005. We do not really have enough control over the IDE to safely attempt this.

In VS2005 you can select text and then right click -> outlining -> hide selection.
This is a manual method, but should do what you want.

depending on the language and IDE you are using, can you specify a syntax colour for just this text in the IDE's options?

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