Author Topic: I wish HippoEdit could show the actual record ending characters  (Read 641 times)

Offline Arthur

  • Hero Member
  • *****
  • Posts: 624
  • Karma: +1/-0
  • He who is ashamed of asking is afraid of learning.
    • View Profile
    • My Blog
I wish HippoEdit could show the actual record ending characters
« on: September 01, 2010, 03:54:12 pm »
Hello,

I just needed to peek what the end of line characters are in a text file, but I could only see a wierd looking character, I wish HippoEdit could really show if my file ends with CR LF and/or LF only similarly to what I used to see in Notepad++ (which is bummer - failed to load a 300 Mb file and even did not tell me it did not load it completely - kudos to HE  :))

Offline kryten

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-0
    • View Profile
Re: I wish HippoEdit could show the actual record ending characters
« Reply #1 on: September 01, 2010, 11:50:54 pm »
I'd like to second this request for a view option to show line endings, like notepad++.

I work with a certain file type where this is very important and I hate having to open
it in notepad++ when HippoEdit is just crying out for this feature.

Thanks,
Stuart

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: I wish HippoEdit could show the actual record ending characters
« Reply #2 on: September 02, 2010, 10:02:35 am »
Hi Guys,

HE uses smart mode to display line ending character.
If all lines in document have same line ending ending style, than you see such "weird" symbol (like in MS Word by the way) and actual line style endings for whole document you can see in the status bar.
If lines in document have different line ending style, than in status bar you will see mixed and every line will show actual line ending symbol (same way as in Notepad++).
Purpose of this function is to save space, because Scintilla (Notepad++) representation is wider (and noisy) but not really necessary if all lines ending are same.

If you want always see complete line ending representation for all lines (case 2) you can use one more XML flag ;)  :

settings.xml
Code: [Select]
<Source_Editor>
<ShortLineBreakDisplay>false</ShortLineBreakDisplay>
</Source_Editor>

Best regards,
Alex.

Offline kryten

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-0
    • View Profile
Re: I wish HippoEdit could show the actual record ending characters
« Reply #3 on: September 03, 2010, 10:39:31 am »
You know, all this time the information was in front of me
and I never noticed.  ::)

It's perfect, and much more elegant than Notepad++

The more I use HippoEdit the more I love it.

Thank you Alex.

-Stuart

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: I wish HippoEdit could show the actual record ending characters
« Reply #4 on: September 03, 2010, 11:16:28 am »
Thanks Stuart ;)

Offline Arthur

  • Hero Member
  • *****
  • Posts: 624
  • Karma: +1/-0
  • He who is ashamed of asking is afraid of learning.
    • View Profile
    • My Blog
Re: I wish HippoEdit could show the actual record ending characters
« Reply #5 on: September 03, 2010, 04:26:16 pm »
Nice!
I wish though it could be the default setting, I guess otherwise (correct me if I am wrong) every new version upgrade of HE will re-set it back to the a-la-Word style of displaying the end of line chars?

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: I wish HippoEdit could show the actual record ending characters
« Reply #6 on: September 03, 2010, 05:16:47 pm »
I think current way is better as default ;) . See my description above.
And xml flags are never overwritten by upgrade. Only changes in pre-installed files (as syntax scheme specification or default keyboard layout) can be overwritten.

Offline Arthur

  • Hero Member
  • *****
  • Posts: 624
  • Karma: +1/-0
  • He who is ashamed of asking is afraid of learning.
    • View Profile
    • My Blog
Re: I wish HippoEdit could show the actual record ending characters
« Reply #7 on: September 03, 2010, 09:55:15 pm »
The suggestion by Stefan to extend the wait time on Shift key down and hold was "blown" by my recent upgrade of HE (<AccelHintTimer>8000</AccelHintTimer>) in settings.xml!

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: I wish HippoEdit could show the actual record ending characters
« Reply #8 on: September 08, 2010, 10:31:51 pm »
Hi Arthur,

sorry for delay with response. This is unlikely. You can try to to do install on top and check that settings.xml will be untouched. And I have done no chnages ih this area for a long time... Maybe this was by some other PC :) ?
But of course, if this can be reproducible, it is a bug, and I will check.

Best regards,
Alex

Offline Arthur

  • Hero Member
  • *****
  • Posts: 624
  • Karma: +1/-0
  • He who is ashamed of asking is afraid of learning.
    • View Profile
    • My Blog
Re: I wish HippoEdit could show the actual record ending characters
« Reply #9 on: September 09, 2010, 05:02:24 pm »
Hi, I always do "on top" installs.

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: I wish HippoEdit could show the actual record ending characters
« Reply #10 on: September 10, 2010, 12:23:51 am »
Good. Are you able to reproduce this?

Offline Arthur

  • Hero Member
  • *****
  • Posts: 624
  • Karma: +1/-0
  • He who is ashamed of asking is afraid of learning.
    • View Profile
    • My Blog
Re: I wish HippoEdit could show the actual record ending characters
« Reply #11 on: September 10, 2010, 04:07:06 am »
I will try next time a new beta is released, for now I have backed up my present settings.xml

Thank You

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
439 Views
Last post February 17, 2009, 08:09:58 am
by JJK
2 Replies
453 Views
Last post February 17, 2009, 10:48:50 pm
by alex
1 Replies
429 Views
Last post March 14, 2009, 03:50:39 pm
by alex
3 Replies
1230 Views
Last post May 11, 2010, 12:34:26 am
by alex
1 Replies
250 Views
Last post April 20, 2011, 11:02:14 pm
by alex