[JBoss JIRA] Created: (JBIDE-8054) Text selection in VPE source pane is not synchronized with selection in Visual Pane
by Vlado Pakan (JIRA)
Text selection in VPE source pane is not synchronized with selection in Visual Pane
-----------------------------------------------------------------------------------
Key: JBIDE-8054
URL: https://issues.jboss.org/browse/JBIDE-8054
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.CR1
Environment: Linux 32bit JBDS 4.0.0.v201012161657N-H584-CR1
Reporter: Vlado Pakan
Assignee: Maxim Areshkau
Attachments: selectionError.swf
Steps to reproduce:
1. Open any jsp page in VPE editor and select some text in VPE source pane. The same text is selected in visual pane.
2. Make mouse left click somewhere in visual pane. There should be no selected text.
3. Select the same text in step 1. via source pane
4. No text is selected in visual pane but the same text selected in source pane has to be selected in visual pane.
After reopening jsp page it's working again as mentioned above. Selection is synchronized only first time.
See attached screencast.
--
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] Created: (JBDS-1532) Users should be warned when installing 32 bit JBDS on Leopard
by Martin Malina (JIRA)
Users should be warned when installing 32 bit JBDS on Leopard
-------------------------------------------------------------
Key: JBDS-1532
URL: https://issues.jboss.org/browse/JBDS-1532
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Affects Versions: 4.0.0.CR1
Environment: Mac OS X 10.5 Leopard
jbdevstudio-product-macosx-cocoa-4.0.0.v201101230948R-H100-CR1.jar
Reporter: Martin Malina
I stumbled upon this when testing JBDS on Leopard:
When you install the Cocoa (32bit) version of JBDS on Leopard, it lets you install it with no problem even though it's not supported because then it's bound to run with Java 1.5 (Java 1.6 is 64bit-only on Leopard).
When you start JBDS after the installation at first everything seems ok - the welcome screen, the menu... But for example the installed EAP runtime is missing and soon you realize that other plugins are missing too - this is the result of running JBDS running with Java 1.5 in this case.
If a user installs 32bit version of JBDS on Leopard, it is his fault. But it would be nice to have some kind of warning - either during the installation. Or when JBDS is started with Java 1.5.
--
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-9833) Quick fixes for problem markers in beans.xml
by Daniel Azarov (Created) (JIRA)
Quick fixes for problem markers in beans.xml
--------------------------------------------
Key: JBIDE-9833
URL: https://issues.jboss.org/browse/JBIDE-9833
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: CDI
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.0.M4
1. Quick fix for "There is no class with the specified name [JSR-299 §5.1.1]" problem marker
In case when Bean class or Stereotype does not exists there should be a quick fix:
"Create Bean Class/Stereotype". This quick fix should run Creation wizard for Bean Class or Stereotype with selected "Add @Alternative" option
2. Quick fix for "<class> element must specify the name of an alternative bean class [JSR-299 §5.1.1]" and "<stereotype> element must specify the name of an @Alternative stereotype annotation [JSR-299 §5.1.1]" problem markers
In case of existing of Bean Class or Stereotype and when Bean Class or Stereotype has no @Alternative annotation there should be a quick fix:
"Add @Alternative annotation to Bean Class/Stereotype"
3. Quick fix for "There is no class with the specified name [JSR-299 §9.4]/[JSR-299 §8.2]" problem markers
In case when Decorator or Interceptor does not exists there should be a quick fix:
"Create Interceptor/Decorator". This quick fix should run Creation wizard for Interceptor or Decorator
--
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