eranif wrote:valgrind integration
I think someone is already working on this one (michalb)
Great!
split views
If you are refering to the ability to split notebooks (wxAuiNotebook) AND you are under linux,
then you will need to build codelite from sources:
Otherwise, please explain what do you mean.
I was thinking about the ability to edit 2 (or more) files side-by-side. Very useful.
I am under Linux, but I don't really want to tweak my CL.
IMHO, any modern IDE should feature this functionality (Eclipse, C::B, VC++ all do).
atm, codelite generates the PCH file alongside the original header file.
okay. Can the option "use separate compilation flags for the PCH file" help me, or is it aimed at something else?
wxSmith integration
I am pretty sure that its impossible. wxSmith is a C::B plugin
I am almost sure it is possible!
wxSmith is written in C++ wxWidgets. CodeLite also is.
C::B plugin and CL plugin interfaces are different, but the core code would remain the same between both IDE.
So, integrating wxSmith inside CL is possible, by adapting the plugin interface.
But I agree this would require a quite huge amount of work, and this isn't - I guess - the priority for CL.
Anyway, thanks a lot for your answers, eranif.
Cheers.