You are not logged in.
lloeki wrote:a note about eclipse: people tag it as 'slow', but on my machine, kdevelop is just as 'slow' (or as fast, everything being relative), and uses just as much memory... placebo effect of the 'java' thing I bet.
perhaps you're having the placebo effect yourself
I don't care about the resource it uses when it is running - as long as it responds fairly quickly... The startup time is just quite long. Otherwise Eclipse is the best IDE I have ever used.
Offline
I quite like the Project plugin for bigger projects with many files.
This looks cool. Three quick questions:
- how to put in the project multiple files from multiple directories, without typing them one by one?
- how to skip waiting for enter after opening each file?
- is there a "ctrl+w h" only way to enter Project window?
Offline
I quite like the Project plugin for bigger projects with many files.
This looks cool. Three quick questions:
- how to put in the project multiple files from multiple directories, without typing them one by one?
Focus the project-window and press \C to start a "wizard" that'll recursively add files to a new project fold. See `:help project-mappings' for some more key mappings.
- how to skip waiting for enter after opening each file?
Sorry, I don't really get what you want here
- is there a "ctrl+w h" only way to enter Project window?
Sure, just open the project-window `:Project' and don't hide it again
Offline
Eclipse, Emacs, and Geany. Vim if I'm just doing a quick hack.
"America is all about speed. Hot, nasty, bad ass speed." - Eleanor Roosevelt
Registered Linux User 356244.
If you liked what you read, certify me at Advogato!
Offline
I solved my problems with Project plugin and it really changed my work with vim, now I just want to know one more thing: how to display compilation errors with this plugin? I mean :cc, :cn and :cp commands. After I type :!make I can see compilation output but it's not used by these commands.
Offline
Vim by default knows how to parse gcc output. You only need to do 'make', not '!make'. If you are using other compiler, you might need to write your own parser.
Offline
.
Last edited by stjepan (2022-09-20 21:42:21)
Offline
Has always been vim for me.. And damn that I have missed this project plugin.. Thanks for the screenshot also. Gotta try it out now .
The ultimate Archlinux release name: "I am your father"
Offline
Thanks for "make" tip, now it works correctly. With project plugin I don't need tabs in terminal, so I can use fluxbox+rxvt instead xfce+gnome terminal, which works perfectly on k6-2 233 with 60MB of RAM Death to Eclipse, kdevelop, anjuta and all other crap
Offline
I just stated to play with gvim last week and I really like it.
I've set up the Project plug in and it works very nicely ... the only thing I have not figured out yet is how to make the side panel toggle. I've tried the suggested approach in the plug in instructions but no joy. (??)
Offline
I just stated to play with gvim last week and I really like it.
I've set up the Project plug in and it works very nicely ... the only thing I have not figured out yet is how to make the side panel toggle. I've tried the suggested approach in the plug in instructions but no joy. (??)
nmap <silent> ^ <Plug>ToggleProject
works for me. Replacing the ^ with whatever key(combination) (<F12> for example) you like should work as well.
Offline
Funny ... I tried with F12 but did not work but I did it again with <F3> and that works!!
I do not care much about <F12> so I'm a happy camper now.
Thanks smoon
Last edited by ralvez (2007-08-25 21:40:23)
Offline
is there any way (plugin...) for (g)vim to enable autocomplete?...
chown -R us /home/your/.base
Offline
Free Thinker, you already have it as ctrl+n (or with default layout atleast...)
Offline
Or take a look at this:
http://www.vim.org/tips/tip.php?tip_id=610
Offline
Thanks
chown -R us /home/your/.base
Offline
gvim + q3 style terminal using make
Last edited by twiistedkaos (2007-08-28 18:53:43)
Offline
ssh + gnu screen + vim + perl -- I'm a web developer
Offline
gvim for matlab (it's on _all_ the computers at uni, yay!), geany/gvim for larger projects (netcfg, website, etc), gvim for quicker edits.
James
Offline
gvim for matlab (it's on _all_ the computers at uni, yay!), geany/gvim for larger projects (netcfg, website, etc), gvim for quicker edits.
James
gvim for matlab.. another thing I have missed.. you gotta love the archforum.
Last edited by jinn (2007-08-31 06:29:23)
The ultimate Archlinux release name: "I am your father"
Offline
actually there is a linux matlab version if i remember... didnt use it though.
chown -R us /home/your/.base
Offline
I have a very specific setup.
Ratpoison
Aterm
gnu Screen
Last two screens occupy vim (source) and GHC (compile-test-debug)
oh...and firefox for definition (preferably with "vimperator" plugin)
Offline
Eclipse for C++ and Java.
Offline
I have a very specific setup.
Ratpoison
Aterm
gnu Screen
Last two screens occupy vim (source) and GHC (compile-test-debug)oh...and firefox for definition (preferably with "vimperator" plugin)
Why do you use screen rather than opening two aterms? I love screen, but I prefer to open multiple terminals so I can use Ratpoison to switch those too.
I use Ratpoison with the F-keys bound to switch between windows and the super key bound to switch to the last window (no prefix key required -- they're bound in the "top" keymap). The multi key is its escape. I make sure that the first six windows are gnome-alsamixer (no hotkey), Emacs (F1), Acme (F2), urxvt running SSH to my other computer (F3), Firefox (F4), and my Pidgin buddy list (F5). That way I know which key to hit to get to any of those six programs, and the other six are easy to remember. If anyone can think of an easy way to make sure these six programs always end up numbered in that order, I'd like to hear it.
Since I mostly write Common Lisp, I use sbcl. Obviously I started out running it in Emacs with Slime. Now I'm using the Acme text editor with sbcl running in one of its windows. It doesn't offer all Slime's features, but I end up with a good multi-window text editor with paren matching (a bit like wmii for text), a repl, and an easy way to put code into the repl (snarf + send). I like it a lot.
Offline
I use Eclipse at work for Java. However, recently I've been encountering some problems with XML integration so I think I may try Netbeans. For scripting languages at home, I use gedit.
Recently, I've been tasked to do some minor Install Shield work where writing a loop is just about impossible. Sorry, I digress.
For the strength of the pack is the wolf, and the strength of the wolf is the pack.
Offline