jonathan2133 Posted September 7, 2006 Posted September 7, 2006 I like using the sciTE4 thing to edit my scripts, but every time i open it it seems to want to go to cover like 99% of my screen... how can i make it open to the same size it was last opened to, like notepad does?
Developers Jos Posted September 7, 2006 Developers Posted September 7, 2006 I like using the sciTE4 thing to edit my scripts, but every time i open it it seems to want to go to cover like 99% of my screen... how can i make it open to the same size it was last opened to, like notepad does?you can only set it to open Maximised or set a fixed size/position ....Set the initial window size and position. If these are omitted then the environment's defaults are used. If the width or height are -1 then the window is maximised. Add these to your SciTE user settings if you want to change it to something else:position.left=0position.top=0position.width=-1position.height=-1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
jonathan2133 Posted September 7, 2006 Author Posted September 7, 2006 hmmm... ok thanks. Maybe for next version they could have an option for the editor to remember the last size / location.
Developers Jos Posted September 7, 2006 Developers Posted September 7, 2006 hmmm... ok thanks.Maybe for next version they could have an option for the editor to remember the last size / location.Any SciTE internal design requests will have to be posted in the SciTE interest page because I am supplying the standard SciTE version as release by Neil Hodgson in the SciTE4AutoIt3 installer.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
PartyPooper Posted September 7, 2006 Posted September 7, 2006 I guess you could always write a small AutoIt program that would change those variables based on the current screen position of SciTE. Be a nice inclusion into the SciTE4AutoIt3 distribution package.
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