Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
AutoSuggestion list issue
(1/1)
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.
oBFusCATed:
You need to implement dynamic filling of the list, but as far as I know this is not possible.
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.
--- End quote ---
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:
ptDev: have you tried it?
Navigation
[0] Message Index
Go to full version