User forums > Using Code::Blocks

How to sort the list of the Functions

(1/1)

dirk_1980:
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

ollydbg:

--- Quote from: 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

--- End quote ---

Do you mean the CodeCompletion plugin's toolbar? If yes, this is a feature request. :)


--- Quote ---Is it possible to show this list with maybe  "CRTL + Mouse right" and let me jump to one of this Functions?

--- End quote ---
I don't understand this.

dirk_1980:
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.

ollydbg:

--- Quote from: dirk_1980 on March 11, 2013, 09:36:57 am ---Yes i mean the CodeCompletion plugin's toolbar!
Where can i post a future request?

--- End quote ---
Read here: Wiki



--- Quote ---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.

--- End quote ---
Still not understand your idea, so this is another feature request?

Navigation

[0] Message Index

Go to full version