You are not logged in.
Pages: 1
what your fav editor... not to start a "holy war" but just wondering.... in the past few days i haved cozyed up to emacs but i can see where someone would want to use vim. i also think that pico is a great editor for small things.
what do you think? preferences?
Offline
vi here
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------
Offline
vim mostly. emacs and joe sometimes. oh and mc whqn i am doing my package upgrading.
AKA uknowme
I am not your friend
Offline
gVim + midnight2 color scheme
vim is really a good editor, much more simple than emacs but still powerful.
syntax hilight just rocks, and folding is a very good feature, is easy to find a lot of simple but effective scripts that helps you a lot while coding late at night..
i tried to use emacs few years ago when i was starting with gnu/linux and coding php and it took me about 15 minutes to release how to close it!
btw if you had a lot of time and patience you will love emacs (if you learn to use it right) but if you want to start coding with a simple few commands (:i :w & :x) vim is the answer.
greets,
GNU/Linux: Share & Enjoy!
Offline
i prefere vim, i really love the way it highlights,
but actually it lacks some features a very good editor should have, i.e.:
- tabbed file editing ( yes, i know this is odd with flux, but still comfortable and gives u a good overview)
- Replace over files ( yes i know i can take sed )
- a really nice gui
I think vim is nearly perfect expect that it is not that good for bigger projects because it's a console application.....
greetz dariball
nothing,
maybe I have a perfect signature _someday_
Offline
I think vim is nearly perfect expect that it is not that good for bigger projects because it's a console application.....
greetz dariball
have you ever tried gvim?
pacman -S gvim
GNU/Linux: Share & Enjoy!
Offline
kate here, and without X it would be mcedit
apt-get install arch
Offline
have you ever tried gvim?
pacman -S gvim
yes, I did but I never liked console apps ported to X, vim is a console editior, which is powerfull because u can call it fast if u wanna edit a small config file or so, but as a X app, vim is not good enough.
i.e. a very good win**** editor was UltraEdit32, which was mine favorite and i'm still looking for a equivalent replacement in linux. The only editor which is nearlly that good is Nedit, except that nedit has no tabbed file browsing.
For bigger projects i would suggest Codeforge, but it's commercial software i think......
oh, and btw. Kate has a feature which I never saw before, i don't know how it's called, but u can fold a function into one line, like in a dir-tree, would be nice to see this feature in more text editors, because it really helps to keep the overview.
greetz dariball
nothing,
maybe I have a perfect signature _someday_
Offline
Try out glimmer..
it has tabs and is nice, i use it for lot of time but it eats my RAM out so i decided to use gVim instead.
I agree with you that UltraEdit for the wintendo boxes is cool but i also think that gVim is better than the console vim (gvim is a lot easier than vim because you don't have to learn a lot of commands).
regards,
GNU/Linux: Share & Enjoy!
Offline
cat > file.txt
Offline
Nano.
In X I like beaver, I have plans to make a package of it someday.
Netkrash: Ditto on closing emacs
"Plurality should not be assumed without necessity" or "keep it simple"
- William of Ockham (1285-1349)
Offline
oh, and btw. Kate has a feature which I never saw before, i don't know how it's called, but u can fold a function into one line, like in a dir-tree, would be nice to see this feature in more text editors, because it really helps to keep the overview.
You mean Folding ... long live vim ... :-)[/url]
Offline
oh, that's cool 8)
nothing,
maybe I have a perfect signature _someday_
Offline
I'm using nedit, but I'm still looking for something else.
In X I like beaver, I have plans to make a package of it someday.
I found beaver quite interesting (but not better than nedit)
BTW, pkg for beaver can be found in /incoming.
Sorry Mork: since I'm using AL, I use to always make a pkg when I try a new app...
Don't think that I did not wanted to let you do it yourself
glimmer looked very good too, but it requires gnome 1.4...
Offline
Orelien: Got beaver up and running. I think i can forgive you this time
"Plurality should not be assumed without necessity" or "keep it simple"
- William of Ockham (1285-1349)
Offline
vi if I need to work in the console... it's available on each system and I'm too lazy to learn emacs
for other things I generally use scite for python scripting and small text files
Offline
Pages: 1