On Thursday 01 January 2004 16:52, Mike Hearn wrote:
On Wed, 2003-12-31 at 17:26, Dimitrie O. Paun wrote:
Are you using KDevelop to work on Wine? Is it OK? I'm a vim guy myself, and I've never used KDevelop, but I could maybe use some autocompletion :)
If vim has something like emacs tag completion then you could use that - I know etags works pretty well for me. I'm not saying you should use emacs obviously, but I expect there is an equivalent or vimscript you can use.
Briefly, you can do "make etags" in the wine source root, wait a bit, then two very useful features are available:
M-. (find-tag) lets you locate any definition in the wine source tree complete-tag lets you perform completion based upon those same tags.
Mike, I'm not going to begin another flamewar, just decided to mention that vim too has all this features.
In short you type 'CTRL-P' in insert mode to call autocomplete and :ta ... or 'CTRL-]' to locate a tag in source tree.
Interested reader is refered to ":help i_CTRL-P" and ":help 'complete' "
-- Kirill.