Ever since updating from 9.0 to 9.1.6 on Debian Jessie (x64), the menu that used to be language-specific (which would expose things like formatting options, etc) seems to be stuck on "PHP" regardless of what kind of file is opened. I recall it switching to "C++" on an earlier version (although after building 9.0 from source, that entire menu simply isn't there). Am I crazy or is there something wrong with CodeLite in my case? I'm working in a C++ project, so having the C++-specific items would be handy...
Visual aids:
The circled menu used to show "C++" when editing a C++ (or related) file:
Language-specific menu stuck on "PHP"
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Wed Apr 20, 2016 8:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Language-specific menu stuck on "PHP"
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Language-specific menu stuck on "PHP"
The "C++" menu was removed *ages* ago.
The PHP menu is there because the PHP plugin placed it there
All the C++ menus you need are there, nothing was removed. The content of the "C++" menu is the same as when you right click in an editor.
If the PHP menu bothers your, you can disable the PHP plugin and it will be removed
Eran
The PHP menu is there because the PHP plugin placed it there
All the C++ menus you need are there, nothing was removed. The content of the "C++" menu is the same as when you right click in an editor.
If the PHP menu bothers your, you can disable the PHP plugin and it will be removed
Eran
Make sure you have read the HOW TO POST thread