Annoyance with alt-file -> save under linux mint

CodeLite installation/troubleshooting forum
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Annoyance with alt-file -> save under linux mint

Post by Gibbon1 »

I have an issue with codelite under linux mint

To save a file I hit alt-f then 's' as in save. Works as expected under windows 7.

Under linux mint when I do that the 'New' menu gets instantly expanded to show 'New Empty File' etc. So of course hitting 's' for save doesn't work.

Any idea why this happens? Trey annoying.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Annoyance with alt-file -> save under linux mint

Post by eranif »

Gibbon1 wrote:Under linux mint when I do that the 'New' menu gets instantly expanded to show 'New Empty File' etc. So of course hitting 's' for save doesn't work.
This sounds like a wxWidgets issue, (the entire menu management is done via wxWidgets)

Also: whats wrong with Ctrl-S to save a file?

Eran
Make sure you have read the HOW TO POST thread
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Annoyance with alt-file -> save under linux mint

Post by Gibbon1 »

> This sounds like a wxWidgets issue,

Kinda what I thought. (trying to google: 'alt file save wxwidgets' wasn't very enlightening)
I'll go grep the wxwidgets mailing list.

>Also: whats wrong with Ctrl-S to save a file?

Habituation!
Post Reply