I just installed vim62, and ctags doesn't seem to be installed by default. Where do I get it?
Thanks,
Matt
Discussion on:
View:
Show:
hi fellas,
try addin this in your .vimrc.
autocmd BufRead *.java set makeprg=ant\ -f\ location
you can type :make and start building.
again, use autoindent for Java files.
autocmd BufEnter *.java set cin sw=4
Sreehari.
try addin this in your .vimrc.
autocmd BufRead *.java set makeprg=ant\ -f\ location
you can type :make and start building.
again, use autoindent for Java files.
autocmd BufEnter *.java set cin sw=4
Sreehari.
Can anyone provide me with the link to obtain VIM? In addition, is this tool free?
Sincerely, Joseph C. Yin
Sincerely, Joseph C. Yin
Once you get CTAGS installed, I recommend the following plugin for vim, http://vim.sourceforge.net/scripts/script.php?script_id=273, which gives another window that you an use to move around with the tags.
For ANT, I recommend the following plugin, http://vim.sourceforge.net/scripts/script.php?script_id=155, which puts an Ant menu in the gui version of vim and gives you shortcut keys to run different targets.
Both work great. Plus vim.sf.net has alot of great information.
For ANT, I recommend the following plugin, http://vim.sourceforge.net/scripts/script.php?script_id=155, which puts an Ant menu in the gui version of vim and gives you shortcut keys to run different targets.
Both work great. Plus vim.sf.net has alot of great information.
The path to the listings is incorrect. It's impossible to read the files
This is really useful article, and it isn't that old. Can you get listings B and C fixed? Thanks,
Ed
Ed
I don't know where they went, but I'll try and get someone at cnet to put them back. In the meantime here they are:
Listing B:
#!/bin/sh
/usr/local/bin/ant -Dbuild.compiler.emacs=true -quiet -find build.xml ${*:-classes} 2>&1 | grep '\[javac\]'
Listing C:
set efm=\ %#[javac]\ %#%f:%l:%c:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
\%A\ %#[javac]\ %f:%l:\ %m,%-Z\ %#[javac]\ %p^,%-C%.%#
Listing B:
#!/bin/sh
/usr/local/bin/ant -Dbuild.compiler.emacs=true -quiet -find build.xml ${*:-classes} 2>&1 | grep '\[javac\]'
Listing C:
set efm=\ %#[javac]\ %#%f:%l:%c:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
\%A\ %#[javac]\ %f:%l:\ %m,%-Z\ %#[javac]\ %p^,%-C%.%#
- Keyboard Shortcuts:
- Prev
- Next
- Toggle









































