"click to" constant definitions.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

"click to" constant definitions.

Post by jassing »

I like the ability to double click on a udf and the editor jumps to the procedure in the source file.
I would like the ability to do the same for a constant as well -- and variable declaration. I understand the later may not be as easy since a variable can be declared differently in different udf's; but constants don't change...
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: "click to" constant definitions.

Post by MachineCode »

What's udf mean?
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: "click to" constant definitions.

Post by IdeasVacuum »

Same as UFO? :D

Perhaps "User Defined Function"?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: "click to" constant defs-- & Macros.

Post by Tenaja »

jassing wrote:I like the ability to double click on a udf and the editor jumps to the procedure in the source file.
I would like the ability to do the same for a constant as well -- and variable declaration. I understand the later may not be as easy since a variable can be declared differently in different udf's; but constants don't change...
+1

...and also with Macro definitions, please.

Thanks!
Post Reply