Page 1 of 1

Annoyance with alt-file -> save under linux mint

Posted: Tue Nov 17, 2015 6:54 am
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.

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

Posted: Tue Nov 17, 2015 8:25 am
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

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

Posted: Wed Nov 18, 2015 3:07 am
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!