Text-pad shuts down when closing a block

Using the Java SDK with TextPad

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

Post Reply
Pettsson
Posts: 2
Joined: Tue Aug 26, 2003 11:28 am

Text-pad shuts down when closing a block

Post by Pettsson »

I am using TextPad 4.5.0 during my school's programming lessons. Whenever I try to close a block, like this

Code: Select all

{
//Lots of interesting code
} // <-- closing the block
Textpad closes without any error messages or anything like that. When I then restart the program, the compile and run options aren't there anymore, and ctrl + 1, 2 or 3 don't do a thing. I've tested restarting the computer, but it still can't do any compiling.

Why does this happen? It doesn't happen to anyone else, and I've moved between four computers now which all do the same thing... :(
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Have you tried using a current version (4.7.0)?
Pettsson
Posts: 2
Joined: Tue Aug 26, 2003 11:28 am

Post by Pettsson »

I am not permitted to change anything on the computers ;( Funny thing is noone else in class could get the same result, even if I could if I logged in on the same computer they just used.
Post Reply