[JBoss JIRA] (JBIDE-10945) BrowserSim: create more skins
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-10945:
----------------------------------------
Summary: BrowserSim: create more skins
Key: JBIDE-10945
URL: https://issues.jboss.org/browse/JBIDE-10945
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Yahor Radtsevich
New skins or a universal skin should be created.
Now there is only one iPhone 3 skin which is used to render all devices, including iPad, Android and BlackBerry. But there are differences between these devices, which should be reflected skins. For example, iPad has back/forward buttons on the address bar and the address bar is never hidden. Android, in its turn, has back/forward buttons either as hardware buttons (not on screen), or they are hidden automatically. For developers this means, that available browser size differs from iPhone 3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-11081) Small changes for warning message when enabling openshift application for existing project
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-11081:
---------------------------------------
Summary: Small changes for warning message when enabling openshift application for existing project
Key: JBIDE-11081
URL: https://issues.jboss.org/browse/JBIDE-11081
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Lucia Jelinkova
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 3.3.0.CR1
Existing message that appears during enabling OpenShift application for the existing project is informative, however, could you consider these suggestions?
- distinguish more explicitly what will be done on the "remote" and "local" side
- put "This cannot be undone" warning just before "Do you wish to continue?" question
- write more explicitly that Git will not only be enabled, but also connected to OpenShift server's Git
- the lines are not aligned
The message could then look something like this:
OpenShift application XXX will be enabled on project YYY by copying OpenShift configuration from server to local project and connecting local project to OpenShift Git repository.
The local project will be automatically committed to local Git repository and further publishing will eventually override existing remote content.
This cannot be undone. Do you wish to continue?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-6579) [tester] UI suggestion for WS Tester
by Max Rydahl Andersen (JIRA)
[tester] UI suggestion for WS Tester
------------------------------------
Key: JBIDE-6579
URL: https://jira.jboss.org/browse/JBIDE-6579
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Reporter: Max Rydahl Andersen
Assignee: Brian Fitzpatrick
Tried out the ws tester today and been thinking about better layout since it is rather bulky today
I'll attach a mockup of it but in "short" its:
1) Reduce redundant text (i.e. XXX instead of Request XXX)
2) Make input field directly visible (less tabs)
3) Avoid text buttons where icons can be used
4) Remove duplicate functionallity (tcp monitor does not seem to provide functionallity outside of what tcp monitor does)
5) Let the output be Save, open in editor based on content type, show "raw" and show in "embedded browser"
6) Tab and save input between sessions to avoid retyping.
7) Consider add history back/forward buttons ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-9735) Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands
by Koen Aers (JIRA)
Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-9735
URL: https://issues.jboss.org/browse/JBIDE-9735
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: forge
Reporter: Koen Aers
Fix For: 3.3.0.M4
Following things need to be done:
- create a ForgeTextViewer that inherits from jface TextViewer
- the ForgeTextViewer initializes a filter chain to filter all the escaped input
- the ForgeHiddenOutputFilter will filter the hidden input (new escape sequence : 27 + '%'
- the ForgeAnsiCommandFilter filters the ansi commands that come from the runtime : 27 + '['
- the ForgeTextViewer will execute the ansi commands and interpret the hidden output
- the dependencies on the Eclipse Console classes can be eliminated: Console, ConsolePage, ConsoleViewer
- ForgeInputReadJob is not needed anymore
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-10036) Forge and JAX-RS: Project configuration is not up-to-date with pom.xml. Run project configuration update
by Burr Sutter (Created) (JIRA)
Forge and JAX-RS: Project configuration is not up-to-date with pom.xml. Run project configuration update
--------------------------------------------------------------------------------------------------------
Key: JBIDE-10036
URL: https://issues.jboss.org/browse/JBIDE-10036
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Environment: 3.3.M4 (QA version)
Reporter: Burr Sutter
Attachments: Forge_JBossTools-3.png, Forge_JBossTools-4.png, Forge_JBossTools-5.png
Following this Forge "script"
new-project --named forgeProject1 --topLevelPackage com.burrsutter.forgeProject1
persistence setup --provider HIBERNATE --container JBOSS_AS7
I notice that the project is not refresh to show the additional generated files. So I right-click on the project and select Refresh from the context menu and I get a red x, opening up the Problems tab tells me that
"Project configuration is not up-to-date with pom.xml. Run project configuration update".
This message is a challenge - finding 'project configuration update' in the menu system is difficult. A new Maven user would not know that the right item is
Right-click on the project, Maven -> Update Project Configuration
This step should have happened automatically
After running Update Project Configuration, the next error is
"error: Attribute servlet-name references to javax.ws.rs.core.Application that is not a servlet"
What was thrown into web.xml
<servlet-mapping>
<servlet-name>javax.ws.rs.core.Application</servlet-name>
<url-pattern>/rest/*</url-pattern>
</servlet-mapping>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months