User forums > Nightly builds
The 17 September 2011 build (7452) is out.
ollydbg:
--- Quote from: Static on September 19, 2011, 02:41:51 pm ---My English isn't so good too :)
I'll try to explain.
1. Open the file
2. Select some function in the combobox:
3. The editor should display this function. I see this almost always:
Function name appears at the lowest editor line.
But I want to see the body of this function, I try to scroll it up and... As the combobox is still focused it selects another function.
--- End quote ---
A bit late reply. :D
I have the same behavior as you said. so what's your expect behavior.
After the step 2, do we need to switch the editor focus to editor control??
Or, we can always set the function name in the middle of the editor view. (By default, the jump to some line of an editor takes the smallest view change method, which means if the target line is in the current view, scintilla do not scroll the view. but we can force the target to show in the middle of the view)
Any comments?
Kaïwann:
Hi,
Nice update.
However, I have a question : do you plan to add the prototype and the comment of function when hovering cursor over the box of code completion ?
Less important : highlight the choice under the cursor in the box ?
Thanks.
ollydbg:
--- Quote from: Kaïwann on September 23, 2011, 11:04:30 am ---However, I have a question : do you plan to add the prototype and the comment of function when hovering cursor over the box of code completion ?
--- End quote ---
I have see such feature request several times, but currently it seems no one was brave enough to implement it. :D
oBFusCATed:
--- Quote from: ollydbg on September 23, 2011, 07:59:57 am ---A bit late reply. :D
I have the same behavior as you said. so what's your expect behavior.
After the step 2, do we need to switch the editor focus to editor control??
Or, we can always set the function name in the middle of the editor view. (By default, the jump to some line of an editor takes the smallest view change method, which means if the target line is in the current view, scintilla do not scroll the view. but we can force the target to show in the middle of the view)
Any comments?
--- End quote ---
I guess both of these two. :)
daniloz:
Agreed, focus the editor and function in the middle of the view would be cool! 8)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version