Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Patch: function arguments added to autocomplete tooltip

<< < (6/24) > >>

dmoore:
Sorry meant auto complete window not tip window. And why wouldn't it be hackable? Just put a sizer and extra widgets in it. But we don't have to use scintillas implementation of auto complete at all.

MortenMacFly:

--- Quote from: dmoore on November 29, 2012, 01:46:10 pm ---To have a html control means another persistent window on screen taking up space??

--- End quote ---
Clearly, it should be one window only. I didn't mean to add another.
BTW: My experience with wxMiniFrame is (however) rather bad, as it steals focus.

dmoore:
Correction... wxSctintilla uses either wxPopupWindow or wxFrame to display the autocomplete list control (see line 917 of PlatWX.cpp). There is an #ifdef about COCOA in the wxPopupWindow derived version, so are you sure this isn't supported on Mac in newer versions of wxWidgets?

oBFusCATed:
wxCocoa is available only in wx2.9+, for wx2.8 there is only wxCarbon.

dmoore:
Regardless, the point stands that there is a working implementation in wxScintilla using either PopupWindow or Frame that can be adapted.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version