Hi, first off, I want to say that I really like Hippoedit - I bought it immediately after it loaded up a 30MB log file in ~3 seconds instead of the 1 minute I was used to.
However, there's a bug (I think) that's been getting on my nerves.
I have two monitors set up side-by-side, and my workspace is set to remember the window positions.
The setup:
monitor1 (1080w*1920h)::monitor2(1050w*1680h)
(no mistake, they're setup in portrait mode)
The problem:
If I close the editor while it's left edge is to the right of 1048 pixels , it gets set back there when it's opened next. In other words, the h-position, h-size, and w-size are correctly remembered, but the left edge is 32 pixels into the left monitor. I use the editor primarily on the right monitor, so this gets kind of irritating after a while.
To illustrate, a couple bits of my workspace file (the location section).
First after closing hippoedit in my preferred position:
<Layout position="(1080,0,2130,1176)" status="1" style="1">
<Bars size="(1080,1920)">
<Bar id="59393" panes="(0,9,117,114,107,119,118,108,116,127,59137,59138,59140,59139)"/>
<Bar id="59419" bars="(0,128,591,197,347,202,195,0,59398,0)"/>
<Bar id="59420" bars="(0,2457,0)"/>
<Bar id="59422" bars="(0,2455,0)"/>
<Bar id="59398" pos="(0,0)" docking="true" mru_dockid="59419" mru_floatstyle="8192" mru_floatpos="(1322,552)"/>
<Bar id="128" hidden="true" pos="(0,27)" docking="true" mru_dockpos="(0,27,449,53)" mru_floatstyle="8196" mru_floatpos="(-1,-1)" auto="false"/>
<Bar id="197" hidden="true" pos="(475,27)" docking="true" mru_dockpos="(475,27,817,53)" mru_floatstyle="8196" mru_floatpos="(-1,-1)" auto="false"/>
<Bar id="195" hidden="true" pos="(476,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="591" hidden="true" pos="(1,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="202" hidden="true" pos="(477,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="347" hidden="true" pos="(478,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="2457" hidden="true" pos="(0,0)" docking="true" mru_floatstyle="8192" mru_floatpos="(-1,-1)" sz_horz="(200,100)" sz_vert="(200,1271)" sz_floating="(200,100)"/>
<Bar id="2455" hidden="true" pos="(0,0)" docking="true" mru_dockid="59422" mru_floatstyle="8192" mru_floatpos="(-1,-1)" sz_horz="(1070,233)" sz_vert="(200,100)" sz_floating="(200,584)"/>
</Bars>
<Windows dpi="96">
<Window name="Properties" pos="(1311,515,1874,894)"/>
<Window name="FindEx" pos="(1307,599,1778,898)"/>
</Windows>
</Layout>
Then, I reopen it (it's now in the wrong position), and close it.
The updated location section:
<Layout position="(1048,0,2098,1176)" status="1" style="1">
<Bars size="(1080,1920)">
<Bar id="59393" panes="(0,9,117,114,107,119,118,108,116,127,59137,59138,59140,59139)"/>
<Bar id="59419" bars="(0,128,591,197,347,202,195,0,59398,0)"/>
<Bar id="59420" bars="(0,2457,0)"/>
<Bar id="59422" bars="(0,2455,0)"/>
<Bar id="59398" pos="(0,0)" docking="true" mru_dockid="59419" mru_floatstyle="8192" mru_floatpos="(1322,552)"/>
<Bar id="128" hidden="true" pos="(0,27)" docking="true" mru_dockpos="(0,27,449,53)" mru_floatstyle="8196" mru_floatpos="(-1,-1)" auto="false"/>
<Bar id="197" hidden="true" pos="(475,27)" docking="true" mru_dockpos="(475,27,817,53)" mru_floatstyle="8196" mru_floatpos="(-1,-1)" auto="false"/>
<Bar id="195" hidden="true" pos="(476,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="591" hidden="true" pos="(1,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="202" hidden="true" pos="(477,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="347" hidden="true" pos="(478,27)" docking="true" mru_floatstyle="8196" mru_floatpos="(-1,-1)"/>
<Bar id="2457" hidden="true" pos="(0,0)" docking="true" mru_floatstyle="8192" mru_floatpos="(-1,-1)" sz_horz="(200,100)" sz_vert="(200,1271)" sz_floating="(200,100)"/>
<Bar id="2455" hidden="true" pos="(0,0)" docking="true" mru_dockid="59422" mru_floatstyle="8192" mru_floatpos="(-1,-1)" sz_horz="(1070,233)" sz_vert="(200,100)" sz_floating="(200,584)"/>
</Bars>
<Windows dpi="96">
<Window name="FindEx" pos="(1307,599,1778,898)"/>
<Window name="Properties" pos="(1311,515,1874,894)"/>
</Windows>
</Layout>
Any Ideas?