[jbosside-issues] [JBoss JIRA] Created: (JBIDE-428) Add new features to Feemarker Plugin
by ZERR Angelo (JIRA)
Add new features to Feemarker Plugin
------------------------------------
Key: JBIDE-428
URL: http://jira.jboss.com/jira/browse/JBIDE-428
Project: JBoss IDE
Issue Type: Patch
Components: FreeMarker plugin
Reporter: ZERR Angelo
Assigned To: Joe Hudson
Attachments: FreemarkerIDE.zip
I have updated Freemarker Plugin to :
1) have template completion capability : (ex : type list in your ftl template, and CRTL+SPACE => <#list ....><#list> will be generate.
You can customize your template with menu Window/Preferences/Freemarker Editor/Templates
2) add XML context capabilty. You can choose XML file and have completion with element and attribute of your XML.
3) add String context. I beleive it will be better to have Java Type context (Boolea, String,...)
3) add Preview Tab to see the result of the merge of your template and your model. It works ONLY with XML context. It's not available dor Class context.
To use Preview Tab with Class, I believe it will good to have a class wich return getter of your Class.
Ex : if you have class MyForm, user will have to add getMyForm in the context class for the preview.
MyForm getMyForm() {
MyForm form = new MyForm
form.setId("MyId")
return form;
}
If user have the ftl template ${myForm.id}, when you click to th epreview tab, you will have MyId displayed.
--
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
13 years, 4 months
[JBoss JIRA] Created: (JBIDE-1388) support remote hosts/external started AS adapter
by Max Andersen (JIRA)
support remote hosts/external started AS adapter
------------------------------------------------
Key: JBIDE-1388
URL: http://jira.jboss.com/jira/browse/JBIDE-1388
Project: JBoss Tools
Issue Type: Feature Request
Components: JBossAS
Reporter: Max Andersen
Fix For: 2.1
people like to start there server manually and just hook up to it via remote debugging - we should make that easy (its trivial via eclipse support for remote debugging)
should be an option on the servers, doesnt require new server/runtime type if local server.
Only catch is that the server might not even be accessible via filesystem - how should we handle deploy and runtime lib situation ? (my best bet is just that these would be unspecified and not provide those features)
--
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
13 years, 5 months