[JBoss JIRA] (JBIDE-20386) Autocompleation uses very outdated data
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20386?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-20386:
----------------------------------
Fix Version/s: 4.3.x
> Autocompleation uses very outdated data
> ---------------------------------------
>
> Key: JBIDE-20386
> URL: https://issues.jboss.org/browse/JBIDE-20386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Reporter: Daniel Dekany
> Assignee: Denis Golovin
> Fix For: 4.3.x
>
>
> When you press Ctrl+Space after {{<#}} or in an expression after {{foo?}}, the list of directive names, and especially the list of built-in names shown is very outdated. Instead of maintaining these lists manually, the list of directive names could be get from {{freemarker.template.Configuration.getSupportedBuiltInDirectiveNames()}}, and the list of built-in names from {{Configuration.getSupportedBuiltInNames()}}.
> Some complication since 2.3.23 is that the list of names should be filtered based on {{Template.getActualNamingConvention()}} (which either returns {{Configuration.LEGACY_NAMING_CONVENTION}} or {{Configuration.CAMEL_CASE_NAMING_CONVENTION}}). Though the algorithm for that is simple: If a name contains upper case letter then it's camel case. Otherwise, if it contains {{_}} then it belongs to the legacy naming convention. Otherwise if it's a directive name that equals to a lower-cased camel case directive name, then it's legacy naming convention (consider {{elseIf}} VS {{elseif}}). Otherwise the name belongs to both naming conventions.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 2 months
[JBoss JIRA] (JBIDE-20529) Master JIRA for XML Validation Problems
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20529?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20529:
-------------------------------------
A scan of all wildfly quickstarts found that all examples have namespace / xsd urls that are accurate. Though some are in fact redirects, the redirects are accurate and none redirect to an html page.
The upstream issue for following redirects is https://bugs.eclipse.org/bugs/show_bug.cgi?id=474741
There has been no upstream response to this issue yet.
> Master JIRA for XML Validation Problems
> ---------------------------------------
>
> Key: JBIDE-20529
> URL: https://issues.jboss.org/browse/JBIDE-20529
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples, server
> Reporter: Rob Stryker
>
> This JIRA is meant to be a master container jira for all xml validation issues. These include identifying projects that are enganging in bad xml behavior, projects that point to namespaces or xsd locations that no longer exist, example projects using relative paths for linking to other xsd, and others.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 2 months
[JBoss JIRA] (JBIDE-20529) Master JIRA for XML Validation Problems
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-20529:
-----------------------------------
Summary: Master JIRA for XML Validation Problems
Key: JBIDE-20529
URL: https://issues.jboss.org/browse/JBIDE-20529
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: project-examples, server
Reporter: Rob Stryker
This JIRA is meant to be a master container jira for all xml validation issues. These include identifying projects that are enganging in bad xml behavior, projects that point to namespaces or xsd locations that no longer exist, example projects using relative paths for linking to other xsd, and others.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 2 months