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

Everything else that doesn't fall into one of the other PB categories.
#NULL
Addict
Addict
Posts: 1504
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

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

Post 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)
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

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

Post by freak »

it never worked that way.
quidquid Latine dictum sit altum videtur
#NULL
Addict
Addict
Posts: 1504
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

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

Post by #NULL »

oh, really? i was so sure it worked like that :oops:
still a 'goto recent tab/file' would be handy.
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

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

Post 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
#NULL
Addict
Addict
Posts: 1504
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

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

Post 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:
Post Reply