Error line numbers

Using the Java SDK with TextPad

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

Post Reply
landsknecht
Posts: 1
Joined: Sun Sep 14, 2003 10:58 pm

Error line numbers

Post by landsknecht »

Hi, I have successfully set up Textpad to compile/run Java programs. However, I've noticed that on the machines at school that use Textpad, you can click on the errors in the Command Results window and the program will jump to the line number in the source file that is indicated. How would I go about setting this up? I tried the search function but seem to be feeding it the wrong info.

Thanks in advance,
Landsknecht
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Configure - Preferences - Tools - Compile Java

Set up the Regex to match the error output...
Post Reply