[
https://issues.jboss.org/browse/JBIDE-22663?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-22663:
-------------------------------------
As far as I can tell. the class your PR modified,
jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/dialogs/OpenMBeanSelectionDialog.java
is only used by OpenMBeanAction.java. However, OpenMBeanAction is never used
anywhere.
These two files can be deleted without any effect on the project. ie, they're both
dead code.
If we're looking to modify the navigator itself, we'd need to modify JMXNavigator
JMXNavigator creates a text field in the view directly. It's not part of the view in
any fashion. It's a hard-coded text field with a hard-coded value.
Use new Style for FilteredTree
------------------------------
Key: JBIDE-22663
URL:
https://issues.jboss.org/browse/JBIDE-22663
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx
Reporter: Aurélien Pupier
Assignee: Rob Stryker
Fix For: 4.4.1.AM3
Attachments: jmx.png
- it will avoid to have "type search text" entered as a real text and provide a
nicer UI
it avoids to have the "type search text" used as a filter when clicking in the
text field
for UI difference kind see screenshots on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=496805
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)