Show line numbers for all lines - not only for every 5 ?

Started by Stefan, April 02, 2009, 06:18:26 PM

Previous topic - Next topic

Stefan

Hi Alex,

is there already an option to enable
  the view of every single line number
     instead of every fifth  and current "only" ?

.
Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-

alex

There is no UI option you can change, but you can switch this directly in XML.

You need to change this block in settings.xml (if it is not inside, it is because default is true, and defaults are not stored)

<XMLConfigSettings>
<Source_Editor>
<CondensedLineNumbers>false</CondensedLineNumbers>
</Source_Editor>
</XMLConfigSettings>
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

Stefan

Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-

alex

Depends.. I think when all lines are shown it is too much visual noise...
But this is is matter of taste, that is why I kept old visualisation also (non condensed)
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]