[JBoss JIRA] (JBIDE-13880) 'Start the server' icon is the same as 'Run as' icon so confusing
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13880?page=com.atlassian.jira.plugi... ]
Michelle Murray commented on JBIDE-13880:
-----------------------------------------
On further investigation I see that this is actually Eclipse rather than JBoss Server Tools so perhaps there is nothing that can be done.
> 'Start the server' icon is the same as 'Run as' icon so confusing
> -----------------------------------------------------------------
>
> Key: JBIDE-13880
> URL: https://issues.jboss.org/browse/JBIDE-13880
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS/Servers
> Affects Versions: 4.0.0.Final
> Reporter: Michelle Murray
> Assignee: Rob Stryker
> Attachments: Start_server_icon.png
>
>
> In the 'Servers' tab, the icon for 'Start the server' is a green circle with a white arrow.
> In the global toolbar of the JBoss perspective, the icon for 'Run/Run as' is the same.
> This could cause confusion for new users. Can one of the icons be changed?
--
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, 7 months
[JBoss JIRA] (JBIDE-13880) 'Start the server' icon is the same as 'Run as' icon so confusing
by Michelle Murray (JIRA)
Michelle Murray created JBIDE-13880:
---------------------------------------
Summary: 'Start the server' icon is the same as 'Run as' icon so confusing
Key: JBIDE-13880
URL: https://issues.jboss.org/browse/JBIDE-13880
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 4.0.0.Final
Reporter: Michelle Murray
Assignee: Rob Stryker
Attachments: Start_server_icon.png
In the 'Servers' tab, the icon for 'Start the server' is a green circle with a white arrow.
In the global toolbar of the JBoss perspective, the icon for 'Run/Run as' is the same.
This could cause confusion for new users. Can one of the icons be changed?
--
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, 7 months
[JBoss JIRA] (TOOLSDOC-303) Devs to review BrowserSim chapter for JBDS 7.0
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-303?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-303:
------------------------------------------
Email from Michelle to Yahor:
Thanks for the feedback Yahor - very speedy. I am implementing it all now.
Regarding Firebug Lite and Weinre, what's the difference?
I think it is this, but am I right?
Firebug Lite = local filesystem apps only, for standard web browsers and not mobile devices
Weinre = deployed/remote apps, specifically for mobile devices
Also, I think you guys have already implemented another function:
* take a screenshot https://issues.jboss.org/browse/JBIDE-13434
Any info on this so I can add it to the documentation?
Screenshots and Weinre will need news and noteworthy entries. I guess under alpha 2?
> Devs to review BrowserSim chapter for JBDS 7.0
> ----------------------------------------------
>
> Key: TOOLSDOC-303
> URL: https://issues.jboss.org/browse/TOOLSDOC-303
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: UserGuide - BrowserSim
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Please review the content of the BrowserSim chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> Available at: https://docs.jboss.org/author/display/JBIDE/BrowserSim
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA or feel free to directly edit the content at the link.
--
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, 7 months
[JBoss JIRA] (JBIDE-13436) jQuery: Code completion for all the available IDs for <a href="#...">
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13436?page=com.atlassian.jira.plugi... ]
Denis Golovin reassigned JBIDE-13436:
-------------------------------------
Assignee: Alexey Kazakov (was: Denis Golovin)
> jQuery: Code completion for all the available IDs for <a href="#...">
> ---------------------------------------------------------------------
>
> Key: JBIDE-13436
> URL: https://issues.jboss.org/browse/JBIDE-13436
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha2
>
> Attachments: scr.png
>
>
> Suppose we have a multi-page document:
> {code}
> <body>
> <div data-role="page" id="foo">
> ...
> <a href="#bar">bar</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> <div data-role="page" id="bar">
> ...
> <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> </body>
> {code}
> Another example:
> {code}
> <a href="#popupBasic" data-rel="popup">Open Popup</a> <!-- Ctrl+Space for href="# shows popupBasic id -->
> <div data-role="popup" id="popupBasic">
> ...
> </div>
> {code}
> !scr.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, 7 months
[JBoss JIRA] (JBIDE-13436) jQuery: Code completion for all the available IDs for <a href="#...">
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13436?page=com.atlassian.jira.plugi... ]
Denis Golovin reassigned JBIDE-13436:
-------------------------------------
Assignee: Denis Golovin (was: Alexey Kazakov)
> jQuery: Code completion for all the available IDs for <a href="#...">
> ---------------------------------------------------------------------
>
> Key: JBIDE-13436
> URL: https://issues.jboss.org/browse/JBIDE-13436
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Denis Golovin
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha2
>
> Attachments: scr.png
>
>
> Suppose we have a multi-page document:
> {code}
> <body>
> <div data-role="page" id="foo">
> ...
> <a href="#bar">bar</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> <div data-role="page" id="bar">
> ...
> <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> </body>
> {code}
> Another example:
> {code}
> <a href="#popupBasic" data-rel="popup">Open Popup</a> <!-- Ctrl+Space for href="# shows popupBasic id -->
> <div data-role="popup" id="popupBasic">
> ...
> </div>
> {code}
> !scr.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, 7 months
[JBoss JIRA] (JBIDE-13879) BrowserSim to show deployed app when click Run BrowerSim icon
by Michelle Murray (JIRA)
Michelle Murray created JBIDE-13879:
---------------------------------------
Summary: BrowserSim to show deployed app when click Run BrowerSim icon
Key: JBIDE-13879
URL: https://issues.jboss.org/browse/JBIDE-13879
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 4.0.0.Final
Reporter: Michelle Murray
Assignee: Yahor Radtsevich
I deployed a simple dynamic web app to an EAP server.
To view the deployed app (http://localhost:8080/testing/ say) with BrowserSim I can do two things:
1) Show the deployed app in a standard browser (In Servers tab, right-click on app then Show In > Web Browser), click in the tab of the opened web browser and then click the Run BrowserSim icon.
2) Change the default browser to BrowserSim (Window > Web Browser > BrowserSim) and then open the app in web browser (In Servers tab, right-click on app then Show In > Web Browser).
It would be great if this could be simplified and a third option added:
3) Select the deployed app in the Servers tab and then click the Run BrowserSim icon. [At the moment this sequence runs BrowserSim but the displayed page is 'about:blank' and not the deployed app.]
--
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, 7 months