And here's the changelog:
- "Save All" has been moved up to become the first save item on the file menu.
- Ctrl+S now maps to Save All instead of Save Source.
- "Save Project" is now called "Save Project File (Not Source)".
- Added some extra checking if you close the IDE to be sure it asks you to save properly.
- The auto function-folding was fully removed. It would sometimes bug out and leave lines
hidden. Instead, there is now a static "Fold All Functions", "Unfold All", "Fold Selected
Lines" and "Unfold Selected Lines".
Fold All functions scans through the source windows and collapses functions. You can open
and close the folded functions, and it will maintain the fold icon. If you add text inside
the function, it will refold properly.
Fold Selected Lines can be used by highlighting any lines (like you were going to copy
them), and selecting the option. It will collapse them. So you can use it to hide large
chunks of code not in functions.
Unfold selected has two uses - first, if some areas of code are folded, just highlight
over them, and use the option to remove the folding.
Second, fold 100 lines of code - click the expand to display the whole section. Select
some lines in the middle of those 100, choose the Unfold Selected option, and the editor
will break it into two folding sections, and of course, those middle lines won't be a part
of either folding section. Not horribly useful - just a byproduct feature, really.
Unfold all will remove all folding in the code, remove the folding icons, and makes sure
all lines are visible.
- Implemented multi language support.
Danny Gregory
BSc Computer Science - UG
University of Southampton