<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72893139">src/notebook.c</a>:</p>
<pre style='color:#555'>> +                    g_free(base_b);
> +          }
> +
> +          g_free(dirname_b);
> +          ++pos;
> +  }
> +
> +  g_free(base_a);
> +  g_free(dirname_a);
> +  move_tab(doc, -1);
> +}
> +
> +
> +static void on_document_open(GObject *obj, GeanyDocument *doc)
> +{
> +  if (interface_prefs.show_notebook_tabs)
</pre>
<p>I guess.  The reason I disabled it was because shortcut keys don't work when editors tabs are disabled anyway.  I'll remove it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72893139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ-3PyVnYdVMKglvvK91if0RZuQXTks5qa6lhgaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJz6K__la9nv0PFPmwardcprVpwccks5qa6lhgaJpZM4JQxCD.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72893139"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>