SQLDataSetEditor add the eclipse IDE sreach and replace editor #1584
Replies: 2 comments 1 reply
-
The SQLDataSetEditorPage is a WizardPage, so I assume it's not part of any IEditorPart or any IWorkbenchPart for that matter. I think the find and replace dialog is only designed to work with editors (or workbench parts?), though I'm not 100% sure. |
Beta Was this translation helpful? Give feedback.
-
Personally, I think that we should not waste effort on improving the Data Set Editor (except perhaps the nasty bug that I have to click "OK" twice all the time). |
Beta Was this translation helpful? Give feedback.
-
I started a reserach to add a serach dialoge to the SQLDataSet-Editor for SQL.
The reason is that I have lot of statements which huge lines of SQL-source code (> 1.000 lines per statement).
The idea was from my side to use directly the eclipse-serach-and-replace dialoge to the editor which will be created on the class "SQLDataSetEditorPage". But I didn't found any documention how I can add the standard dialoge from the IDE.
The positive thing is that the central method "getFindReplaceTarget()" is given but I have no real idea of the search-dialoge-implementation.
All hints are welcome how the implementation could be done or some good links to a documentation of it.
Beta Was this translation helpful? Give feedback.
All reactions