[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, 11 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, 11 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 Yahor:
Great job, you found and described nearly everything!
Some comments regarding regarding to this doc:
1. (1.1.2 System requirements)
I would add that BrowserSim work on Linux and Mac too, not Win32 only.
2. Could we use words Simulated Devices instead of Replicated Devices? For me it sounds more clear, because it is mobile simulator :-)
3. (1.2.1) There is one more way to open .html files: right click on a file and select Open With>BrowserSim
4. (1.2.3) There is also Weinre debugger in the latest builds: https://issues.jboss.org/browse/JBIDE-13338
> 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, 11 months