[JBoss JIRA] (JBIDE-8526) Freemarker content assist doesn't work when inside a tag or tag attribute
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8526?page=com.atlassian.jira.plugin... ]
Peter Palaga resolved JBIDE-8526.
---------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
Resolution: Done
Should be fixed by by the fix done for JBIDE-18036. Please verify.
> Freemarker content assist doesn't work when inside a tag or tag attribute
> -------------------------------------------------------------------------
>
> Key: JBIDE-8526
> URL: https://issues.jboss.org/browse/JBIDE-8526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Affects Versions: 3.3.x
> Environment: Windows XP,
> Reporter: Ehrann Mehdan
> Assignee: Denis Golovin
> Fix For: 4.2.0.CR1
>
>
> In Freemarker 1.1.0.v20110303-1225-H55-Alpha1
> Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
> Build id: M20110210-1200
> This code will not trigger content assist when pressing ctrl+space with a context named data that has property "someValue"
> <tag attribute="${data.someValue}">...
> This code will (removed opening tag bracket)
> tag attribute="${data.someValue}">...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-10946) <#noescape> without having seen <#escape> is not necessarily an error
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10946?page=com.atlassian.jira.plugi... ]
Peter Palaga resolved JBIDE-10946.
----------------------------------
Fix Version/s: 4.2.0.CR1
(was: 3.3.x)
Resolution: Done
> <#noescape> without having seen <#escape> is not necessarily an error
> ---------------------------------------------------------------------
>
> Key: JBIDE-10946
> URL: https://issues.jboss.org/browse/JBIDE-10946
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Environment: FreeMarker IDE 1.1.0.v20111025-0320-H192-Final
> Eclipse Java EE IDE for Web Developers.
> Version: Indigo Release
> Build id: 20110615-0604
> Win7 x64 Java 7
> Reporter: Chris West
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.CR1
>
>
> Currently FreeMarker IDE presents an error for each instance of <#noformat> it encounters, unless it's already seen a <#escape x as x?html> in the same file:
> {code:xml}
> <#noformat>
> ${a.b} ${c}
> </#noformat>
> {code}
> {noformat}
> Error in template: foo.ftl
> on line 1, column 1
> noescape with no matching escape encountered.
> {noformat}
> This template may have been included:
> {code:xml}
> <#escape x as x?html>
> <#include "foo.ftl">
> </#escape>
> {code}
> ... or may have been wrapped in a loader which does effectively the same thing, for example, http://watchitlater.com/blog/2011/10/default-html-escape-using-freemarker/
> This results in many spurious error reports. Please allow me to disable these.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-10946) <#noescape> without having seen <#escape> is not necessarily an error
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10946?page=com.atlassian.jira.plugi... ]
Peter Palaga commented on JBIDE-10946:
--------------------------------------
Probably fixed in CR1 by the fix done for JBIDE-17910. Please verify.
> <#noescape> without having seen <#escape> is not necessarily an error
> ---------------------------------------------------------------------
>
> Key: JBIDE-10946
> URL: https://issues.jboss.org/browse/JBIDE-10946
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Environment: FreeMarker IDE 1.1.0.v20111025-0320-H192-Final
> Eclipse Java EE IDE for Web Developers.
> Version: Indigo Release
> Build id: 20110615-0604
> Win7 x64 Java 7
> Reporter: Chris West
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.CR1
>
>
> Currently FreeMarker IDE presents an error for each instance of <#noformat> it encounters, unless it's already seen a <#escape x as x?html> in the same file:
> {code:xml}
> <#noformat>
> ${a.b} ${c}
> </#noformat>
> {code}
> {noformat}
> Error in template: foo.ftl
> on line 1, column 1
> noescape with no matching escape encountered.
> {noformat}
> This template may have been included:
> {code:xml}
> <#escape x as x?html>
> <#include "foo.ftl">
> </#escape>
> {code}
> ... or may have been wrapped in a loader which does effectively the same thing, for example, http://watchitlater.com/blog/2011/10/default-html-escape-using-freemarker/
> This results in many spurious error reports. Please allow me to disable these.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBDS-2838) OpenShift Usability
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-2838?page=com.atlassian.jira.plugin.... ]
Marián Labuda closed JBDS-2838.
-------------------------------
Some of them are done. New Usability issues are created as a separated JIRAs. Closing this one as done.
> OpenShift Usability
> -------------------
>
> Key: JBDS-2838
> URL: https://issues.jboss.org/browse/JBDS-2838
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: openshift, requirements
> Reporter: Burr Sutter
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: JBDS80_Approved_Scope
> Fix For: 8.0.0.CR1
>
>
> This task is to explore the overall usability of the OpenShift Wizard, OpenShift Explorer, the adapter in the Servers Tab and review things like Run As on OpenShift (JBIDE-16069)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-15931) Explorer: Useless menu items on multiple application selection
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15931?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-15931.
---------------------------------
Verified in JBDS 8.0.0.CR1 build B201.
> Explorer: Useless menu items on multiple application selection
> --------------------------------------------------------------
>
> Key: JBIDE-15931
> URL: https://issues.jboss.org/browse/JBIDE-15931
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.CR1
>
> Attachments: multipleappselection.png
>
>
> There are 2 useless menu items in context menu of the multiple application selection. See attached image.
> It is useless to have menu item to display details about application, also server adapter is 1 to 1 relation application:adapter, so this is I think useless too.
> Also it's considerable, whether context menu should contain New - Connection menu items (if I am in context menu of application / multiple application I do not expect to have such possibility).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months