Jump to content

SciTEUser.properties


 Share

Recommended Posts

Hi,

I have been messing around with my "SciTEUser.properties" file, and I find it quite useful. However, I would like to execute a program from this file. The purpose of it is to set the window position and size of the SciTe editor.

Maybe something like this

system.run("myapp.exe");

Is there a way to accomplish this?

Note that I know how to set the window position manually using position.left, position.top etc. The difference is that my program centers the window relative to the Windows taskbar. So that it doesn't matter where the taskbar is placed today or tomorrow, left or right. If this is possible to do in the "SciTEUser.properties" file, I would love to know about it.

Link to comment
Share on other sites

  • Developers

Not at startup, but when you want to do this at startup its a matter of writing a script that starts SciTE and position the window after it is started.

Jos

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.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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