[
https://jira.jboss.org/jira/browse/JBIDE-4140?page=com.atlassian.jira.plu...
]
Viacheslav Kabanovich commented on JBIDE-4140:
----------------------------------------------
I replaced JavaChoicerEditor with JavaEclipseChoicerEditor which opens standard
FilteredTypesSelectionDialog.
Classes JavaChoicerEditor, TabbedJavaChoicerFieldEditor, JavaEclipseChoicerFiledEditor are
not used any more. For the present, they are declared deprecated, and code referencing
types removed in Eclipse 3.5 is commented out of them. After testing, if new editor is ok,
these classes can be finally removed.
Migrate class selector TabbedJavaChoicerFieldEditor
---------------------------------------------------
Key: JBIDE-4140
URL:
https://jira.jboss.org/jira/browse/JBIDE-4140
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: common
Affects Versions: 3.0.0.GA
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0
Attachments: Our_3-Tabbed_Type_Selection_Dialog.jpg,
Standard_Filtered_Type_Selection_Dialog.jpg
Our selector has tabs 'Search', 'Browse', 'Recent'.
Tab 'Search' is implemented using deprecated in Eclipse 3.4 TypeInfoComponent,
which is removed in Eclipse 3.5.
Possible solutions:
1) keep this tab by copying missing classes from Eclipse 3.4 into xpl package.
2) drop our 3-tabbed selector, and invoke the standard FilteredTypesSelectionDialog.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira