ann: hpg_ed.wlx 0_58 - a programmer's editor

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
hpg
Junior Member
Junior Member
Posts: 79
Joined: 2003-03-16, 12:20 UTC

ann: hpg_ed.wlx 0_58 - a programmer's editor

Post by *hpg »

new version available at
http://liveordead.de/free/hpg_ed_058.zip

Changes:
V 0.5.8:
Changes:
- add: enhanced the find findnext function (F3, Ctrl-F).
it supports now: backwards search and restarts search if term
was not found at the start (or at the end in case of backwords
search ;-).
- fix: rejects binaries also if invoked via '4'. Currently this
may unfortunatelly take some time :-(
- enh: some graphical enhancements with gutter:
added current line's indicator,
gutter width is calculated at edit time (no flicker i hope) and is
less width comsumpting :-)
- add: in configuration you can now change default key bindings in a
comprehensive dialog
- add: Support for custom keywords, loaded asynchroniously from an external
reference file(!)
See description about Custom keywords in Readme.doc

Have fun!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48093
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

- fix: rejects binaries also if invoked via '4'. Currently this may unfortunatelly take some time
To make this faster, could you just read the first 32k of the file yourself and check for the presence of 0 bytes? This should be very fast.
Author of Total Commander
https://www.ghisler.com
User avatar
aziemer
Junior Member
Junior Member
Posts: 53
Joined: 2003-06-11, 06:56 UTC
Location: near Bremen, Germany
Contact:

Post by *aziemer »

Enhancement idea when in non-edit mode:
Hide caret and arrow on the left, and let the cursorkeys scroll the page up/down just like the standard lister.
Anyway - fine work, I like it! :D

Andreas
*** Don't panic ***
User avatar
lzvk25
Member
Member
Posts: 183
Joined: 2003-02-09, 04:28 UTC
Location: Collierville, TN

Post by *lzvk25 »

The color configuration that I already had for version 0.5.7 is not working and according to hpg_ed.ini, I have everything in order but as soon as I open a file, the colors are wrong, just like if they were not changed at all.
In other words, it takes the windows default. And if I go to the configuration screen, it tells me that the colors are the ones I changed.
Could you please take a look at this bug ?
:cry:

Thanks
Memo to Boss : No TC, No Work
hpg
Junior Member
Junior Member
Posts: 79
Joined: 2003-03-16, 12:20 UTC

Post by *hpg »

The color configuration that I already had for version 0.5.7 is not working and according to hpg_ed.ini, I have everything in order but as soon as I open a file, the colors are wrong, just like if they were not changed at all.
In other words, it takes the windows default. And if I go to the configuration screen, it tells me that the colors are the ones I changed.
Could you please take a look at this bug ?
:cry:
Thanks
Hey, cool down! I know this "bug" from other users. Probably the problem is just you're using more than one wincmd.ini file in your system. If this is thecase you should delete all wincmd.ini file but 1 and copy the hpg_ed.ini file also to this folder. Since version TCMD 5.51 the ini file location is provided to all lister plugins at startup so hpg_ed may not find its own ini file...
Tell me if it works... Otherwise please send me your hpg_ed.ini...
Post Reply