SF.net SVN: geany-plugins:[1347] trunk/geany-plugins/geanyinsertnum/src/ insertnum.c

sheckley at users.sourceforge.net sheckley at xxxxx
Tue May 11 14:09:35 UTC 2010


Revision: 1347
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1347&view=rev
Author:   sheckley
Date:     2010-05-11 14:09:34 +0000 (Tue, 11 May 2010)

Log Message:
-----------
small comment clarification

Modified Paths:
--------------
    trunk/geany-plugins/geanyinsertnum/src/insertnum.c

Modified: trunk/geany-plugins/geanyinsertnum/src/insertnum.c
===================================================================
--- trunk/geany-plugins/geanyinsertnum/src/insertnum.c	2010-05-11 00:46:46 UTC (rev 1346)
+++ trunk/geany-plugins/geanyinsertnum/src/insertnum.c	2010-05-11 14:09:34 UTC (rev 1347)
@@ -119,7 +119,7 @@
 	return scintilla_send_message(sci, SCI_POINTXFROMPOSITION, 0, position);
 }
 
-/* these and sci_get_line_end_position() did not work for me in 0.18 */
+/* not #defined in 0.18 */
 #define sci_get_pos_at_line_sel_start(sci, line) \
 	scintilla_send_message((sci), SCI_GETLINESELSTARTPOSITION, (line), 0)
 #define sci_goto_pos(sci, position) \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list