News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

AutoSuggestion list issue

Started by ollydbg, July 10, 2012, 05:14:01 PM

Previous topic - Next topic

ollydbg

When entering something, I want to enter "m_TemplateArgument", but will entering, the shown suggestion list show "m_TemplateAlias" in the last line, the item "m_TemplateArgument" is truncated. (I need to scroll down to see the item "m_TemplateArgument")

See the images below:


Hope it should be fixed. So that the "m_TemplateAlias" should show in the top or middle of the auto suggestion list.
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.

oBFusCATed

You need to implement dynamic filling of the list, but as far as I know this is not possible.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ptDev

Quote from: oBFusCATed on July 10, 2012, 05:54:44 PM
You need to implement dynamic filling of the list, but as far as I know this is not possible.

It is possible, one can manually create the list on every keypress and then update it in scintilla, but it is quite a lot of work, as we would need to implement the heuristics ourselves.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]