From 9cfcf0602b789deda5a8ae59e243659098b97c39 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Mon, 4 Aug 2008 14:10:16 +0000 Subject: [PATCH] Implemented 'distinguish between tab width vs. indent width'. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/custom-tab-width@2854 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 891c2d6c..10fe7a71 100644 --- a/TODO +++ b/TODO @@ -18,9 +18,6 @@ Note: features included in brackets have lower priority. o recent projects menu o project indentation settings support o improve Compile toolbar button for Make (drop down radio list?) - o (for spaces indentation, distinguish between tab width vs. indent - width, e.g. GTK code uses indent width of 2 spaces, and any tabs are - worth 8 spaces.) o (selectable menu of arguments to use for Make, from Make Custom) o (DBUS) o (indent wrapped lines - Scintilla issue)