I'm using LMDEditExecFindDialog() to display the find dialog for SyntaxEdit.
One thing that would be REALLY USEFUL is if the find and find/replace dialogs remembered their last positions and sizes. It's really annoying when someone has to resize or reposition these dialogs constantly.
What is the easiest way to have a Find dialog (and Find/Replace dialog) that remembers its size (width being most important) and (preferably) also its position? Could you add some properties to TLMDEditSearchDlgOptions for the dialog size and location and track them that way?
Or what is the best way for me to implement this in my application?
Thank you!
Comments
For example, one feature I'd really like to see is a vertical color bar in the gutter that shows which lines have changed and which are unsaved. That is really useful... plus highlighting all occurrences of a search simultaneously.