Command Results answer ?

Using the Java SDK with TextPad

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

Post Reply
derZap
Posts: 2
Joined: Fri Sep 05, 2003 10:58 am

Command Results answer ?

Post by derZap »

Hi all
sorry for my bad english.

i miss an option for the command results (german: programmausgabe fenster).
if i'll start to script in java and compile the progrmm with strg + 1 the command results pop up as a maxi window ans steel the focus (the scripting window is maxi too; if it issn't maximine so i can handle the window of the command results.. i know..)

i would like to have the opinions:
1) if i start the compileing with strg + 1 the command results can pop up in the focus. if the window is empty (good programming :D ) then it shoul be closed an give me back the focus of the script.

2) if there are incorrect terms and results of wrong scripting (much more :( ) then the command results are going to a smaler window in front but the cursor is in the activ back window with the script.

i'll hope u understand my problem.

thanks for answers or tips :)
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

For 1:
for me, the .java file is re-activated if there are no compile errors.

For 2: you know that you can double-click on the file name/error number in the command result window to jump to exactly that line?


(
as you seem to be German:

Punkt 1:
Bei mir wird bei erfolgreichem Compilieren das .java-File wieder angezeigt.

Punkt 2:
Du weißt, daß Du auf den Filenamen in der Fehlermeldung doppelklicken kannst und daß Du dann genau auf der fehlerhaften Zeile Deines .java-Files landest?
)
derZap
Posts: 2
Joined: Fri Sep 05, 2003 10:58 am

Post by derZap »

sorry..

1) bei mir nicht ! :)
wo ist diese einstellmöglichkeit ? bei mir bleiben dann immer nur zwei leere zeilen (habe zeilennummern mit angezeigt) und das wars.

2)
wenn ich in der fehlermeldung was doppelklicke komme ich war wieder in das java file aber nicht in die entsprechende zeile.

habe niergends rumkonfiguriert wo ich keine ahnung von hatte. :)
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

1)
keine Ahnung, war bei mir schon immer so...

2)
Schau dir im entsprechenden Tool den Regulären Ausdruck an, der die Zeile analysiert
Post Reply