What programs do you use for editing large projects?


 
Thread Tools Search this Thread
Top Forums Programming What programs do you use for editing large projects?
# 1  
Old 07-07-2009
What programs do you use for editing large projects?

I've only been using Linux for a few months, so I'm just looking for general suggestions here. I use gedit in Linux and notepad/Crimson Editor in Windows for single-file solutions, but for projects with many files spanning several directories I'd like a program similar to MS's Visual Studio. At the moment I'm thinking of using KDevelop (thoiugh I'm using a GNOME system otherwise). What else is good out there for this kind of project?
# 2  
Old 07-07-2009
vi...Smilie
# 3  
Old 07-07-2009
Notepad and Samba Smilie
# 4  
Old 07-10-2009
I use bloodshed dev c+ myself and do basic stuff
# 5  
Old 07-13-2009
consider eclipse ...

have you ever heard of the ecplise project ?

- take a look at Eclipse.org home ;

ok ?

good luck, and success !

alexandre botao
Alexandre V. R. Botao | Unix, C/C++, Shell, LDAP, SSL/TLS, SSH, Perl, Java, Python, Security, ...
# 6  
Old 07-13-2009
I've found giant do-everything GUI's to be more of a hindrance than a help in the long run, since most of them use automake, which tends to self-destruct whenever automake breaks compatibility with itself. i.e. fairly often. So I suggest gcc, make(NOT automake! Just make! Makefiles aren't hard!), whatever text editor you want, and the Data Display Debugger -- a debugger as nice as you'd find in an IDE, without actually needing any IDE at all.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert vi editing to text editing

Dear Guru's I'm using Putty and want to edit a file. I know we generally use vi editor to do it. As I'm not good in using vi editor, I want to convert the vi into something like text pad. Is there any option in Putty to do the same ? Thanks for your response. Srini (6 Replies)
Discussion started by: thummi9090
6 Replies

2. UNIX for Dummies Questions & Answers

Difference between inbuilt suid programs and user defined root suid programs under bash shell?

Hey guys, Suppose i run passwd via bash shell. It is a suid program, which temporarily runs as root(owner) and modifies the user entries. However, when i write a C file and give 4755 permission and root ownership to the 'a.out' file , it doesn't run as root in bash shell. I verified this by... (2 Replies)
Discussion started by: syncmaster
2 Replies

3. Solaris

Projects in Solaris 10

I need help with projects in Solaris 10, sparc system; and I am fairly new at this. I know I can add new parameters for projects in /etc/projects or projmod -a -K "task.max-lwps=(priv,100,deny)" myproject I know that there are current process using that old attribute. Logging the user out and... (3 Replies)
Discussion started by: br1an
3 Replies

4. Solaris

/etc/system to projects

Hi guys, me again! :D I recently migrated a physical server to a zone, everything works perfectly except the /etc/system parameters. I was expecting that the migration process would consider the entries in the /etc/system file and create automatically the corresponding project. I know, the... (2 Replies)
Discussion started by: beta17
2 Replies

5. UNIX for Dummies Questions & Answers

Are programs like sys_open( ) ,sys_read( ) et al examples of system level programs ?

Are the programs written on schedulers ,thread library , process management, memory management, et al called systems programs ? How are they different from the programs that implement functions like open() , printf() , scanf() , read() .. they have a prefix sys_open, sys_close, sys_read etc , right... (1 Reply)
Discussion started by: vishwamitra
1 Replies

6. Solaris

Users associated with projects

I have 3 projects for 3 oracle instances and 10-15 users associated with different projects is there any way i can list the users associated with all the projects .. i know one method of id -p but for that i have to su to each user The system was handed over to me configured by external vendor... (2 Replies)
Discussion started by: fugitive
2 Replies

7. UNIX for Dummies Questions & Answers

Editing a large size file

I would like to edit a doc which is large file size. I can't use "vi" command due to out of memory. $ vi large.dat ex: 0602-101 Out of memory saving lines for undo. Please help. Thanks. (2 Replies)
Discussion started by: Rock
2 Replies

8. UNIX for Dummies Questions & Answers

Unix projects

I am currently studying to be a Unix programmer. I am at the very beginning stages taking an online course through guruischool. I know that this course will not be nearly enough for me to be a confident or competent unix programmer. However I was wondering what projects I can do at home that will... (4 Replies)
Discussion started by: vedder10
4 Replies
Login or Register to Ask a Question