[JBoss JIRA] (TOOLSDOC-322) NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-322?page=com.atlassian.jira.plug... ]
Alexey Kazakov commented on TOOLSDOC-322:
-----------------------------------------
It looks like a bug.
> NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
> ------------------------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-322
> URL: https://issues.jboss.org/browse/TOOLSDOC-322
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - JSF Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Alexey Kazakov
>
> I created a JSF project using the JSF project wizard. When I double-click on the faces-config.xml file it opens in a dedicated editor with diagram, tree and source views. Great - :)
> I was then looking at enabling the JSF facet on an existing basic project. A faces-config.xml file was created. Again, I double-clicked to open it but it opened in a plain editor. How do I get it to open in the dedicated config file editor? I tried right-clicking on the file and clicking Open With>Other and selecting some of the JBoss editors but no luck. :(
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14350) Search field disappears when Central editor is too small
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14350?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-14350:
---------------------------------------
{quote}
... can I assign it back to you?
{quote}
Of course, you can.
> Search field disappears when Central editor is too small
> --------------------------------------------------------
>
> Key: JBIDE-14350
> URL: https://issues.jboss.org/browse/JBIDE-14350
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.1.0.Beta1
>
> Attachments: searchField.png, searchField1.png
>
>
> Search field disappears, when Central editor is shrinked to certain width.
> Would it be possible either move the search field under buttons and "show on startup" checkbox or define some minimal width.
> Thanks
> !searchField.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14350) Search field disappears when Central editor is too small
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14350?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-14350:
-------------------------------------
I'm open to suggestions, ready to be convinced. If what I propose is stupid, you can say so you know?
Anyway. If what I said makes sense (dynamically show/hide the "show on startup" label), can I assign it back to you? My SWT-fu sucks bad, I'd rather stay away from anything UI related if I can.
> Search field disappears when Central editor is too small
> --------------------------------------------------------
>
> Key: JBIDE-14350
> URL: https://issues.jboss.org/browse/JBIDE-14350
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.1.0.Beta1
>
> Attachments: searchField.png, searchField1.png
>
>
> Search field disappears, when Central editor is shrinked to certain width.
> Would it be possible either move the search field under buttons and "show on startup" checkbox or define some minimal width.
> Thanks
> !searchField.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-12815) Create a JBoss Tools Orbit
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12815?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-12815:
---------------------------------------------
what I suggest is that we get documented why the 3rd party jar is needed and follow the conventions of orbit.
Those are outlined in https://github.com/nickboldt/jbosstools-locus/pull/1 with links to the relevant Orbit docs.
> Create a JBoss Tools Orbit
> --------------------------
>
> Key: JBIDE-12815
> URL: https://issues.jboss.org/browse/JBIDE-12815
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng, locus
> Reporter: Mickael Istria
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Beta1
>
> Attachments: pom.xml
>
>
> Since all JBoss Eclipse-based project probably share some needs for usual libraries, we should create a JBoss Tools Orbit project in which one we would provide those 3rd-party dependencies packaged as OSGi Bundle in a p2 repository.
> In a first time, we could simply create some OSGi "wrappers" around those jars.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBDS-2577) JBDS70_0813: [Partial] (Dev) (P1) Support non-minified/minified JS libs
by Kris Borchers (JIRA)
[ https://issues.jboss.org/browse/JBDS-2577?page=com.atlassian.jira.plugin.... ]
Kris Borchers commented on JBDS-2577:
-------------------------------------
[~maxandersen] Source Maps - http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
JS doesn't "need" a build step but as applications get more complex, it only makes sense to break them up into manageable pieces that you put back together with a build. The nice thing, is with a toolset like Yeoman/Grunt/Bower, you can place your script pieces in between comments which grunt then parses and replaces with a reference to the built file. And all of this is done on the fly as you develop so as soon as you save a file, your app is rebuilt and run via Yeoman's built in web server so you can see your changes live without waiting for a build"
> JBDS70_0813: [Partial] (Dev) (P1) Support non-minified/minified JS libs
> -----------------------------------------------------------------------
>
> Key: JBDS-2577
> URL: https://issues.jboss.org/browse/JBDS-2577
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Reporter: Jiri Pallich
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 7.0.0.Beta2
>
>
> Support non-minified JS libs for Dev, swap in minified JS libs for production (wro4j - maven integration?).
> Examples of JS libs: jQuery, jQuery Mobile
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBDS-2529) JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-2529?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-2529:
--------------------------------------
[~maxandersen], yes we did level 2 (JBIDE-13775, JBIDE-13633) in Alpha2.
What is "Level 3: Visual Editing via ""intermediate format""?
> JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
> --------------------------------------------------------------------------------
>
> Key: JBDS-2529
> URL: https://issues.jboss.org/browse/JBDS-2529
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Jiri Pallich
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 7.0.0.Beta1
>
>
> Approach:
> Level 1: Drag Add text where to be placed, ask for properties
> Level 2: Add the required javascript/css references in HEAD
> Level 3: Visual Editing via ""intermediate format""
> Level 4: Visual Layout/Editing of html5 (out-of-scope)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months