Hello pspad developers,
I started using PSPad about 2 years ago and told some of my collegues about it
and we all love your editor :) Now, one of our developers had the idea that a
"jump into declaration" function (for Java) would be quite nice, especially if a
jump back would be possible too! To give you an idea of the functionality, I'll
add a short example:
[color=#009900]static double max( double a, double b, double c )
{
return Math.max( Math.max(a, b), c );
}
double x1 = 3.0;
double x2 = 2.0;
double x3 = 4.2;
double result = 0;
result = max(x1, x2, x3);
[/color][i]<-- a right click and "jump into declaration" leads to the function
declaration; another right click option "jump back" would lead to the startup
location.[/i]
Do you think this is possible? If yes, it would be a big helper in our Java
projects!
Thank you!!!
Sascha
--
<http://forum.pspad.com/read.php?2,36621,36621>
PSPad freeware editor http://www.pspad.com