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
 doxygen folding support
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

_NN_
New Member

6 Posts

Posted - Jun 05 2011 :  05:52:23 AM  Show Profile  Reply with Quote
Is it possible to add folding for doxygen style comments ?

http://www.stack.nl/~dimitri/doxygen/grouping.html

E.g.

Fold here-> /// @name MyBlock
/// @{
...
/// @}

And it folds like #region/#endregion:

[+] MyBlock

Also alternative doxygen syntax should be allowed:
/** @name MyBlock */
/** @{ */
...
/** @} */


Is it possible to do only with VAX macros ?
Since many projects using doxygen comment style this would be a very handy feature.

Thanx.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 06 2011 :  08:26:30 AM  Show Profile  Reply with Quote
I had a similar problem with VBScript a while ago, and wrote an IDE macro to collapse the functions:

http://support.wholetomato.com?W444

you will need to update the IDE find regular expressions, but this macro should do what you want. I am not sure what it will do to the current outlining of functions in your code though. Hopefully a couple of extra calls to the IDE outlining commands will fix any oddities you encounter.

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