Opened 16 years ago
Closed 16 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 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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