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'
IDE: 'goto recent line' only in current file?
IDE: 'goto recent line' only in current file?
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'
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'
Re: IDE: 'goto recent line' only in current file?
it never worked that way.
quidquid Latine dictum sit altum videtur
Re: IDE: 'goto recent line' only in current file?
oh, really? i was so sure it worked like that
still a 'goto recent tab/file' would be handy.
still a 'goto recent tab/file' would be handy.
Re: IDE: 'goto recent line' only in current file?
Hi #NULL
you might not jump to 'recent file' but you can jump back and forth between 'neighboring files' with:
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
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
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
Two growing code-collections: WinApi-Lib by RSBasic ~ LinuxAPI-Lib by Omi
Missing a download-file on the forums? ~ check out this backup page.
Missing a download-file on the forums? ~ check out this backup page.
Re: IDE: 'goto recent line' only in current file?
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 

