PreviousNextTracker indexSee it online !

(60/211) 3427 - Application does not remember "maximized" setting

If I maximize jEdit and then close the application, when I restart it, it does not remember that I'd maximized it before.

Using: OpenSUSE 11.2
jedit: 4.3.1

Submitted donrhummy - 2010-05-03 18:29:37 Assigned
Priority 5 Labels
Status open Group normal bug
Resolution None

Comments

2010-06-06 19:26:59
*anonymous

Can you attach your perspective.xml file (in the jedit settings directory)?
I should contain something like <GEOMETRY X="..." Y="..." WIDTH="...HEIGHT="..." EXT_STATE="6" />

2010-07-29 22:31:13
donrhummy

Sorry, I just noticed your reply. Yes after PANES, it has:
<GEOMETRY X="0" Y="0" WIDTH="1418" HEIGHT="900" EXT_STATE="6" />

2010-07-30 01:48:28
*anonymous

The 'EXT_STATE' shows that jEdit remembers the maximized state (6).
What is your screen resolution? jEdit ignores the EXT_STATE on startup if it thinks that the width and height of the window (1418x900 in your configuration) would put the window partially off-screen.
Thinking of this now, when the windows is maximized, these values probably indicate the properties of the window before it was maximized - so it doesn't make sense to ignore the EXT_STATE in this case. I just want to verify with you that this is the case here.

2010-07-30 02:19:24
donrhummy

1440x900 is my screen size. But even when I have it set to 1418x872 (so the height's also less to account for the title bar) it still doesnn't remember to maximize on startup.

2010-08-31 23:23:29
donrhummy

Sorry it took so long, I never got an email notification of your reply. Here it is:


<?xml version="1.0" encoding="UTF-8" ?>
<\!DOCTYPE PERSPECTIVE SYSTEM "perspective.dtd">
<PERSPECTIVE>
<BUFFER AUTORELOAD="TRUE" AUTORELOAD_DIALOG="TRUE">/home/dev/sizer.html</BUFFER>
<BUFFER AUTORELOAD="TRUE" AUTORELOAD_DIALOG="TRUE">/home/dev/scripts/animation.js</BUFFER>
<VIEW PLAIN="FALSE"><PANES>
buffer "/home/dev/sizer.html" buff "/home/dev/scripts/animation.js" buff "editpane" bufferset
</PANES>
<GEOMETRY X="0" Y="0" WIDTH="1426" HEIGHT="900" EXT_STATE="6" />
</VIEW>
</PERSPECTIVE>