Download List

Projeto Descrição

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

Apoio completamente novo espaço. A opção-t para especificar um nome de marca diferente. A completamente nova # include file parser que corrige o problema de macros que não entendem \ \ s códigos em expressões regulares. A segfault foi corrigido (mmap substituído fread). Suporte a Java foi melhorado, incluindo um shell script para criar um arquivo de tags Java para as classes do sistema. Espaços reservados para o trabalho por mais de dois argumentos agora (o 'g' foi omitida a partir do comando de substituição). sys / types.h foi adicionado à parse.h e tree.h, que resolve compilar no Mac OS X
Tags: Minor feature enhancements
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

2005-10-23 22:45
0.3

O plugin Vim foi finalmente convertido para reutilizar o omnifunc novo. Apoio de espaço reservado foi adicionado.
Tags: Major feature enhancements
The Vim plugin has finally been converted to reuse the new omnifunc. Placeholder support has been added.

2005-07-27 19:00
0.2.2

O caminho para o / tmp / arquivo icomplete.list pode ser mudado, o que ajuda a usar icomplete em sistemas multi-usuário com o G opção: icomplete_listfile. Algumas correções foram feitas para suportar Qt4. A seleção é feita para verificar se um arquivo de inclusão é realmente um arquivo comum ou um diretório. # include "bla.h" não necessita de um espaço entre # include e "bla.h" anymore.
Tags: Minor bugfixes
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.

2005-06-20 19:56
0.2.1

Um ebuild do Gentoo foi adicionada para fácil instalação. Você pode alterar ctrl-j / k chaves agora com g: (icomplete_ anterior / próxima) variáveis _entry_key no seu vimrc. Realização de novo parâmetro funciona como esperado depois de escrever (seguido de alguns caracteres). this-> suporte foi adicionado. Esta versão desativa dobradura na janela de visualização e mostrando a janela de visualização na lista de reserva. Há pequenas correções.
Tags: Minor feature enhancements
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.

2005-06-02 22:33
0.2

Tags: Initial freshmeat announcement

Project Resources