eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Feature Request]: gui of version 17 is chaos, could you roll the gui back to that of version 14 #3416

Open BIRooter opened 2 days ago

BIRooter commented 2 days ago

Describe your idea in details

Feature request description

The GUI used in version 17 is bad: jump to definition is missing in context menu, page head is not highlighted for current file, etc.

eranif commented 2 days ago

Reverting is not going to happen. If you have a specific issue - please open an issue. Note that if a "jump to definition" is missing, this is an indication that your language server is not setup for that specific language - this context menu entries are added by the language server.

About highlight of page head ( I am not sure what do you mean by that) - do you mean that the tab label is not lighted?

For example, see the below image:

Capture

?

You might want to try CodeLite 17.10 (not sure which OS you are talking here)