Development on RHEL

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Development on RHEL

Post by feare56 »

I recently made the switch to Red Hat Enterprise Linux 6.4 from windows 8. Is there a program similar to notepad++ for linux?
User avatar
TightCoderEx
Member
Member
Posts: 90
Joined: Sun Jan 13, 2013 6:24 pm
Location: Grande Prairie AB

Re: Development on RHEL

Post by TightCoderEx »

Although not part of the Ubuntu package and probably not of Red Hat either, I like GEDIT. Emacs is quite a bit more comprehensive, but will take some time to learn.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Development on RHEL

Post by feare56 »

Yea it comes with Gedit i thought that was more like notepad for linux
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Development on RHEL

Post by dozniak »

feare56 wrote:I recently made the switch to Red Hat Enterprise Linux 6.4 from windows 8. Is there a program similar to notepad++ for linux?
There are quite many editor programs for linux: vim, emacs, gedit, kate, fte, several scintilla-based (same engine as in notepad++); if you want a very well written but paid application I would recommend Sublime Text 2.

You can use rpm command to find things in category "editors", that should list what you want (refer to this for more details about rpm).
Learn to read.
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Development on RHEL

Post by iansjack »

Either Anjuta or Eclipse provide very good development environments on Linux. They are far more comprehensive than simple editors and, the latter in particular, require a little learning to get the most out of them. But well worth the effort for anything more complicated than a simple "Hello World" program. You could also look at Bluefish, which is a fairly sophisticated text editor.
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: Development on RHEL

Post by brain »

I use eclipse day in day out at work. It is pretty good, but make sure you have a good few gigs of ram free. On my old work machine, eclipse would grind it to a halt when i was doing other things too such as running GIMP and several different types of web browser.

I'm not sure how well eclipse would fit into OS dev though, as it is more for Java than anything else. Sure, there are plugins to shoe-horn it into doing other tasks using facets etc, but in my experience theyre pretty poor compared to its reason for being, and that is purely Java. YMMV.
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Development on RHEL

Post by iansjack »

I find Eclipse just fine for managing a conventional makefile environmement with mixed C and assembler. It is a tad heavy on resources so Anjuta would be a better choice if RAM limited.
Post Reply