Download List

Project Description

IComplete is a generic command line program for
Linux that lists possible code completions for a
certain position in C/C++ source code. It also
offers a Vim plugin (Vim 7 only) to bring an
IntelliSense-like code completion system to this
editor.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-20 19:13
0.4

Completely new namespace support. A -t option to specify a different tag filename. A completely new #include file parser that fixes the problem of macros that do not understand \\s codes in regular expressions. A segfault has been fixed (mmap replaced with fread). Java support has been improved, including a shell script to create a Java tags file for system classes. Placeholders work for more than two arguments now (the 'g' was omitted from the substitute command). sys/types.h has been added to parse.h and tree.h, which solves compiling under Mac OS X
Tags: Minor feature enhancements

2005-10-23 22:45
0.3

The Vim plugin has finally been converted to reuse the new omnifunc. Placeholder support has been added.
Tags: Major feature enhancements

2005-07-27 19:00
0.2.2

The path for the /tmp/icomplete.list file can be
changed, which helps using icomplete on multiuser
systems with the g:icomplete_listfile option. Some
fixes were made for Qt4 support. A check is
performed to see if an include file is really a
regular file or a directory. #include"bla.h"
doesn't require a space between #include and
"bla.h" anymore.
Tags: Minor bugfixes

2005-06-20 19:56
0.2.1

A Gentoo ebuild has been added for easy installation. You can change ctrl-j/k keys now with g:icomplete_{previous/next}_entry_key variables in your vimrc. Parameter completion works again as expected after writing (followed by some characters). this-> support has been added. This release disables folding in the preview window and showing the preview window in the buffer list. There are small bugfixes.
Tags: Minor feature enhancements

2005-06-02 22:33
0.2

Tags: Initial freshmeat announcement

Project Resources