[JBoss JIRA] (JBIDE-22663) Use new Style for FilteredTree
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22663?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22663:
-------------------------------------
After some more digging, it doesn't look like this is possible with the current CommonNavigator framework.
CommonViewer has only one constructor: public CommonViewer(String aViewerId, Composite aParent, int aStyle) {
This constructor passes to the superclass (TreeViewer) with args new TreeViewer(aParent, aStyle), and that constructor in TreeViewer creates its own Tree. This means we can't create a new FilteredTree somehow without writing several new classes for CommonNavigator.... or making some custom solution.
Challenge accepted.
> 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)
9 years, 8 months
[JBoss JIRA] (JBIDE-22663) Use new Style for FilteredTree
by Rob Stryker (JIRA)
[ 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)
9 years, 8 months
[JBoss JIRA] (JBTIS-817) Clean up branding for DevstudioIS 10
by Paul Leacu (JIRA)
Paul Leacu created JBTIS-817:
--------------------------------
Summary: Clean up branding for DevstudioIS 10
Key: JBTIS-817
URL: https://issues.jboss.org/browse/JBTIS-817
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Components: distribution
Affects Versions: 10.0.0.Alpha1
Reporter: Paul Leacu
Assignee: Paul Leacu
Fix For: 10.0.0.Alpha1
Update all branding icons to 10.x. Replace JBDSIS with DevstudioIS
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months