<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to cActionGetFunctionHint</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>Recent changes to cActionGetFunctionHint</description><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 05 May 2013 18:11:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/feed" rel="self" type="application/rss+xml"/><item><title>cActionGetFunctionHint modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,11 +1,11 @@
 This action can be called by SynWrite to get function parameters hint, when user calls "Parameters popup" command (default shortcut is Ctrl+Shift+Space).

-The usage of this action is the same as for [cActionGetAutoComplete], only meaning of text buffer is different: plugin should store in text buffer Chr(13)-separated list of function hints, surrounded with "(" and ")" braces. 
+The usage of this action is the same as for [cActionGetAutoComplete], only meaning of text buffer is different: plugin should store in text buffer Chr(13)-separated list of function hints, each surrounded by "(" and ")" braces. 

 Parameters should be separated by "," char.
 No trailing ";" char is needed.
 Examples of hints:

     (Param1: integer, Param2: string, const Param3: array of char)
-    (Param: array of string, var Result: string)
+    (const P1, P2: array of string, var Result: string)
     (int N, char* Ptr)
&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 18:11:59 -0000</pubDate><guid>https://sourceforge.net729ac87d16d12360d70fa411b29d558cbf66a935</guid></item><item><title>cActionGetFunctionHint modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-This action can be called by SynWrite to get functions parameters hints, when user calls "Parameters popup" command (default shortcut is Ctrl+Shift+Space).
+This action can be called by SynWrite to get function parameters hint, when user calls "Parameters popup" command (default shortcut is Ctrl+Shift+Space).

 The usage of this action is the same as for [cActionGetAutoComplete], only meaning of text buffer is different: plugin should store in text buffer Chr(13)-separated list of function hints, surrounded with "(" and ")" braces. 

&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 17:54:21 -0000</pubDate><guid>https://sourceforge.netd9e28d034a0c9f02b48c3880a5107d29cf5919dd</guid></item><item><title>cActionGetFunctionHint modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,13 +1,11 @@
-This action can be called by SynWrite to get function parameters hints, when user calls "Parameters Hint" command (default shortcut is Ctrl+Shift+Space).
+This action can be called by SynWrite to get functions parameters hints, when user calls "Parameters popup" command (default shortcut is Ctrl+Shift+Space).

-The usage of this action is the same as [cActionGetAutoComplete], only meaning of text buffer is diffirent: plugin should store in text buffer Chr(13)-separated list of function hints, with "(" and ")" characters. 
+The usage of this action is the same as for [cActionGetAutoComplete], only meaning of text buffer is different: plugin should store in text buffer Chr(13)-separated list of function hints, surrounded with "(" and ")" braces. 

 Parameters should be separated by "," char.
 No trailing ";" char is needed.
 Examples of hints:

-    (Param1: Int, Param2: string, const Param3: array of char)
+    (Param1: integer, Param2: string, const Param3: array of char)
     (Param: array of string, var Result: string)
-    (int a, char* ptr)
-
-
+    (int N, char* Ptr)
&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 17:52:49 -0000</pubDate><guid>https://sourceforge.net186c3d66b04ac100b7a1e63d8321bf8a4e01ce9e</guid></item><item><title>cActionGetFunctionHint modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,6 +6,8 @@
 No trailing ";" char is needed.
 Examples of hints:

-    (Param1: Int, Param2: string, const Out: array of char)
+    (Param1: Int, Param2: string, const Param3: array of char)
     (Param: array of string, var Result: string)
+    (int a, char* ptr)

+
&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 17:48:10 -0000</pubDate><guid>https://sourceforge.netcc763b1dad2449f95f01b1bd8172d2a17f5b7990</guid></item><item><title>cActionGetFunctionHint modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionGetFunctionHint/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This action can be called by SynWrite to get function parameters hints, when user calls "Parameters Hint" command (default shortcut is Ctrl+Shift+Space).&lt;/p&gt;
&lt;p&gt;The usage of this action is the same as &lt;a class="alink" href="/p/synwrite/wiki/cActionGetAutoComplete/"&gt;[cActionGetAutoComplete]&lt;/a&gt;, only meaning of text buffer is diffirent: plugin should store in text buffer Chr(13)-separated list of function hints, with "(" and ")" characters. &lt;/p&gt;
&lt;p&gt;Parameters should be separated by "," char.&lt;br /&gt;
No trailing ";" char is needed.&lt;br /&gt;
Examples of hints:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Param1&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Int&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Param2&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;string&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;const&lt;/span&gt; &lt;span class="n"&gt;Out&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;array&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;char&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Param&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;array&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;string&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;var&lt;/span&gt; &lt;span class="n"&gt;Result&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;string&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&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 17:47:01 -0000</pubDate><guid>https://sourceforge.neta868891aa9d6945c854b378b8e48045a9ddb69a2</guid></item></channel></rss>