[jboss-dev-forums] [Design of JBoss Tools (dev)] - Code Assist for Custom Components
Kragoth
do-not-reply at jboss.com
Wed Aug 12 22:07:28 EDT 2009
Hey guys,
I'm working on a project where we heavily utilise custom components. And by following the instructions provided in the documentation I have been able to get custom code assist to work for us :D (Very happy).
Relevant doco section: 3.1.2.5. Adding dynamic code assist to custom components that were added to JBoss Tools Palette
However, this solution is rather limiting because if I have multiple workspaces my code assist is the same between both of them. So if I'm working on a branch of my code base I'm still getting the autocomplete that is set up for the head of my code base.
The step that causes this limitation is this:
| Add information on your xml file in <JBDS_home>/studio/eclipse/plugins/org.jboss.common.kb_***/plugin.xml
| <tld
| jsf="true"
| name="Jenia Faces"
| schema-location="schemas/tld/myJSF.xml"
| uri="http://www.jenia.org/jsf/dataTools"/>
|
Is there any chance that sometime in the future this could be changed so that each workspace can setup the tld/xsd file associations seperately?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249315#4249315
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249315
More information about the jboss-dev-forums
mailing list