Forgive me if this is a stupid question. I would like
to set some global property flag so that line
numbers are displayed by default when SciTE is first
run, without having to select it from the menu. I
tried things like line.numbers = 1, etc. but couldn't
figure it out. I just love SciTE by the way, and it just
keeps getting better. I'm still interested in the
selective display feature I mentioned in the past.
Once that's implemented, I can get rid of KEdit!
Thank you very much!
Vic
Logged In: NO
Scite already supports line numbers. Look for the following in the
properties file(s):
# Set line.numbers to 30 if you want to see them
line.numbers=0
If you set this, then you will see line numbers by default when
Scite is first run.
Logged In: YES
user_id=12579
The documentation is really explicit here. It says "do not
make it 1". For 1.46 the value of line.numbers is in digits and
should be 3 or 4. For earlier versions it was in pixels and
setting it to 1 pixel wide would not display even one digit and
was not very noticeable.
Logged In: NO
Uncomment the line "#margin.lines.visible=1" in the
SciTEGlobal.properties file.