[JBoss JIRA] Created: (JBIDE-8721) OpenOn does not work for JavaScript variables on HTML pages
by Yahor Radtsevich (JIRA)
OpenOn does not work for JavaScript variables on HTML pages
-----------------------------------------------------------
Key: JBIDE-8721
URL: https://issues.jboss.org/browse/JBIDE-8721
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.CR1
Reporter: Yahor Radtsevich
Assignee: Alexey Kazakov
Attachments: javascript-prj.zip
OpenOn does not work for JavaScript variables on HTML pages.
*Steps to reproduce:*
# Import attached project [^javascript-prj.zip] into workspace.
# Open index.html with "JBoss Tools HTML Editor"
# Point cursor before "a + 1" as it is shown below:
{code:xml|title=index.html|borderStyle=solid}
<html>
<head>
<script type="text/javascript">
var a = 1;
var b = |a + 1;
</script>
</head>
</html>
{code}
# Press Open Declaration hotkey (F3 or Ctrl-click by default)
*Actual result:*
Nothing happens.
*Expected result:*
The cursor must move to the declaration of the variable 'a'.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-7100) Wrond proposals appear in CA Window for CSS styles inside <style></style> tag
by Victor Rubezhny (JIRA)
Wrond proposals appear in CA Window for CSS styles inside <style></style> tag
-----------------------------------------------------------------------------
Key: JBIDE-7100
URL: https://jira.jboss.org/browse/JBIDE-7100
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.M2
Environment: Eclipse 3.6; WTP 3.2
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Wrong proposals appear in CA Window for CSS styles inside <style></style> tag when:
1. There is at least one whitespace character is placed between opening and closing "style" tags
-and-
2. The CA is invoked when the cursor is pointed right before the closing tag (i.e. "<style type="text/css"> |</style>", where "|"-char indicates the cursor position.
In such cases WTP suggests proposals for a new tags insertion, but not the CSS proposals.
Probably it's WTP's issue, because:
1. WTP decides which kind of proposals are to be calculated at some cursor position.
2. We don't add any computers for CSS proposals since WTP 3.2
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1823) Remove Smooks Editor from JBDS
by Brian Fitzpatrick (JIRA)
Remove Smooks Editor from JBDS
------------------------------
Key: JBDS-1823
URL: https://issues.jboss.org/browse/JBDS-1823
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build, SOA Platform
Affects Versions: 4.1.1.M1, 5.0.0.M3
Reporter: Brian Fitzpatrick
Assignee: Nick Boldt
Priority: Blocker
After a discussion with John Graham today, we are removing the Smooks Editor from JBDS 4.1.1 and JBDS 5 (in the SOA portion) because it isn't a supported tool.
Nick, can you let me know what feature or pom I need to monkey with to remove the smooks feature from the JBDS builds?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1635) Include JBoss Maven Integration in JBDS Extras site (along with m2eclipse 0.13) ?
by Nick Boldt (JIRA)
Include JBoss Maven Integration in JBDS Extras site (along with m2eclipse 0.13) ?
---------------------------------------------------------------------------------
Key: JBDS-1635
URL: https://issues.jboss.org/browse/JBDS-1635
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Components: Build, Requirements
Affects Versions: 5.0.0.M1
Reporter: Nick Boldt
Assignee: Fred Bricon
>From Max:
> We're not planning on supporting JBoss Maven Integration (org.jboss.tools.maven.*) before there is stable api from m2e.
> But I guess it could be put on the Extras site as a 3rd party "selected" plugin.
> The maven stuff can't just be put into JBDS 4.x sites without
some work. So its a +1 for JBDS 5 once Snjezana/Fred are ok with it.
>From Sneja:
+1
Awaiting feedback from Fred.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months