[JBoss JIRA] Created: (JBIDE-8439) Selection Bar dissapears on VPE part when it lost focus for Find/Replace dialogs of content assist proposal list windoe
by Denis Golovin (JIRA)
Selection Bar dissapears on VPE part when it lost focus for Find/Replace dialogs of content assist proposal list windoe
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8439
URL: https://issues.jboss.org/browse/JBIDE-8439
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Maxim Areshkau
Priority: Minor
Fix For: 3.3.0.M1
Attachments: screenshot5.png, screenshot6.png
I noticed that sometimes sash between Visual and Source part of XHTML editor is jumping up and down a bit. I happens when focus is moved from editor to dialog window, proposal list or documentation for proposal window. When focus is back it selection bar gets back. It sure harmless but very annoying.
When editor is opened it opened it looks like on screenshot below with selection bar wisible
!screenshot5.png!
After Ctrl-F is pressed with Find dialog opened selection bar disappears.
!screenshot6.png!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBIDE-8542) Display remote server log in console view
by Libor Zoubek (JIRA)
Display remote server log in console view
-----------------------------------------
Key: JBIDE-8542
URL: https://issues.jboss.org/browse/JBIDE-8542
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Affects Versions: 3.2.0.Final
Reporter: Libor Zoubek
Assignee: Rob Stryker
It would be nice if we were able to redirect remote server's output to console view (same as local server does) Currently developer needs to open terminal and tail -f server's log by hand. It would also help our to run bot tests (that we now run with local servers) with remote server. These test always analyze server's log to determine successful deployment etc.
My suggestions is (when server is started via tools):
If server is already running: {{cat server.log}}, and than run {{tail -n0 -f server.log}}
If it isn't: just {{tail -f server.log}}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBIDE-6105) Support WFK libraries
by Libor Zoubek (JIRA)
Support WFK libraries
---------------------
Key: JBIDE-6105
URL: https://jira.jboss.org/jira/browse/JBIDE-6105
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Libor Zoubek
Fix For: 3.2.next
I would like to suggest we could support Jboss Web Framework kit (1.0). WFK contains struts, gwt, spring and richfaces.
I will use Spring as example subset of WFK.
Current situation:
When I want to develop e.g. Spring application in JBT, I have SpringIDE plugins to support my development, that is OK. But when I want to run it, I need to get Spring libs somewhere. So I download WFK and copy required jars into my project's classpath. If I had forgotten some jar, I'll get NoClassDefFound when running and need to find correct jars and add it to classpath too.
New Situation :
I would like to add Spring libs as a runtime or library similarly as seam. Development of WFK-based applications would be much easier and the first steps (creating the project) much faster.
User would define 'WFK runtime" and provide path to WFK home dir. Then he would be able to add WFK libraries to project's build path.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months