golfjrr 0 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. Share this post Link to post Share on other sites
MHz 80 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. Share this post Link to post Share on other sites
golfjrr 0 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! Share this post Link to post Share on other sites