DaemonForums  

Go Back   DaemonForums > Miscellaneous > Off-Topic

Off-Topic Everything else.

View Poll Results: Do you use an IDE?
IDE software like Eclipse, Visual Studio, KDevelop 4 16.67%
Custom Environment: just the tools you want 16 66.67%
Wrote my own IDE like program 0 0%
Other (please post) 4 16.67%
Voters: 24. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 7th July 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default Do you use an IDE?

Integrated Development Environment
--> such as Eclipse, Code::Blocks, Visual Studio, KDevelop

Custom Development Environment
--> whatever environment you build yourself out of the parts around you.


Self made IDE like program
--> self explanatory

Other
--> Explain if there is such




-----


For me, I started out with an IDE (Dev-C++) because I wanted to concentrate on *trying* to learn to program and worry about compiler flags and makefiles another day.


After I started to learn more languages (Perl, Java) I decided it was time for a code editor like Vim or Emacs. Because if I had to waste my time learning to use a different IDE for every language, I was going to spend more time learning IDEs then writing code when learning other languages! Not to mention the disk space... haha


My development environment usually consists of a terminal emulator window or several of them depending on what I'm working on.


Running vim and suspending it to build/run the program as necessary. I also usually have a program open for reading documentation so I don't have to wait on it to launch

e.g. a terminal emulator with man/ri/perldoc/etc at my finger tips, apps like Qt assistant, or a web browser with tabs full of pages I might need later.


It's not uncommon for me to have a separate urxvt open for launching the program if stdout/stderr is important or using a debugger to examine a program while fixing it in vim but I very rarely use debuggers.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
  #2   (View Single Post)  
Old 8th July 2008
JMJ_coder JMJ_coder is offline
VPN Cryptographer
 
Join Date: May 2008
Posts: 464
Default

Hello,

For me, I pretty much use:

vi/vim
gcc (or some other compiler)
gdb (when needed)


I either work in the console or in an xterm. I have tried out a couple IDE's but never really got into them - especially when it makes me create a whole project just to create a 100-200 line quick program.

This fall, when I learn Java, the university really pushes NetBeans as part of the class - so I'll probably use that IDE for that class.
__________________
And the WORD was made flesh, and dwelt among us. (John 1:14)

Last edited by JMJ_coder; 8th July 2008 at 12:37 AM.
Reply With Quote
  #3   (View Single Post)  
Old 8th July 2008
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

nvi+gcc+xterm.. IDE's aren't fun.
Reply With Quote
  #4   (View Single Post)  
Old 8th July 2008
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

I picked Other...because it depends on the environment and the language I am using.

At work I use an IDE for C# and Delphi. But for PHP and Python I mainly use Ultra Edit or SPE.

At home or on BSD I use Geany mostly for python, sh and some C. I have been trying out MonoDevelop on FreeBSD but it does work quite right and I don't have the time to fix it myself.

I had been using the Zend IDE for PHP, but after having to deal with the Zend Company I'm moving away from their products.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote
  #5   (View Single Post)  
Old 8th July 2008
Darwimy Darwimy is offline
Port Guard
 
Join Date: Jun 2008
Location: Germany
Posts: 36
Default

I use Geany (which is a mini-IDE) or Nedit. For simple editing sometimes 'mc', too.
Reply With Quote
  #6   (View Single Post)  
Old 8th July 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Vim also has some IDE-like functions ... :make for example...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #7   (View Single Post)  
Old 8th July 2008
lvlamb's Avatar
lvlamb lvlamb is offline
Real Name: Louis V. Lambrecht
Spam Deminer
 
Join Date: May 2008
Location: .be
Posts: 221
Default

Wadza question in the *BSD/*nix world?
echo " " >> tgt
If I feel adventurous, I would consider
echo $(cat....
or even highlight and middel-click into xedit.

I have collections of tiny wrappers I sometimes (for fun) consolidate in zenity as front-end.
Next step, use xdialog or even dialog.

Ffff! !
Get the job done, and if it ain't broken, don't fix it!

Basically my IDE is cut'n paste.
__________________
da more I know I know I know nuttin'
Reply With Quote
  #8   (View Single Post)  
Old 8th July 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Vim and Emacs also have packages to turn them into a complete IDE or close to it (vim does at least, I assume Emacs has even more).


The :make thing that vim provides is one I actually almost never use about vim.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
  #9   (View Single Post)  
Old 9th July 2008
fridder fridder is offline
Port Guard
 
Join Date: May 2008
Posts: 12
Default

Since I am in python land a lot lately, eclipse+pydev has been my drug of choice
Reply With Quote
Old 15th August 2008
bsdforlife bsdforlife is offline
Real Name: Ridge Allen
Port Guard
 
Join Date: Aug 2008
Location: /dev/null
Posts: 10
Default Ide of choice

I have tried a few ide's but I never really liked them so now adays I just
use xterm+ vi/vim+gcc or nasm I have used nano or pico for my editor(After trying nano and pico and today I use vi)

Last edited by bsdforlife; 15th August 2008 at 09:14 PM.
Reply With Quote
Reply

Tags
ide

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:29 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick