|
|
|
|
|
|
|
Posted: Wed May 28, 2008 6:49 pm
What sort of editor do you use for writing programs? I find Emacs to be the most intuitive and useful, for me. The key-bindings are easy to learn, the Emacs program can do a variety of amazing things (run shells, connect IRC, read newsgroups, browse the internet, etc) as well as format code according to a variety of different styles and is fully extendible in that you can write new commands for it using Emacs Lisp. Not to mention the fact that using Emacs leads to personal enlightenment.
Edit: Also, if you use something that wasn't listed but feel it's a prominent enough editor to be a category unto itself, just post that, and I will update the poll.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 28, 2008 7:05 pm
Well what I use depends on the size of program if it is small then I would use VIM, if it is big, like my current project, then I use Kdevlop which is a glorified kwirte app. I tried Emacs but I couldn't figure it out and it frustrated me I find VIM commands more natural.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 28, 2008 7:41 pm
vendion Well what I use depends on the size of program if it is small then I would use VIM, if it is big, like my current project, then I use Kdevlop which is a glorified kwirte app. I tried Emacs but I couldn't figure it out and it frustrated me I find VIM commands more natural. You Vi users. I'll never understand your kind wink
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu May 29, 2008 12:11 pm
If anyone can understand me then I would pay them $100 3nodding
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 22, 2008 1:05 pm
Emacs is just too much for small scripts and not enough for big ones. vi is great for small things and TextMate or BBedit or TextWrangler is great for bigger things like websites.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 23, 2008 8:11 pm
You can't forget the complcated keyboard shortcuts, Crtl + Alt + Meta + (insert button here) what is up with that? Vi all keyboard shorcuts are eather a single key press or : and a letter.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jul 06, 2008 11:40 am
Gedit/Kate. Oh and if you guys (ayselyn, vendion) would mind to write a small "how to vi/emacs". I know that there are a lot of documentation and so on but i kinda like to know stuff like your favourite commands exc. Just that those manual pages are horrible and extreamly booring to read when looking some simple keyhits.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jul 13, 2008 4:36 pm
Shaniro Gedit/Kate. Oh and if you guys (ayselyn, vendion) would mind to write a small "how to vi/emacs". I know that there are a lot of documentation and so on but i kinda like to know stuff like your favourite commands exc. Just that those manual pages are horrible and extreamly booring to read when looking some simple keyhits. The guild does have a how to on VI/VIM, we don't have one on emacs though. You can find it here http://webpages.charter.net/vendion/lugg/tricks.html#Vim I believe this is what you are looking for, it has little boring text that does not need to be read and more on keyboard shortcuts and how to issue commands to VIM with a brief description of what the command does.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Jul 17, 2008 10:23 am
ah. thx. That is just what i've been looking for =D
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 18, 2008 10:52 pm
I started using FTE a little bit ago and use it quite a bit now, it's pretty nice. Other than that I use nano and vim/vi.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jan 16, 2009 4:52 am
Update =D I'm (almost) full time emacs user <3.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Jan 28, 2009 12:58 pm
Shaniro Gedit/Kate. Oh and if you guys (ayselyn, vendion) would mind to write a small "how to vi/emacs". I know that there are a lot of documentation and so on but i kinda like to know stuff like your favourite commands exc. Just that those manual pages are horrible and extreamly booring to read when looking some simple keyhits. You know, if you have vim installed you can type 'vimtutor' to get the interactive tutorial that teaches the basics of vim.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Feb 01, 2009 8:02 pm
I didn't even know that, all I knew is in vim :help register brings you to a page asking for 10 euros.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 16, 2009 12:29 pm
vendion I didn't even know that, all I knew is in vim :help register brings you to a page asking for 10 euros. haha <3 there is also a VIMACS, the Emacs emulation for Vim =D and ofcourse Viper, an Emacs mode that emulates Vi key bindings =D maybe i should start using ed...
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 08, 2009 3:57 pm
Nano is pretty functionless, but i like it plain and simple, if i want to search for a string in a file, or what ever i just use grep, sed, cat, or the python interpreter. Learning to use a text editor seems like a waste of time to me. Gedit is my second choice, because its funtion rich, and has a GUI, but GUIs probably also its downfall.
|
 |
 |
|
|
|
|
|
|
|
|
 |
|
|