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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...