Page 1 of 1

Language-specific menu stuck on "PHP"

Posted: Mon May 23, 2016 7:13 pm
by Lotharyx
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:
CodeLite PHP Menu.PNG

Re: Language-specific menu stuck on "PHP"

Posted: Mon May 23, 2016 8:46 pm
by eranif
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