News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to sort the list of the Functions

Started by dirk_1980, March 08, 2013, 03:23:59 PM

Previous topic - Next topic

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

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?
I don't understand this.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

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?
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.
Still not understand your idea, so this is another feature request?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.