Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: dirk_1980 on March 08, 2013, 03:23:59 pm
-
Hi,
in the top of the Main screen there is the List of the Functions from a open File.
How can i sort this list in the order of the occurrences in the File.
I mean:
Line Function
1 C1
40 B1
200 A1
300 D1
At the moment the list is always: A1 B1 C1 D1
But i need a list like: C1 B1 A1 D1
Is it possible to show this list with maybe "CRTL + Mouse right" and let me jump to one of this Functions?
Regards, Dirk
-
Hi,
in the top of the Main screen there is the List of the Functions from a open File.
How can i sort this list in the order of the occurrences in the File.
I mean:
Line Function
1 C1
40 B1
200 A1
300 D1
At the moment the list is always: A1 B1 C1 D1
But i need a list like: C1 B1 A1 D1
Do you mean the CodeCompletion plugin's toolbar? If yes, this is a feature request. :)
Is it possible to show this list with maybe "CRTL + Mouse right" and let me jump to one of this Functions?
I don't understand this.
-
Yes i mean the CodeCompletion plugin's toolbar!
Where can i post a future request?
The second point is that i need the "drop down list of functions" very fast.
I still use a second Editor witch can show me a list of the function with a mouse right click.
And i thing it is very useful.
-
Yes i mean the CodeCompletion plugin's toolbar!
Where can i post a future request?
Read here: Wiki (http://wiki.codeblocks.org/)
The second point is that i need the "drop down list of functions" very fast.
I still use a second Editor witch can show me a list of the function with a mouse right click.
And i thing it is very useful.
Still not understand your idea, so this is another feature request?