<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to cActionGetAutoComplete</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>Recent changes to cActionGetAutoComplete</description><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 06 May 2013 00:44:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/feed" rel="self" type="application/rss+xml"/><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,10 +1,10 @@
 This action can be called by SynWrite to get auto-completion IDs, when user calls "Auto-complete" command (default shortcut is Ctrl+Space). Plugin should:

-- get caret position using [cActionGetCaretPos];
-- get search paths using [cActionGetText];
-- read current file using [cActionGetText] and maybe read all include-files;
-- prepare Chr(13)-separated list of strings, each string is simply id or "|"-separated list: "id|type|id|(parameters)"
-- copy resulting list to the buffer provided by SynWrite.
+- get caret position using [cActionGetCaretPos]
+- get search paths using [cActionGetText]
+- read current file using [cActionGetText] and maybe read all include-files
+- prepare Chr(13)-separated list of strings, each string is simply id or "|"-separated list: "id|type|(parameters)"
+- copy resulting list to the buffer provided by SynWrite

 Parameters:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Mon, 06 May 2013 00:44:32 -0000</pubDate><guid>https://sourceforge.net6f5deb10ea589d40f3df674cc5996babf671b15f</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -3,7 +3,7 @@
 - get caret position using [cActionGetCaretPos];
 - get search paths using [cActionGetText];
 - read current file using [cActionGetText] and maybe read all include-files;
-- prepare Chr(13)-separated list of strings, each string is simply ID or "|"-separated list: "ID|type|ID|(parameters)"
+- prepare Chr(13)-separated list of strings, each string is simply id or "|"-separated list: "id|type|id|(parameters)"
 - copy resulting list to the buffer provided by SynWrite.

 Parameters:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Mon, 06 May 2013 00:28:43 -0000</pubDate><guid>https://sourceforge.net2c2558e3cc4e4a4c4769f684e9086cd5230a9161</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,8 +3,8 @@
 - get caret position using [cActionGetCaretPos];
 - get search paths using [cActionGetText];
 - read current file using [cActionGetText] and maybe read all include-files;
-- prepare Chr(13)-separated list of IDs (without function types, brackets and arguments list) in a text buffer;
-- copy resulting text buffer to the buffer provided by SynWrite.
+- prepare Chr(13)-separated list of strings, each string is simply ID or "|"-separated list: "ID|type|ID|(parameters)"
+- copy resulting list to the buffer provided by SynWrite.

 Parameters:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Mon, 06 May 2013 00:27:45 -0000</pubDate><guid>https://sourceforge.nete9200ec6fb5ac506375b379c998e37be04ffd5a8</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,10 @@
-This action can be called by SynWrite to get auto-completion strings, when user calls Auto-Complete command (default shortcut is Ctrl+Space). Plugin should:
+This action can be called by SynWrite to get auto-completion IDs, when user calls "Auto-complete" command (default shortcut is Ctrl+Space). Plugin should:

-- get current caret position using [cActionGetCaretPos];
-- get current search paths using [cActionGetText];
-- read and parse current file and all needed include-files using [cActionGetOpenedFileName] and/or [cActionGetText];
-- prepare Chr(13)-separated list of auto-completion IDs (without function types, brackets and arguments list) in a text buffer;
-- copy resulting text buffer to text buffer provided by SynWrite.
+- get caret position using [cActionGetCaretPos];
+- get search paths using [cActionGetText];
+- read current file using [cActionGetText] and maybe read all include-files;
+- prepare Chr(13)-separated list of IDs (without function types, brackets and arguments list) in a text buffer;
+- copy resulting text buffer to the buffer provided by SynWrite.

 Parameters:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sun, 05 May 2013 20:17:38 -0000</pubDate><guid>https://sourceforge.net7dce450cd518cbe2b23efaf0e9b07f00ace5e152</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,9 +1,8 @@
 This action can be called by SynWrite to get auto-completion strings, when user calls Auto-Complete command (default shortcut is Ctrl+Space). Plugin should:

-- get current file name using [cActionGetOpenedFileName];
 - get current caret position using [cActionGetCaretPos];
 - get current search paths using [cActionGetText];
-- read and parse current file and all needed include-files;
+- read and parse current file and all needed include-files using [cActionGetOpenedFileName] and/or [cActionGetText];
 - prepare Chr(13)-separated list of auto-completion IDs (without function types, brackets and arguments list) in a text buffer;
 - copy resulting text buffer to text buffer provided by SynWrite.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sun, 05 May 2013 20:09:23 -0000</pubDate><guid>https://sourceforge.net5baf99b7333f3e3eeabdca5ab998f4f05d2387ad</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,7 +2,8 @@

 - get current file name using [cActionGetOpenedFileName];
 - get current caret position using [cActionGetCaretPos];
-- parse current file and all needed include-files;
+- get current search paths using [cActionGetText];
+- read and parse current file and all needed include-files;
 - prepare Chr(13)-separated list of auto-completion IDs (without function types, brackets and arguments list) in a text buffer;
 - copy resulting text buffer to text buffer provided by SynWrite.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sat, 04 May 2013 14:55:34 -0000</pubDate><guid>https://sourceforge.netd592a34ba7f4a17b4954cff9981725fd05945767</guid></item><item><title>cActionGetAutoComplete modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetAutoComplete/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This action can be called by SynWrite to get auto-completion strings, when user calls Auto-Complete command (default shortcut is Ctrl+Space). Plugin should:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;get current file name using &lt;a class="alink" href="/p/synwrite/wiki/cActionGetOpenedFileName/"&gt;[cActionGetOpenedFileName]&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;get current caret position using &lt;a class="alink" href="/p/synwrite/wiki/cActionGetCaretPos/"&gt;[cActionGetCaretPos]&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;parse current file and all needed include-files;&lt;/li&gt;
&lt;li&gt;prepare Chr(13)-separated list of auto-completion IDs (without function types, brackets and arguments list) in a text buffer;&lt;/li&gt;
&lt;li&gt;copy resulting text buffer to text buffer provided by SynWrite.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A1&lt;/strong&gt; (PWideChar) - points to text buffer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A2&lt;/strong&gt; (Integer) - buffer size, in chars. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A3&lt;/strong&gt; - not used.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A4&lt;/strong&gt; - not used.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Return value: &lt;code&gt;cSynOK&lt;/code&gt; if source file was parsed and some strings were returned, &lt;code&gt;cSynError&lt;/code&gt; otherwise.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sat, 04 May 2013 14:32:34 -0000</pubDate><guid>https://sourceforge.net167f8d0918d92c4a07470727ef076faacc23c305</guid></item></channel></rss>