Jump to content

Recommended Posts

Posted

Does the scite editor always have to start maximized? Its a small detail I know but I couldn't find an option. Any ideas?

Posted

Look for this in SciTEGlobal.properties:

if PLAT_WIN
    position.left=0
    position.top=0
if PLAT_GTK
    position.left=5
    position.top=22
position.width=-1
position.height=-1

You want to change the position.width and position.height to your own width and height. It will start at that size in the upper right-hand corner unless you specify position.left and position.top.

Posted

Thanks, I had wondered about this myself.

Is there an option to prompt me be closing all files when I accidently hit the X to close?

These don't seem appropriate for what I want:

# Checking

are.you.sure=1

#are.you.sure.for.build=1

#save.all.for.build=1

#quit.on.close.last=1

load.on.activate=1

#save.on.deactivate=1

#are.you.sure.on.reload=1

Is there an option to re-load the same files next time that were open when I close Scite?

This can happen because of a crash, reboot, or just work on another day.

Posted

Thanks, I had wondered about this myself.

Is there an option to prompt me be closing all files when I accidently hit the X to close?

These don't seem appropriate for what I want:

# Checking

are.you.sure=1

#are.you.sure.for.build=1

#save.all.for.build=1

#quit.on.close.last=1

load.on.activate=1

#save.on.deactivate=1

#are.you.sure.on.reload=1

Is there an option to re-load the same files next time that were open when I close Scite?

This can happen because of a crash, reboot, or just work on another day.

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
  • Recently Browsing   0 members

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