Textpad for Java Coding

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
nikhilraikar
Posts: 1
Joined: Fri Aug 03, 2007 5:51 pm

Textpad for Java Coding

Post by nikhilraikar »

Hi,
I am using Textpad for an application which has EJBs on Weblogic... One functionality needed is that whenever any object is instantiated --

vService is some ServiceJB;

the editor should understand the class of the object vService and whenever "vService" is followed immediately by a dot "." sign, it should have a menu listing all the properties and methods defined in the ServiceJB...

I know that currently, Textpad doesnt have this functionality, but does anyone know if Textpad has any plugins or addins which can take care of this requirement? Or is there any other application / IDE / Editor which has this functionality inbuilt?

Any help in this matter will be appreciated.

Thanks.
Post Reply