<div dir="ltr">Upon looking into the source code a little bit, it seems that the last tab switching is a very small bit of code.  It looks like it just stores an integer in a struct called CallbacksData, it is only used in a few files, and it only seems to be used for this purpose (so changing it shouldn't have too many side effects).  Could this be replaced with an array/linked list/whatever of integers?  It's entirely possible that I'm missing something and this is more difficult than it looks, but, if not, is it at all possible this could be added in the future?<br>
Thanks,<br>Mark<br><br><div class="gmail_quote">On Fri, Aug 8, 2008 at 1:26 PM, Nick Treleaven <span dir="ltr"><<a href="mailto:nick.treleaven@btinternet.com">nick.treleaven@btinternet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Fri, 8 Aug 2008 11:49:04 -0400<br>
"Mark Turner" <<a href="mailto:mturner4@csee.usf.edu">mturner4@csee.usf.edu</a>> wrote:<br>
<br>
> Sorry if this has been asked before, but I couldn't find it in the<br>
> archives.  Is it possible in the current release of Geany to have<br>
> more than 2 buffers when using most recently used switching via<br>
> Ctrl-tab?  2 buffers is better than none, and I much prefer switching<br>
> via MRU to just moving down the list with Ctrl-pageup/down.  If it is<br>
> not possible in the current version, is it a possible addition in the<br>
> future?<br>
<br>
</div></div>This isn't implemented.<br>
<br>
A related subject is Code Navigation, which is currently implemented as<br>
a queue of places in the code in various documents. For me, it would<br>
be better if code navigation had a queue _per_ document, as I prefer to<br>
use Ctrl-Tab to switch documents. So if we implemented a MRU document<br>
forward/back queue I think it would make sense to change code<br>
navigation to be limited to each document. This would suit me well, not<br>
sure about everyone else ;-)<br>
<br>
Regards,<br>
Nick<br>
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br></div>