[JBoss JIRA] Created: (JBIDE-8526) Freemarker content assist doesn't work when inside a tag or tag attribute
by Ehrann Mehdan (JIRA)
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
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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBIDE-7727) Add Hudson job which runs JBDS SWTBot tests
by Vlado Pakan (JIRA)
Add Hudson job which runs JBDS SWTBot tests
-------------------------------------------
Key: JBIDE-7727
URL: https://jira.jboss.org/browse/JBIDE-7727
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Build/Releng
Reporter: Vlado Pakan
Assignee: Denis Golovin
We need Hudson job which will run JBDS/JBT SWTBot tests.
Job should be started manually for the beginning because we will have to change tests to run correctly on Hudson. Once we will have SWTBot tests running correctly we will start this job automatically.
Job should just run SWTBot tests not build complete JBT/JBDS. We need to minimize time taken by job. It will make developing SWTBot tests much faster.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBIDE-5435) Resource identifier validator for JSF 2.0
by Denis Golovin (JIRA)
Resource identifier validator for JSF 2.0
-----------------------------------------
Key: JBIDE-5435
URL: https://jira.jboss.org/jira/browse/JBIDE-5435
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.2.next
This validator should perform verification for JSF2 resources as it is defined in spec's "2.6.1.3 Resource Identifiers" chapter: "<resourceIdentifier> consists of several segments, specified as follows.
[localePrefix/][libraryName/][libraryVersion/]resourceName[/resourceVersion]
The run-time must enforce the following rules to consider a <resourceIdentifier>s valid. A <resourceIdentifier> that does not follow these rules must not be considered valid and must be ignored silently.
* Every character in a resource identifier must be a valid character suitable for use in a string passed to the constructor of java.io.File that takes a single String argument.
* Segments in square brackets [] are optional.
* The segments must appear in the order shown above.
* If libraryVersion is present, it must be preceded by libraryName.
* If libraryVersion is present, any leaf files under libraryName must be ignored.
* If resourceVersion is present, it must be preceded by resourceName.
* There must be a '/' between adjacent segments in a <resourceIdentifier>
* If libraryVersion or resourceVersion are present, both must be a '_' separated list of integers, neither starting nor ending with '_'
* If resourceVersion is present, it must be a version number in the same format as libraryVersion. An optional "file extension" may be used with the resourceVersion. If "file extension" is used, a "." character, followed by a "file extension" must be appended to the version number. See the following table for an example."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month