Discussion on:

9
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
ctags not found
matt@... 11th Jul 2003
I just installed vim62, and ctags doesn't seem to be installed by default. Where do I get it?

Thanks,

Matt
0 Votes
+ -
where to find ctags
Ry4an 11th Jul 2003
You can find it here:

http://ctags.sourceforge.net/
0 Votes
+ -
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.
0 Votes
+ -
Where to get VIM?
jyin@... 14th Jul 2003
Can anyone provide me with the link to obtain VIM? In addition, is this tool free?

Sincerely, Joseph C. Yin
0 Votes
+ -
getting vim
Ry4an 17th Jul 2003
Vim is free. It can be downloaded from http://www.vim.org/
0 Votes
+ -
CTAGS and ANT
hawkwall@... 29th Jul 2003
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.
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
0 Votes
+ -
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%.%#
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.