Yahor Radtsevich [
https://community.jboss.org/people/yradtsevich] created the discussion
"Re: source code for web.xml editor - jboss tools"
To view the discussion, visit:
https://community.jboss.org/message/758676#758676
--------------------------------------------------------------
Hi Sreenidhi,
Trunk is the best place to explore the source of JBoss Tools:
http://anonsvn.jboss.org/repos/jbosstools/trunk/
http://anonsvn.jboss.org/repos/jbosstools/trunk/ .
There is a simple folder structure inside trunk:
COMPONENT_NAME/plugins/PLUGIN_NAME/src/JAVA_FILES.
Just press Ctrl-Shift-F1 to get the name of the class of the opened editor. For example,
for the Faces Config editor you should get:
org.jboss.tools.jsf.ui.editor.FacesConfigEditor. The path for it will be
/trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/editor/FacesConfigEditor.java
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/758676#758676]
Start a new discussion in JBoss Tools at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]