V 0.5.13: (2003/08/15)
======================
FIX: (THIS TIME IT WORKS REALLY!) COMMENTS BUG IN C/C++ AND PASCAL/DELPHI
Comments were wring calculated. A line comment
like:
Code: Select all
//**********
void ...
ADDED JUMP TO LINE AS COMMAND
So you can setup a keyboard binding to that command. Per default no hotkey is assigned.
URL: http://liveordead.de/free/hpg_ed_0513.zip
V 0.5.12: (2003/08/13)
======================
FIX: COMMENTS BUG IN C/C++ AND PASCAL/DELPHI
Comments were wrong calculated. A line comment like:
Code: Select all
//**********
void ...
CHANGED CURSOR BEHAVIOR PREVWORD (Ctrl-Left)
Cursor just moved to previous word until column 0. If on clumn 0 Ctrl-Left
was ignored. Now the cursor moves to the last word of the previous row (if any).
NEW SAVE DIALOG
Added places bar to the save as dialog.
FIXED: NON ENGLISH SHORTCUT TEXTS
Under some strange circumstances the Shortcut texts for menus, toolbar
button hints etc. would be display in German. Now all captions are builded with a plain English version.
NEW SUPPORT FOR LONG LINES
Changed the maximum number of characters from 1024 to 4096. This slows down the editor a little bit, but a lot of files I'm using may contain more lines so I decided this by myself

(In next versions the number of columns should be dynamically determined).
CHANGED CONFIG DIALOGS
Changed some config pages a little bit to make the dealing with settings a little bit easier. The "General Settings" and "Tab & Indetions" pages are changed to a treeview options dialog.
Have fun!