Save last Cursor-lines...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Save last Cursor-lines...

Post by Marco2007 »

Hi,

it would be cool, if e.g. the last ten rows, where you have clicked would be saved (something like recent-lines)...

E.g.: When double-clicking on the name of a procedure that is defined in the current source while holding down the Ctrl Key, the cursor automatically jumps to the declaration of this procedure.
Now it would be cool, if I could jump back, where I have double-clicked...

br and thx
PureBasic for Windows
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Save last Cursor-lines...

Post by Trond »

Ctrl-L?
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Re: Save last Cursor-lines...

Post by Marco2007 »

Trond wrote:Ctrl-L?
:oops:
thx for implementing this feature within one hour :-)
PureBasic for Windows
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Save last Cursor-lines...

Post by skywalk »

[Ctrl+L] does not span across files in your project. :(
But, [Ctrl+LeftMouseClick] on a Procedure does. :?

http://www.purebasic.fr/english/viewtop ... 8&start=14
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply