not color in text in java prog
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
not color in text in java prog
Dear sir/ madam. recently ater reinstalling textpad, the java programs i write only appear in black text, wheras before they would be colour coded. Ive checked all the preferences but they are still all correct. Also the programs still compile and run correctly. Please could u help me restore all the colour coded text. thanky for ur time....
Re: not color in text in java prog
Under Configure | Preferences | Document Classes | Java | Files In Class, does it list *.JAV and *.JAVA?
Re: not color in text in java prog
I have the same problem with the non-coloured-Text. Under Document Classes are listed *.JAV and *.JAVA.
Re: not color in text in java prog
I have the same problem. This problem occurs under all document classes. I recently upgraded from 4.0 to 4.5, but the problem is still there. I have double checked the preferences.
Thank you.
Thank you.
Re: not color in text in java prog
To everyone with the same problem.
I've found the answer at the Technical Support Forum:
http://www.textpad.com/forum/read.php?f=1&i=2517&t=2517
Thank you Stephan )
So simple and so much time wasted!
I've found the answer at the Technical Support Forum:
http://www.textpad.com/forum/read.php?f=1&i=2517&t=2517
Thank you Stephan )
So simple and so much time wasted!
The answer. (tested and it worked)
In order to enable the syntax highlighting in TextPad, you will need to implement the following procedure for each document class, as in the example below:
Click on:
1. Configure
2. Preferences
3. Plus sign next to Document Classes
4. Plus sign next to "Java"
5. Syntax
6. Check the "Enable syntax highlighting" box.
7. Under the heading "Syntax definition file" Select
"java.syn".
8. Click Apply / OK
Please ensure that *.java is a member of the Files in class as follows:
1. Configure
2. Preferences
3. Plus sign next to Document Classes
4. Java
5. Under the heading "Files in class", make sure that *.java is in the list. If it is not there, then you will need to add it to the list, along with any other file extensions that you are using for Java files.
6.Click Apply / OK
Click on:
1. Configure
2. Preferences
3. Plus sign next to Document Classes
4. Plus sign next to "Java"
5. Syntax
6. Check the "Enable syntax highlighting" box.
7. Under the heading "Syntax definition file" Select
"java.syn".
8. Click Apply / OK
Please ensure that *.java is a member of the Files in class as follows:
1. Configure
2. Preferences
3. Plus sign next to Document Classes
4. Java
5. Under the heading "Files in class", make sure that *.java is in the list. If it is not there, then you will need to add it to the list, along with any other file extensions that you are using for Java files.
6.Click Apply / OK