Hi there, I have created a custom editor plugin for qtcreator. Now I want to use CTRL+F to bring up and use the search toolbar. I already had a look at the BinEditorPlugin and found out about "class BinEditorFind : public Find::IFindSupport" which I used to model my own OwnEditorFind class accordingly.
And I used this class in my editor plugin according to the way it is done in the BinEditor plugin. But the Find menu entry stays disabled when my editor is opened. Can anyone give me a hint which steps are necessary to enable searching in custom editor plugins? Regards, Markus _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
