ann: hpg_0.5.13 - Programmer's viewer&editor

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

Moderators: Hacker, petermad, Stefan2, white

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

Post by *hpg »

Color highlight error:
Code:
Hmm, what is wrong with the colour?
User avatar
henrich.fukna
Junior Member
Junior Member
Posts: 60
Joined: 2003-03-07, 10:18 UTC
Location: Bratislava, Slovakia

Post by *henrich.fukna »

In

Code: Select all

<script> ... </script>
content.
User avatar
SUKER
Junior Member
Junior Member
Posts: 88
Joined: 2003-08-25, 07:15 UTC

Post by *SUKER »

hpg

Whether there will be new versions of hpg_ed?
User avatar
AlleyKat
Senior Member
Senior Member
Posts: 203
Joined: 2003-06-15, 10:51 UTC
Location: for personal info, see wiki
Contact:

Post by *AlleyKat »

hpg >> found a minor thing, have no good explanation atm.

(link removed sry) please try to download this little file and compare the two files. If you open them with hpg_ed, you'll notice that you can't see the difference. Using file compare in TC you'll notice the trailing newline after ?> at the end of file.

Is there a way/setting for this? (Maybe I'm just blind, I hope so).

My other editor didn't see this, either, and it's not visible in PHPEdit either, seems to be a problem with linecounting. I did manage to edit it out with phpedit by turning 'marker for newline'-option on.

So I'm not too sure if I'm asking for a new-line-feature or this can be fixed otherwise. But I'd sure like it fixed :wink: I keep hitting Esc in phpedit to close the file... :mrgreen:
Translate your favorite Mozilla Extension ~ Your Language Is Important Too.
#tcmd on irc.freenode.net - the place to idle
User avatar
tom*de
Senior Member
Senior Member
Posts: 394
Joined: 2003-02-25, 09:21 UTC

Post by *tom*de »

1. How can I associate a file without an extension with hpg in hpg_ed.ini?
i.g. view file: "readme"

if I inserted a blank the msg. "Extensions cannot be empty" appears.


2. suggestion: if i made any changes and press ESC, the hpg ask "Do you want to save the changes?"

It's nice to have: Yes, No and *Abort* to continue - editing...


Tom.
User avatar
tom*de
Senior Member
Senior Member
Posts: 394
Joined: 2003-02-25, 09:21 UTC

Post by *tom*de »

the wordwrap-option doesn't work (long lines (i.g. >80 cols))

Any idea to switch Wordwrap (german: Zeilenumbruch) on?

Has anybody else this problem?

W2K, TC6.01, HPG_ED V 0.5.13: (2003/08/15)
Tom - #81178 - 5 User licence - Klugheit, Gerechtigkeit, Tapferkeit und Mäßigung plus Kooperation.
User avatar
AlleyKat
Senior Member
Senior Member
Posts: 203
Joined: 2003-06-15, 10:51 UTC
Location: for personal info, see wiki
Contact:

Post by *AlleyKat »

Little bug: When using Save As... it saves the original file, not including changes made. :cry:

Still the best plugin around thou. ;)
Rebel2k
Junior Member
Junior Member
Posts: 5
Joined: 2005-01-08, 23:34 UTC

Post by *Rebel2k »

2hpg

no newer versions available? :(
User avatar
SUKER
Junior Member
Junior Member
Posts: 88
Joined: 2003-08-25, 07:15 UTC

Post by *SUKER »

2Rebel2k
no newer versions available?
Use synplus: http://www.totalcmd.net/directory/synplus.html
Rebel2k
Junior Member
Junior Member
Posts: 5
Joined: 2005-01-08, 23:34 UTC

Post by *Rebel2k »

2SUKER

problem ist that SynPlus can´t edit Unix files :(
look @ http://www.ghisler.ch/board/viewtopic.php?p=45971#45971
tierfreund
Junior Member
Junior Member
Posts: 13
Joined: 2005-08-14, 15:14 UTC
Location: Soutern France

Post by *tierfreund »

I cannot find out how to figure the hpg editor to automatically strip the html tags when previewing a html file with "control q".

Does anybody know how to do that?
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

hpg_ed is a text editor plugin with syntax highlighting, not a webbrowser or WYSIWYG web editor.

Use the normal Total Commander view, this means press "5" when quick viewing, or use the IEView plugin for previewing purposes.

Icfu
This account is for sale
tierfreund
Junior Member
Junior Member
Posts: 13
Joined: 2005-08-14, 15:14 UTC
Location: Soutern France

Post by *tierfreund »

Hi!
icfu wrote:hpg_ed is a text editor plugin with syntax highlighting, not a webbrowser or WYSIWYG web editor.
OK, I knew that.
icfu wrote:Use the normal Total Commander view, this means press "5" when quick viewing
That, s the point: I would like to configure the lister/hpg_ed to automatically remember the setting of option "5". Any way to do that?
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

I would like to configure the lister/hpg_ed to automatically remember the setting of option "5".
This is not a feature of the plugin but is TC's internal lister!
Open lister configuration and uncheck "Load bitmaps...", then plugins won't be loaded automatically when quickviewing. Also check the two options at the bottom.

An alternative way would be to exclude file extensions for HTML in wincmd.ini hpg_ed configuration thru a "detect line", but then you won't be able to use hpg_ed on html files anymore at all:

Code: Select all

20_detect="ext!="HTM"&ext!="HTML""
Adjust the "20" to match the entry number in your wincmd.ini.

Icfu
This account is for sale
tierfreund
Junior Member
Junior Member
Posts: 13
Joined: 2005-08-14, 15:14 UTC
Location: Soutern France

Post by *tierfreund »

icfu wrote: An alternative way would be to exclude file extensions for HTML in wincmd.ini hpg_ed configuration thru a "detect line", but then you won't be able to use hpg_ed on html files anymore at all:

Code: Select all

20_detect="ext!="HTM"&ext!="HTML""

Adjust the "20" to match the entry number in your wincmd.ini.

Icfu
Yes, that might be the right solution for me. Only, the "20" makes me wondering, as I dont have a line like "_detect="ext!="HTM"&ext!="HTML" in my wincmd.ini. Can you give me a bit more information if I have to create that entry, and where in the wincmd.ini?

Thanks!
Post Reply