What IDE do you use in UNIX / LINUX environments?

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

User avatar
mandrake1983
Peon
Peon
Posts: 43
Joined: 07 Jun 2005, 12:12
Location: Germany

What IDE do you use in UNIX / LINUX environments?

Post by mandrake1983 »

Hi Dev-Team,

while compiling tmw within Linux can be done in the shell i wonder which kind of IDE you would use for editing code?

When searching the forum i found lots of posts pointing to CODE:BLOCKS for use in Windows Environments, but no word on which IDE to use in Linux.

I dont suppose you use a plain editor to maintain the code file by file, do you? :D

Best regards
mandrake
~~ drown in the tears of the mandrake ~~
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: What IDE do you use in UNIX / LINUX environments?

Post by Jaxad0127 »

mandrake1983 wrote:I dont suppose you use a plain editor to maintain the code file by file, do you? :D
I prefer that method. Under Linux (and Windows through X forwarding) I prefer Kate. Under Windows, I like Notepad++.
Image
User avatar
Shaggy
Novice
Novice
Posts: 132
Joined: 22 Apr 2008, 12:56
Location: Liverpool, England

Re: What IDE do you use in UNIX / LINUX environments?

Post by Shaggy »

An excellent IDE called emacs :lol:
Enjoyed The Mana World? Then check out Aethyra (http://www.aethyra.com).
Lecter
Novice
Novice
Posts: 59
Joined: 24 Jun 2008, 22:58

Re: What IDE do you use in UNIX / LINUX environments?

Post by Lecter »

I use Scithe, the stuff on which notepad++ is based on, if I would have more stuff set for it, I would use emacs, but since my emacs would require me to set every little files for every languages, I prefer Scithe then terminal compiling in both windows/unixes.

another good one is VIM
User avatar
octalot
Novice
Novice
Posts: 214
Joined: 23 Sep 2008, 19:15

Re: What IDE do you use in UNIX / LINUX environments?

Post by octalot »

I haven't coded on TMW (yet) but recommend CScope or the older CTags. They're plugins to many editors adding jump-to-function support.
Retired from TMW; incomplete projects looking for a dev:
Cave foliage (plants up the walls): http://forums.themanaworld.org/viewtopic.php?f=8&t=5659
Cave wetwalls (water down the walls): http://forums.themanaworld.org/viewtopic.php?f=8&t=5816
User avatar
i
TMW Adviser
TMW Adviser
Posts: 1114
Joined: 07 Mar 2005, 17:29
Location: Poland
Contact:

Re: What IDE do you use in UNIX / LINUX environments?

Post by i »

Emacs and Eclipse ;)
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: What IDE do you use in UNIX / LINUX environments?

Post by trapdoor »

I use codeblocks with UNIX, not found anything that comes close to being as good.

I use Xcode on OSX.

--
trapdoor
User avatar
Acegi
Novice
Novice
Posts: 112
Joined: 07 Aug 2009, 02:44

Re: What IDE do you use in UNIX / LINUX environments?

Post by Acegi »

Can you use codeblocks to cross compile for linux? I've used codeblocks to compile in windows but in linux I only know to blindly type "./configure, make, make install" having no idea how these magically work. (Failing probably when a new .cpp file is added to the project)
"Every problem is an opportunity in disguise..." Inara, Firefly
User avatar
kook
Novice
Novice
Posts: 93
Joined: 11 Mar 2009, 05:30

Re: What IDE do you use in UNIX / LINUX environments?

Post by kook »

mcedit
ddd is good ide too
Image
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: What IDE do you use in UNIX / LINUX environments?

Post by Jaxad0127 »

Acegi wrote:Can you use codeblocks to cross compile for linux? I've used codeblocks to compile in windows but in linux I only know to blindly type "./configure, make, make install" having no idea how these magically work. (Failing probably when a new .cpp file is added to the project)
Should work fine. Even just using make after changes should be enough. Our C::B files do have a Unix target. No guarantees.
Image
User avatar
AnonDuck
TMW Adviser
TMW Adviser
Posts: 645
Joined: 02 Jan 2009, 04:19
Location: Catland

Re: What IDE do you use in UNIX / LINUX environments?

Post by AnonDuck »

I either use vim or nano, using vim more often lately as it's very friendly to sore wrists :)

Really, on unix the shell itself is sort of an IDE, and a pretty flexible one at that. Tools such as find, grep, sed, awk etc can do some truly amazing things once you get to know them.
Head of the TMW Illuminati
User avatar
iceslice
Warrior
Warrior
Posts: 266
Joined: 16 Nov 2009, 20:39
Location: MilkyWay

Re: What IDE do you use in UNIX / LINUX environments?

Post by iceslice »

notepad++, eclipse, VS, C::B, geany, vim


edit: notepad++, VS for windows
Lets Chase MDGs...

ManaPortable (Vanilla Mana + ManaPlus) -- run 'em portably

http://manaportable.1sourceplus.com
http://manamac.1sourceplus.com
Game Server >> jadu.1sourceplus.org , jadu.1sourceplus.com

User avatar
Bertram
Manasource
Manasource
Posts: 1026
Joined: 07 Sep 2004, 14:55
Location: France

Re: What IDE do you use in UNIX / LINUX environments?

Post by Bertram »

My turn ;)

Windows (XP & 7): Code::blocks, Scite.

Linux (Debian unstable + experimental):
Kdevelop4, Kwrite, QTCreator 2.0 (for QT projects only).

Using Cmake as auto-compile tool preferably.

Regards.
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: What IDE do you use in UNIX / LINUX environments?

Post by trapdoor »

code::blocks
QT Creator
Xcode

I hate cmake, its more difficult to get working than making an actual game.
For automated builds I use scons.
User avatar
Kage
Manasource
Manasource
Posts: 929
Joined: 02 May 2009, 18:12

Re: What IDE do you use in UNIX / LINUX environments?

Post by Kage »

straight up vim
<Kage_Jittai> ... are you saying I am elite :D
<thorbjorn> Yes. :P
Post Reply