[JBoss JIRA] (JBIDE-24311) Application wizard: is loading templates even if I go back
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24311?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24311:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Application wizard: is loading templates even if I go back
> ----------------------------------------------------------
>
> Key: JBIDE-24311
> URL: https://issues.jboss.org/browse/JBIDE-24311
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.6.x
>
>
> # ASSERT: have a openshift server (using the internal instance works better since it's remote, requests take more time)
> # EXEC: launch application wizard
> # EXEC: select a template and hit "Next >" and end up in the "Template Parameters" page
> # EXEC: hit "< Back"
> Result:
> page "Select Template" is displayed, mouse turns "hoursglass" and the page shows a progress bar indicating that the page is loading it's resources.
> Expected result:
> the page "Select Template" should only load upon initial display. Every subsequent display of the very same page should used cached resources, not load them again and again.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22750) Auto-insert name after </# and </@
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22750?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22750:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Auto-insert name after </# and </@
> ----------------------------------
>
> Key: JBIDE-22750
> URL: https://issues.jboss.org/browse/JBIDE-22750
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: freemarker
> Reporter: Daniel Dekany
> Assignee: Daniel Dekany
> Fix For: 4.6.x
>
>
> It would be very handy if {{<#/}} auto-inserts the name of directive that it closes. It's tricky to do though, because it has to be synchronous (and fast) and so it certainly can't wait for the result from the reconciler thread. Without that, finding out what tag needs closing isn't trivial because most but not all {{#}} directives are implicitly closed (worse, in case of assignments that depends on the expression after the directive name).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months