Quote: "Does Rob K's editor fold and unfold functions? What does it/ or will it do over the original in DBpro? "
Nope. Unfortunately the editing component doesn't allow it.
The advantages over the original include:
- Tabbed interface - easy to switch between files, including those not part of the project
- Code Snippets library
- Integrated media browser
- Listing of types
- Variable listing shows variable type, scope and for arrays, the dimensions
- Function listing shows parameters when you hold the mouse down on a function name. Typing a user function in the code window will also popup the parameters just like normal commands in the usual IDE
- On-the-fly help
- Multiple instances allowed (so you can have several projects / source files open at once)
- More informative compile dialog - shows current compile line no / progress. When you get an error, the PROGRAM TRACE and ERROR TRACE info is shown (so you can track the error even if the compiler reports a wrong line number)
- 4-way split coding view (default IDE allows 2 split view)
- Fully customiseable syntax highlighting
- Other source code extras, eg: Irregular Bracket detection