What editor do you use and why?

Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jun 2007
Posts: 1,381
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

What editor do you use and why?

 
0
  #1
Oct 28th, 2008
To Be honest this is matter of Choice and no one will be judged for his choice.
I got stuck on best editor to use. I have long used Wing IDE 101 and My Favorite IDE with multi language is Netbeans which is coming with Nbpython. Big problem of IDE is that You have too many features that the space for coding becomes very small. To be free, I need Programmer Editor (Specialized text editor).

I tried Vim, but seems hard, then went to Emacs, still hard to master like Vim. It seems they are commandline based and C/C++ default configured. I tried to Reboot and get my Ubuntu, there I was disappointed. Gedit have no Syntax highlighting nor indetation nor auto-complete thing. I have no Idea of what to do! Can anyone tell me what editor do you use and why. Also its features?

Thanks All!
Steve
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 45
Reputation: tyincali is an unknown quantity at this point 
Solved Threads: 6
tyincali tyincali is offline Offline
Light Poster

Re: What editor do you use and why?

 
0
  #2
Oct 28th, 2008
In windows I use notepad++. I've tried that ecplise plugin (the name escapes me) and I liked that also.

In *nix, its always vim for me though.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,049
Reputation: jlm699 is a jewel in the rough jlm699 is a jewel in the rough jlm699 is a jewel in the rough jlm699 is a jewel in the rough 
Solved Threads: 264
Sponsor
jlm699's Avatar
jlm699 jlm699 is offline Offline
Knows where his Towel is

Re: What editor do you use and why?

 
0
  #3
Oct 28th, 2008
Originally Posted by tyincali View Post
In windows I use notepad++. I've tried that ecplise plugin (the name escapes me) and I liked that also.

In *nix, its always vim for me though.
+1 verbatim
1. Use Code Tags.
2. Homework? Show Effort.
3. Keep discussions on the forum: no PMs
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 932
Reputation: Gribouillis is a jewel in the rough Gribouillis is a jewel in the rough Gribouillis is a jewel in the rough 
Solved Threads: 216
Gribouillis's Avatar
Gribouillis Gribouillis is online now Online
Posting Shark

Re: What editor do you use and why?

 
0
  #4
Oct 28th, 2008
If you're using linux, I would recommend kate, which has very nice features.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,381
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: What editor do you use and why?

 
0
  #5
Oct 28th, 2008
Originally Posted by tyincali View Post
In windows I use notepad++. I've tried that ecplise plugin (the name escapes me) and I liked that also.

In *nix, its always vim for me though.
It is pydev
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 489
Reputation: shadwickman will become famous soon enough shadwickman will become famous soon enough 
Solved Threads: 76
shadwickman's Avatar
shadwickman shadwickman is offline Offline
Posting Pro in Training

Re: What editor do you use and why?

 
0
  #6
Oct 28th, 2008
I use Notepad++ when programming Python with Windows, and I use plain old gedit when I'm programming Python on Ubuntu.
"Two good old boys in a fire-apple red convertible. Stoned. Ripped. Twisted. Good people."
- Hunter S. Thompson

my photography
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,381
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: What editor do you use and why?

 
0
  #7
Oct 28th, 2008
Originally Posted by Gribouillis View Post
If you're using linux, I would recommend kate, which has very nice features.
How do you get it? Is it On Repo (I use Ubuntu )?
Do you use it? Why?
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 45
Reputation: tyincali is an unknown quantity at this point 
Solved Threads: 6
tyincali tyincali is offline Offline
Light Poster

Re: What editor do you use and why?

 
0
  #8
Oct 28th, 2008
Originally Posted by evstevemd View Post
How do you get it? Is it On Repo (I use Ubuntu )?
Do you use it? Why?
Kate is for KDE, so if you are using kubuntu you will be able to use it,

otherwise SciTe is supposed to be kate like, and made for gnome.

just do:
  1. sudo apt-get install scite
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,381
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: What editor do you use and why?

 
0
  #9
Oct 28th, 2008
Originally Posted by shadwickman View Post
I use Notepad++ when programming Python with Windows, and I use plain old gedit when I'm programming Python on Ubuntu.
how do activate to Gedit syntax highlighting and auto complete features?
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 932
Reputation: Gribouillis is a jewel in the rough Gribouillis is a jewel in the rough Gribouillis is a jewel in the rough 
Solved Threads: 216
Gribouillis's Avatar
Gribouillis Gribouillis is online now Online
Posting Shark

Re: What editor do you use and why?

 
0
  #10
Oct 28th, 2008
You should be able to obtain kate as a ubuntu package. I used kate in the past, and I think it's one of the most complete editors for linux. It's highly configurable, you can define kate projects which group several files, you can have a shell subwindow in the editor to launch your programs. Also I found that kate was more robust than other editors with respect to encodings, etc. I don't use it very much now, because I write most of my programs with a plugin that I wrote of the texmacs document typesetting system (soon available on the www!)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC