Everything I write is invisible
-
- CodeLite Curious
- Posts: 1
- Joined: Wed May 30, 2018 6:35 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Everything I write is invisible
Everything in the editing area is invisible. But when I press Ctrl+A and copy the contents and paste it somewhere the text can be seen. Please help me with it
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Everything I write is invisible
Hi,
Some more information would help. Which platform are you using? Which CodeLite version? Did you download it from somewhere (where?) or build it yourself? Did it used to work? If so, did you change some setting?
Is there anything special about your main.c? If it's not already from one, what happens if you add a new project to the workspace, one of the C/C++ templates?
Have you tried changing the colours/font/theme that CodeLite uses? If so, change back. If not, see Settings > Colours and Fonts.
Regards,
David
Some more information would help. Which platform are you using? Which CodeLite version? Did you download it from somewhere (where?) or build it yourself? Did it used to work? If so, did you change some setting?
Is there anything special about your main.c? If it's not already from one, what happens if you add a new project to the workspace, one of the C/C++ templates?
Have you tried changing the colours/font/theme that CodeLite uses? If so, change back. If not, see Settings > Colours and Fonts.
Regards,
David
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Everything I write is invisible
Since we do have the tab visible, I suspect that everything is simply appears as 'grey' (the background and text colour)
What do you get in settings->colours and fonts? do you have any schemes installed?
If you don't have (and I suspect that you dont have any), you can choose and download one from here:
http://www.eclipsecolorthemes.org/
1. Click on any scheme you like and download the XML file
2. Open the Settings->Colours and Fonts dialog
3. Click on the 'Import eclipse theme' button
4. Select the XML file and click OK
Now the scheme should be installed, next select it as the default:
1. Open the Settings->Colours and Fonts dialog
2. In the "General" tab, select the "Global Theme" to the newly installed scheme
HTH,
Eran
What do you get in settings->colours and fonts? do you have any schemes installed?
If you don't have (and I suspect that you dont have any), you can choose and download one from here:
http://www.eclipsecolorthemes.org/
1. Click on any scheme you like and download the XML file
2. Open the Settings->Colours and Fonts dialog
3. Click on the 'Import eclipse theme' button
4. Select the XML file and click OK
Now the scheme should be installed, next select it as the default:
1. Open the Settings->Colours and Fonts dialog
2. In the "General" tab, select the "Global Theme" to the newly installed scheme
HTH,
Eran
Make sure you have read the HOW TO POST thread