Alrighty, maybe it's my machine but I dunno. The aforementioned dialog box does not support the usual editing shortcut keys. I can't paste text from the clipboard.
TBH I'm grown man but I was on the verge of crying lol. I have a few pages of env variables for cross compiling.
I'm using CL 9.2 on osx 10.11.6.
So my question is, is it me or that dlgbox really can't use the clipboard?
Environment Variables on OSX
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Environment Variables on OSX
Assuming you are talking about "Ctrl-C" / "Ctrl-V"
Note that atm, there is a bug in wxWidgets which causes CMD-C to dismiss the dialog
Is this what you are experiencing?
Eran
Note that atm, there is a bug in wxWidgets which causes CMD-C to dismiss the dialog
Is this what you are experiencing?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Environment Variables on OSX
Well, kinda. I mean I hit cmd-c and it doesn't copy the text to clipboard. Also hitting cmd-v doesn't paste.
Your post gave me an idea and tried to use edit menu's copy and paste but no avail. I mean even right click menu is disabled.
I guess it must be wx.
Your post gave me an idea and tried to use edit menu's copy and paste but no avail. I mean even right click menu is disabled.
I guess it must be wx.
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: Environment Variables on OSX
Ok, the context menu is disabled due to wxWidgets bug :/
http://trac.wxwidgets.org/ticket/17459
This might affect the built-in shortcuts (Ctrl-C, Ctrl-V)
I will see if I can workaround this, but I doubt it
EDIT:
Actually, making this dialog non-modal might fix this (according to the bug report, this bug only manifests on modal dialogs)
Eran
http://trac.wxwidgets.org/ticket/17459
This might affect the built-in shortcuts (Ctrl-C, Ctrl-V)
I will see if I can workaround this, but I doubt it
EDIT:
Actually, making this dialog non-modal might fix this (according to the bug report, this bug only manifests on modal dialogs)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Environment Variables on OSX
Ty for looking into it.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Environment Variables on OSX
This is now fixed and a new version of CodeLite with the fix was released today
Eran
Eran
Make sure you have read the HOW TO POST thread