Customizable IDEs

Mar 16, 2014 at 9:18pm
closed account (EwCjE3v7)
I was wondering if anyone here new a IDE that can be customised, like change the theme(not just the theme for the text editor like in Eclipse CDT but for everything). Change syntax colours(custom). The choice to get LLVM + Clang and G++ without going through all that trouble.


Now I have some other stuff, and I was wondering once a become a pro(I`m a noob) that maybe me and some others can start making an IDE like this. Open source to :D
Mar 16, 2014 at 9:46pm
Change syntax colours(custom). The choice to get LLVM + Clang and G++ without going through all that trouble.
Code::Blocks? I believe MSVS can change syntax highlighting too.
Mar 16, 2014 at 11:06pm
You can use Qt Creator with Qt Stylesheets to make it look however you want. Qt Creator also supports CMake projects out of the box, so that should support the majority of your requirements.
Mar 17, 2014 at 1:39pm
closed account (EwCjE3v7)
Thanks I will try that
Topic archived. No new replies allowed.