Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup Gedit For C++ Development

Tags:

c++

linux

svn

gedit

I'm starting in C++ development, but i like to use Gedit for writing the files, but like for Ruby on Rails and many other languages, are some tools and configurations for Gedit that makes develop more easy and comfortable, and another question, what is the best for C++, SVN, CVS, Git and others...? Thanks, and sorry about my english!

like image 331
Nathan Campos Avatar asked Dec 10 '25 15:12

Nathan Campos


2 Answers

The two most important plugins for Gedit are "External Tools" (allows you to run make or whatever other command you want with a keystroke) and "Snippets" (avoids retyping boilerplate code). Also, have a look at http://live.gnome.org/Gedit/Plugins, you will probably find something useful.

As for version control - I would recommend git, it is faster and has more features. SVN can work OK too. Do not use CVS unless someone points a gun at your head.

like image 145
tetromino Avatar answered Dec 12 '25 04:12

tetromino


Wow, gedit has plugins nowadays? I was about to suggest emacs/gvim or a full blown IDE like anjuta for coding cpp.

Regarding the choice of version control, I'd go with svn or git. Both are very easy to use and don't make you jump through hoops like the good old cvs.

like image 34
ko-dos Avatar answered Dec 12 '25 06:12

ko-dos



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!