Modify

Opened 17 years ago

Closed 17 years ago

#761 closed Bug (No Bug)

Scite issue: is this the correct spot?

Reported by: Sulfurious Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: 3.2.12.1 Severity: None
Keywords: Cc:

Description

The current version of scite 4 autoit, for me, no longer supports a default placement and size of scite when started. The options in global properties are still present

if PLAT_WIN

position.left=0
position.top=0

if PLAT_GTK

#~ position.left=0
#~ position.top=0

position.width=600
position.height=300

but no longer work as in prior version. I note the layout of directories for other properteis is different, as well as calls to LUA portions. I have played with a few settins, but not found why.

Is this a bug? Is this the right place to post a scite issue?

Thank you.
Sulfurious

Attachments (0)

Change History (1)

comment:1 by Jos, 17 years ago

Resolution: No Bug
Status: newclosed

A new option is added to the latest release of SciTE which was implemented as a standard in SciTEGlobal.properties:
save.position=1
This will always restore the latest window position of SciTE.
If you do not like this behaviour than just add it to your SciTEUser.properties with a value of 0.

Jos

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.