Jump to content

Recommended Posts

Posted

How do I change it so when I edit a file with SciTE it comes up with the view defaults of line numbers and margins turned off? As it is everytime I edit a script, I have to go uncheck those boxes. I like the fold margins and indentation guides, but don't see much use for margin, and while line numbers can be useful at times for debugging, I'd rather turn it on than have it always on by default.

Posted

Add these lines to User Options in Scite.

# Line margin 0 = Off, 1 = On 
line.margin.visible=0
# Margin Width
margin.width=0

Scite should now open with no margin and no line numbers.

:lmao:

Posted

Add these lines to User Options in Scite.

# Line margin 0 = Off, 1 = On 
line.margin.visible=0
# Margin Width
margin.width=0

Scite should now open with no margin and no line numbers.

:lmao:

<{POST_SNAPBACK}>

Thanks. Works great!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...