Hmm, what is wrong with the colour?Color highlight error:
Code:
ann: hpg_0.5.13 - Programmer's viewer&editor
Moderators: Hacker, petermad, Stefan2, white
- henrich.fukna
- Junior Member
- Posts: 60
- Joined: 2003-03-07, 10:18 UTC
- Location: Bratislava, Slovakia
In content.
Code: Select all
<script> ... </script>
- AlleyKat
- Senior Member
- Posts: 203
- Joined: 2003-06-15, 10:51 UTC
- Location: for personal info, see wiki
- Contact:
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
I keep hitting Esc in phpedit to close the file... 
(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


Translate your favorite Mozilla Extension ~ Your Language Is Important Too.
#tcmd on irc.freenode.net - the place to idle
#tcmd on irc.freenode.net - the place to idle
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.
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.
2Rebel2k
Use synplus: http://www.totalcmd.net/directory/synplus.htmlno newer versions available?
2SUKER
problem ist that SynPlus can´t edit Unix files
look @ http://www.ghisler.ch/board/viewtopic.php?p=45971#45971
problem ist that SynPlus can´t edit Unix files

look @ http://www.ghisler.ch/board/viewtopic.php?p=45971#45971
-
- Junior Member
- Posts: 13
- Joined: 2005-08-14, 15:14 UTC
- Location: Soutern France
-
- Junior Member
- Posts: 13
- Joined: 2005-08-14, 15:14 UTC
- Location: Soutern France
Hi!
OK, I knew that.icfu wrote:hpg_ed is a text editor plugin with syntax highlighting, not a webbrowser or WYSIWYG web editor.
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 wrote:Use the normal Total Commander view, this means press "5" when quick viewing
This is not a feature of the plugin but is TC's internal lister!I would like to configure the lister/hpg_ed to automatically remember the setting of option "5".
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""
Icfu
This account is for sale
-
- Junior Member
- Posts: 13
- Joined: 2005-08-14, 15:14 UTC
- Location: Soutern France
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?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
Thanks!