It seems the cscope exe path is not being saved, at least on Linux.
I applied the following patch but I'm not sure it's correct because cscope is both a plugin a tab.
cheers,
-- p
cscope prefs persistence
-
- CodeLite Expert
- Posts: 231
- Joined: Sat Nov 24, 2012 8:04 pm
- Genuine User: Yes
- IDE Question: c++
- Location: Los Angeles
- Contact:
cscope prefs persistence
You do not have the required permissions to view the files attached to this post.
main: Debian Jessie x64 + custom wxTrunk
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: cscope prefs persistence
Thanks for the patch, but we don't really change UI files manually (especially the ones generated by wxCrafter)
The change should be via wxCrafter (and it should also include the modified wxcp file)
If you don't want to learn wxCrafter (don't have time etc) please open a bug on GitHub and I will do it (eventually...)
Eran
The change should be via wxCrafter (and it should also include the modified wxcp file)
If you don't want to learn wxCrafter (don't have time etc) please open a bug on GitHub and I will do it (eventually...)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 231
- Joined: Sat Nov 24, 2012 8:04 pm
- Genuine User: Yes
- IDE Question: c++
- Location: Los Angeles
- Contact:
Re: cscope prefs persistence
I'm transitioning from wx to Juce (*) so I'll register the bug on github... as soon as I have an account (it's embarrassing, I know )
cheers,
-- p
(*) I plan to continue using CL since it's the best IDE there is, regardless of UI SDK.
cheers,
-- p
(*) I plan to continue using CL since it's the best IDE there is, regardless of UI SDK.
main: Debian Jessie x64 + custom wxTrunk