Board index » jbuilder » How to add a new tool to JB tools
|
Pascal AUDANT
JBuilder Developer |
|
Pascal AUDANT
JBuilder Developer |
How to add a new tool to JB tools2005-01-13 06:58:21 AM jbuilder16 Greetings everybody, I would like to know how I can use JB tools to add third party tools. I know I have to go to "Tools->Configure External Tools" and from there I do "Add". Then what am I suppose to put into the "program" path ? More specifically I would like to add the SWT Designer at : www.swt-designer.com/ I woud like to use this designer in JB. thanx in advance for reading !! Pascal |
| Lori M Olson [TeamB]
Java Developer |
2005-01-13 07:10:35 AM
Re:How to add a new tool to JB tools
Pascal AUDANT wrote:
QuoteGreetings everybody, NetBeans, etc.) If a tool actually integrates with JBuilder, it is referred to as an "OpenTool" because that is the name of the API which allows people to create such integrations. AFAIKS, SWT-Designer offers no such integration. The best you could hope for is to configure it as an External Tool (as you mention above) and it will simply be "launchable" from the JBuilder menu (but not integrated). This tool does seem to be capable of generating code that can be subsequently used from JBuilder and the JBuilder designer, but that seems to be the extent of the "integration". -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
