From kde-commits Fri Mar 31 22:37:18 2006 From: Johannes Sixt Date: Fri, 31 Mar 2006 22:37:18 +0000 To: kde-commits Subject: KDE/kdelibs/kate/part Message-Id: <1143844638.543661.31946.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114384464627523 SVN commit 525143 by jsixt: Tab width is independent from indentation width. With this modification the tab width no longer dictates indentation when "Insert spaces instead of tabulators" is not used; instead, indentation is always by the "Number of spaces", but a mix of tabs and spaces if the tab width does not equal the indentation. Consequently, if one wants only tabs for indentation, it is necessary to set the indentation equal to the tab width. For this reason, the option "Use spaces to indent" is removed. Users who use "Insert spaces instead of tabulators" will not notice any change. M +2 -2 kateautoindent.cpp M +1 -7 katecmds.cpp M +0 -1 kateconfig.h M +17 -32 katedialogs.cpp M +1 -2 katedialogs.h M +3 -9 katedocument.cpp M +1 -6 katejscript.cpp M +2 -10 katerenderer.cpp