SF.net SVN: geany: [665] trunk/src/highlighting.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Aug 3 09:38:26 UTC 2006
Revision: 665
Author: ntrel
Date: 2006-08-03 02:38:22 -0700 (Thu, 03 Aug 2006)
ViewCVS: http://svn.sourceforge.net/geany/?rev=665&view=rev
Log Message:
-----------
Removed setting tab width preference, instead it is set in document_apply_update_prefs
Modified Paths:
--------------
trunk/src/highlighting.c
Modified: trunk/src/highlighting.c
===================================================================
--- trunk/src/highlighting.c 2006-08-02 21:52:23 UTC (rev 664)
+++ trunk/src/highlighting.c 2006-08-03 09:38:22 UTC (rev 665)
@@ -229,7 +229,6 @@
SSM(sci, SCI_STYLECLEARALL, 0, 0);
SSM(sci, SCI_SETUSETABS, TRUE, 0);
- SSM(sci, SCI_SETTABWIDTH, app->pref_editor_tab_width, 0);
// caret colour
SSM(sci, SCI_SETCARETFORE, invert(types[GEANY_FILETYPES_ALL]->styling[7][0]), 0);
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