Page 1 of 1

IDE: 'goto recent line' only in current file?

Posted: Tue Mar 30, 2010 9:33 pm
by #NULL
iirc, it was possible once to use 'goto recent line' to jump to not only a previous position in the current source code, but also to jump back to another source/tab, i.e. cntrl-doubleclicking on a procedure name to jump to file and line of the procedure definition and then cntrl-L to jump back to the file and line of the procedure call where i doubleclicked ..if you know what i mean.
this seems to not work anymore here (PB441), and i can't find a 'goto recent file' (which would be useful then). is that functionality still there anywhere? if not so consider this a 'feature back request' 8)

Re: IDE: 'goto recent line' only in current file?

Posted: Tue Mar 30, 2010 9:58 pm
by freak
it never worked that way.

Re: IDE: 'goto recent line' only in current file?

Posted: Wed Mar 31, 2010 9:15 am
by #NULL
oh, really? i was so sure it worked like that :oops:
still a 'goto recent tab/file' would be handy.

Re: IDE: 'goto recent line' only in current file?

Posted: Wed Mar 31, 2010 9:56 am
by Vera
Hi #NULL

you might not jump to 'recent file' but you can jump back and forth between 'neighboring files' with:
  • Ctrl+Tab - jump to following file
    Ctrl+Shift+Tab - jump to previous file
Here's a list of the currently available Scintilla Shortcuts if you like: http://www.purebasic.fr/english/viewtop ... 26#p315626

And maybe you'll find this IDE-tool quite handy: PXvars - "A Reference Viewer for variables (global, shared, arrays, lists), procedures, constants, types and fields. ..."

greetings ~ Vera

Re: IDE: 'goto recent line' only in current file?

Posted: Wed Mar 31, 2010 12:41 pm
by #NULL
i know the tabbing shortcuts (i have it set to cntrl+pagedown / cntrl+pageup because thats much more intuitive to me) and i even have a copy of your helpfull html file at my computer already. but thanks anyways :lol: