golfjrr Posted February 25, 2005 Posted February 25, 2005 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.
MHz Posted February 25, 2005 Posted February 25, 2005 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.
golfjrr Posted February 25, 2005 Author Posted February 25, 2005 Add these lines to User Options in Scite.# Line margin 0 = Off, 1 = On line.margin.visible=0 # Margin Width margin.width=0Scite should now open with no margin and no line numbers. <{POST_SNAPBACK}>Thanks. Works great!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now