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? |
|
|