Wednesday, June 2, 2010

Find: codeassistor on windows

I have to implement a "Find" dialog for windows. The popup-edit box method I use in mac doesn't work so well because Scintilla takes over from my search-edit box whenever I click the search edit box (the search-edit box is inside the bounds of the scintilla editor).

Im going to have to implement find dialogs anyway, so that there is some better control over find... but yeah, I had to do it for windows right from the get-go.

Anyways, basic find is completed for windows, though there are bugs, you can at least find stuff with it.

Next step is the line-goto dialog.

No comments: