Josbe Posted May 28, 2004 Posted May 28, 2004 Sometimes I think that Scite needs store the last position and size of window. Like a lot editors. (It's useful) What about this? AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
CyberSlug Posted May 28, 2004 Posted May 28, 2004 Sometimes I think that Scite needs store the last position and size of window. Like a lot editors. (It's useful)What about this? I sent a PM to JdeB about this (and other issues). Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Valik Posted May 28, 2004 Posted May 28, 2004 This should do it:if PLAT_WIN position.left= position.top=if PLAT_GTK position.left=50 position.top=50position.width=position.height=
CyberSlug Posted May 28, 2004 Posted May 28, 2004 This should do it: Does not work. I'm using JdeB's 1.60 build) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Valik Posted May 28, 2004 Posted May 28, 2004 The help file says:position.leftposition.topposition.widthposition.height 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. I use these settings (In SciteUser.properties):if PLAT_WIN position.left=50 position.top=50if PLAT_GTK position.left=50 position.top=50position.width=770position.height=550
Developers Jos Posted May 28, 2004 Author Developers Posted May 28, 2004 Well, I never imbed tabs, I use @Tab, so it wasn't something I considered. This was really meant to be just a quick conversion and not something permanent or anything... but the converstion from spaces to tab characters would mess things up. p.s. Here's another way of doing a replace all TABS to Spaces: editor:SetText(string.gsub(editor:GetText(), "\t", string.rep(" ", editor.TabWidth)) 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.
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