Folding VB Code in jEdit using Configurable Fold Handler Plugin
Earlier today, version 0.4 of the Configurable Fold Handler Plugin was announced [1] on jedit-devel. Using the following regexps, one can fold VB code. Improvements or suggestions welcome.
- Fold start string:
- ^(?:Public|Private)?\s*\b(?:Sub|Function|Property|Type)\b
- Fold end string:
- ^End\s+(?:Sub|Function|Property|Type)\b
| [1] | http://marc.theaimsgroup.com/?l=jedit-devel&m=105584623401830&w=2 |