Page 1 of 1
[Implemented] IDE: Highlight Procedure-Call
Posted: Sat May 19, 2007 4:00 pm
by Leonhard
Show this example:
Code: Select all
Procedure Proc()
CallDebugger
EndProcedure
Proc()
The IDE should be highlight the line 'Proc()'. The call of the Procedure should be highlight!
Posted: Mon May 21, 2007 9:06 am
by CSAUER
...and control + left double-click on the procedure call should jump IDE to procedure.
Posted: Mon May 21, 2007 1:17 pm
by freak
CSAUER wrote:...and control + left double-click on the procedure call should jump IDE to procedure.
It does that allready...
Posted: Mon Aug 27, 2007 11:19 am
by PB
>> control + left double-click on the procedure call should jump IDE to procedure
>
> It does that allready
But this is broken in v4.10 B3. See my bug report here:
http://www.purebasic.fr/english/viewtopic.php?p=208054
Posted: Mon Aug 27, 2007 12:05 pm
by Trond
Posted: Mon Aug 27, 2007 12:20 pm
by PB
Cool, I didn't see that when I searched as I only look at topic subjects.
