[JBoss JIRA] Created: (JBIDE-801) Code formater breaks
by Adrian Mitev (JIRA)
Code formater breaks
---------------------
Key: JBIDE-801
URL: http://jira.jboss.com/jira/browse/JBIDE-801
Project: JBoss Tools
Issue Type: Bug
Environment: RHDS beta1, windows XP, jdk 1.5._0.12
Reporter: Adrian Mitev
I'm editting xhtml page and have the following code:
<table
style="border: 2px solid #{a4jSkin.additionalBackgroundColor}"
width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" style="background-color: #{a4jSkin.additionalBackgroundColor}">#{projMsg.components}</td>
<td width="50%" style="background-color: #{a4jSkin.additionalBackgroundColor}">#{projMsg.versions}</td>
</tr>
...
After i invoke code formatter - ctrl+shift+f the it formats the code but breaks the EL expressions inside the style property
The code looks like this:
<table
style="border: 2px solid #{ a4jSkin . additionalBackgroundColor"
width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" style="background-color: #{ a4jSkin . additionalBackgroundColor">#{projMsg.components}</td>
<td width="50%" style="background-color: #{ a4jSkin . additionalBackgroundColor">#{projMsg.versions}</td>
</tr>
....
There are some space inserted and the closing "}" bracket is removed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months
[JBoss JIRA] Closed: (JBIDE-766) EJB Preferences error
by Aliaksey Nis (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-766?page=all ]
Aliaksey Nis closed JBIDE-766.
------------------------------
Not a bug.
> EJB Preferences error
> ---------------------
>
> Key: JBIDE-766
> URL: http://jira.jboss.com/jira/browse/JBIDE-766
> Project: JBoss Tools
> Issue Type: Bug
> Components: xdoclet
> Affects Versions: 2.0.0.Beta3
> Environment: WindowsXP SP2
> rhds-win32-1.0.0.ALPHA.jar
> Red Hat Developer Studio
> Version: 1.0.0
> Build id: 1.0.0
> Reporter: Aliaksey Nis
> Assigned To: Rob Stryker
> Attachments: EJBPreferences.JPG
>
>
> Window -> Preferences->Xdoclet
> Look at screen shot.
> 1. I look for location of xdoclet-1.2.3.jar (using search) .
> Selecting version 1.2.3. Setting home folder path from search...
> 2. xdoclet-1.1.jar not included in studio (can't find it with search in studio folder).
> When i try to make something with EJB project - it says that "Annotation provider definition is not valid, please check the preferences."
> After few open-close Preferences, this error message disappear, but nothing still works.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months