Got an idea for enhancing PureBasic? New command(s) you'd like to see?
-
Leonhard
- User

- Posts: 55
- Joined: Fri Jun 16, 2006 7:43 am
Post
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!
-
CSAUER
- Enthusiast

- Posts: 188
- Joined: Mon Oct 18, 2004 7:23 am
- Location: Germany
Post
by CSAUER »
...and control + left double-click on the procedure call should jump IDE to procedure.
-
freak
- PureBasic Team

- Posts: 5940
- Joined: Fri Apr 25, 2003 5:21 pm
- Location: Germany
Post
by freak »
CSAUER wrote:...and control + left double-click on the procedure call should jump IDE to procedure.
It does that allready...
quidquid Latine dictum sit altum videtur
-
PB
- PureBasic Expert

- Posts: 7581
- Joined: Fri Apr 25, 2003 5:24 pm
Post
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
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
-
Trond
- Always Here

- Posts: 7446
- Joined: Mon Sep 22, 2003 6:45 pm
- Location: Norway
Post
by Trond »
-
PB
- PureBasic Expert

- Posts: 7581
- Joined: Fri Apr 25, 2003 5:24 pm
Post
by PB »
Cool, I didn't see that when I searched as I only look at topic subjects.

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.