SF.net SVN: geany:[3803] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue May 19 11:21:19 UTC 2009


Revision: 3803
          http://geany.svn.sourceforge.net/geany/?rev=3803&view=rev
Author:   ntrel
Date:     2009-05-19 11:21:18 +0000 (Tue, 19 May 2009)

Log Message:
-----------
Drop rest of word to the right of cursor when autocompleting (do we
need a pref for this?).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/editor.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-05-18 15:17:48 UTC (rev 3802)
+++ trunk/ChangeLog	2009-05-19 11:21:18 UTC (rev 3803)
@@ -1,3 +1,10 @@
+2009-05-19  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/editor.c:
+   Drop rest of word to the right of cursor when autocompleting (do we
+   need a pref for this?).
+
+
 2009-05-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/sciwrappers.c, src/sciwrappers.h, src/editor.c:

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2009-05-18 15:17:48 UTC (rev 3802)
+++ trunk/src/editor.c	2009-05-19 11:21:18 UTC (rev 3803)
@@ -4282,6 +4282,7 @@
 	sci_set_caret_policy_x(sci, CARET_JUMPS | CARET_EVEN, 0);
 	/*sci_set_caret_policy_y(sci, CARET_JUMPS | CARET_EVEN, 0);*/
 	SSM(sci, SCI_AUTOCSETSEPARATOR, '\n', 0);
+	SSM(sci, SCI_AUTOCSETDROPRESTOFWORD, TRUE, 0);
 	SSM(sci, SCI_SETSCROLLWIDTHTRACKING, 1, 0);
 
 	/* only connect signals if this is for the document notebook, not split window */


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



More information about the Commits mailing list