<p></p>
<p dir="auto">I decided to better analyze breakages, caused by overview plugin. First attempt was in bug <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="306810924" data-permission-text="Title is private" data-url="https://github.com/geany/geany-plugins/issues/730" data-hovercard-type="issue" data-hovercard-url="/geany/geany-plugins/issues/730/hovercard" href="https://github.com/geany/geany-plugins/issues/730">#730</a> , but primary indicator (assertion warning) disappeared, while breakages did not.</p>
<h2 dir="auto">Session files list</h2>
<p dir="auto">When some file is opened (without plugin), list of opened files is saved right in editor config.</p>
<pre><code>[files]
...
FILE_NAME_0=719;Sh;0;EUTF-8;0;1;0;%2Fhome%2Fnick87720z%2Fdev%2Fmisc%2Ffdopenres;0;4
</code></pre>
<p dir="auto">When overview plugin is loaded, last line (FILE_NAME_0=) just vanishes, so if editor is closed with active overview plugin, session is lost. But once overview is unloaded, this line appears immediately in config file.</p>
<h2 dir="auto">Editor keys</h2>
<p dir="auto">When overview is loaded, keys Home, End, Ctrl+S stop working. But arrows and Page Down / Page Up still work. I did not check all changes in editing keys though.</p>
<h2 dir="auto">Terminal output</h2>
<p dir="auto">I'm not sure if this is reason though, but now I have more exact logs of what when happens, comparing to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="306810924" data-permission-text="Title is private" data-url="https://github.com/geany/geany-plugins/issues/730" data-hovercard-type="issue" data-hovercard-url="/geany/geany-plugins/issues/730/hovercard" href="https://github.com/geany/geany-plugins/issues/730">#730</a> .</p>
<pre><code># Starting editor with enabled overview causes this
(geany:19031): Geany-CRITICAL **: 17:24:02.222: document_grab_focus: assertion 'doc != NULL' failed
</code></pre>
<p dir="auto">Now there's only one empty document (remember - files list disappears from config just on plugin load).</p>
<pre><code># Attempt to close document while Overview is on, per each close request (even for same document - e.g. if closing manually)
(geany:19031): Geany-CRITICAL **: 17:24:37.353: remove_page: assertion 'doc != NULL' failed
# document still remains opened, closing doesn't work at all
</code></pre>
<p dir="auto">Besides this (note - I removed empty lines to not waste space)</p>
<pre><code># Opening modules manager (may be not due to overview, but I got it during test). Appears on each attempt, not just first.

(geany:3988): Gtk-WARNING **: 17:22:53.980: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(geany:3988): Gtk-WARNING **: 17:22:53.980: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(geany:3988): Gtk-WARNING **: 17:22:53.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
(geany:3988): Gtk-WARNING **: 17:22:53.980: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
(geany:3988): Gtk-CRITICAL **: 17:22:53.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(geany:3988): Gtk-CRITICAL **: 17:22:53.980: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
(geany:3988): Gtk-WARNING **: 17:22:53.980: gtk_widget_size_allocate(): attempt to allocate widget with width 10 and height -17
(geany:3988): Gtk-CRITICAL **: 17:22:53.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

# Overview on/off causes no log
# As well as when modules manager is closed
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/1149">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6KM2TVD3O24V43J7TUTGWLBANCNFSM5K4CVM3Q">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJZVYMEWXIFOAIUKXOLUTGWLBA5CNFSM5K4CVM32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4QHWDMMA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany-plugins/issues/1149</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/1149",
"url": "https://github.com/geany/geany-plugins/issues/1149",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>