Jump to content

Recommended Posts

Posted

Hi there,

since Code::Blocks IDE is quiet unstable, buggy and occasionally freezes, especially on Linux (Ubuntu 16.10+) I have to look for another multi-platform IDE for C++. Now I mess with CodeLite IDE and it looks promising. It's possible officially support this IDE? - create a basic workspace and project, or is there someone who have some experience with this IDE in combination with Leadwerks? :-)

Thanks :-)

Posted

Yes, CodeBlocks is terrible. I have been considering CLion but the $200 price tags makes that not an option to force people to.

How good is the interface with GDB in CodeLite?

Let's build cool stuff and have fun. :)

Posted

Hi Josh.

Yes CLion is great but that price is not for everyone :-(

I started with CodeLite today, but GDB interface looks similar like in CodeBlocks.

Maybe 2 years ago CodeBlocks was really good multiplatform IDE, I used it for C++ and C - Atmel projects at work. It's sad, but I have to say that now everything is better than CodeBlocks :-(

Posted

You might want to consider supporting cmake. cmake is able to generate projects for different IDEs. So you only have to support the cmake-files and by that you gain support for various IDEs. cmake can e.g. generate Make-files, as well as CodeBlocks-, CodeLite-, Eclipse-, or Sublime-Projects.

Though I really don't know much about it, it looks like something worth looking into!

Posted
1 hour ago, Ma-Shell said:

You might want to consider supporting cmake. cmake is able to generate projects for different IDEs. So you only have to support the cmake-files and by that you gain support for various IDEs. cmake can e.g. generate Make-files, as well as CodeBlocks-, CodeLite-, Eclipse-, or Sublime-Projects.

Though I really don't know much about it, it looks like something worth looking into!


Thank you for advice, I know cmake but never worked with it :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...