TextPad features

Using the Java SDK with TextPad

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

Post Reply
Radhakrishnan

TextPad features

Post by Radhakrishnan »

Hello,
I am trying to use textpad for developing using java.
I like to know whether textpad provides the api generation like JBuilder and other IDE's.

rgds,
Radhakrishnan.
AKT

Re: TextPad features

Post by AKT »

Nope. Textpad is pretty much a pure text editor. With the added bonus of being able to define your own syntax definitions for different types of documents to highlight keywords. A lot of staples are already done for you, such as java, and you can find others on the add-ons area, such as ASP.

It also has some nice built in java compiler support. But, if you want to have things like autocompletion or the ability to see what functions, classes, etc are available to you then you are out of luck.
Post Reply