Update of /cvsroot/icomplete/icomplete/doc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13642/doc
Modified Files:
index.html
Log Message:
don't hardcore .icomplete_taglist name
Index: index.html
===================================================================
RCS file: /cvsroot/icomplete/icomplete/doc/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.html 20 Nov 2005 01:02:53 -0000 1.1
--- index.html 4 Aug 2006 23:11:43 -0000 1.2
***************
*** 41,44 ****
--- 41,45 ----
<li>Works in both console and graphical vim</li>
<li>Uses a cache system for increased speed.</li>
+ <li>Full Namespace support</li>
</ul>
<p>
***************
*** 47,51 ****
<h2><a name="download">Download</a></h2>
! Current version 0.3<br>
All files can be downloaded from the SourceForge site: <a href=https://sourceforge.net/project/showfiles.php?group_id=140085>http://sourceforge.net/projects/icomplete/</a><br><br>
There is also an entry in the vim script repository: <a href=http://www.vim.org/scripts/script.php?script_id=1265>http://www.vim.org/scripts/script.php?script_id=1265</a><br><br>
--- 48,52 ----
<h2><a name="download">Download</a></h2>
! Current version 0.4<br>
All files can be downloaded from the SourceForge site: <a href=https://sourceforge.net/project/showfiles.php?group_id=140085>http://sourceforge.net/projects/icomplete/</a><br><br>
There is also an entry in the vim script repository: <a href=http://www.vim.org/scripts/script.php?script_id=1265>http://www.vim.org/scripts/script.php?script_id=1265</a><br><br>
***************
*** 62,66 ****
<dt><b>- <a href=http://www.vim.org>Vim</a></b></dt>
<dd>Not a real requirement, but <code>IComplete</code> is much more useful when used from within vim.<br>
! Version 7.0 newer than 20051004 is required, since it provides a framework for context sensitve completions.<br>
</dl>
--- 63,67 ----
<dt><b>- <a href=http://www.vim.org>Vim</a></b></dt>
<dd>Not a real requirement, but <code>IComplete</code> is much more useful when used from within vim.<br>
! Version 7.0 is required, since it provides a framework for context sensitve completions.<br>
</dl>
***************
*** 100,104 ****
/usr/include
/usr/qt/3/include
! /usr/kde/3.4/include
[cpp_macros]
--- 101,105 ----
/usr/include
/usr/qt/3/include
! /usr/kde/3.5/include
[cpp_macros]
***************
*** 135,140 ****
This will put a <+ and +> around each parameter, and you can select one with <b>Ctrl-J</b> and <b>Ctrl-K</b>.
Then you can just write "over" the selected portion, replacing the definition with real code.
! For this to work you need a <code>template.vim</code> script which comes included with the <a href="http://vim-latex.sourceforge.net/">LaTeX-Suite</a>.
! For your convinience I put the file also here: <a href="templates.vim">templates.vim</a>
<h3>Java and C# support</h3>
--- 136,140 ----
This will put a <+ and +> around each parameter, and you can select one with <b>Ctrl-J</b> and <b>Ctrl-K</b>.
Then you can just write "over" the selected portion, replacing the definition with real code.
! For this to work you need a working installation of the <a href="http://vim-latex.sourceforge.net/">LaTeX-Suite</a>.
<h3>Java and C# support</h3>
***************
*** 200,204 ****
<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=140085&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A><br>
<br>
! Last update: 2005-10-23</p>
</body>
</html>
--- 200,204 ----
<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=140085&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A><br>
<br>
! Last update: 2006-05-11</p>
</body>
</html>
|