From kde-commits Sat Apr 16 12:02:53 2005 From: =?utf-8?q?Ignacio=20Casta=C3=B1o=20Aguado?= Date: Sat, 16 Apr 2005 12:02:53 +0000 To: kde-commits Subject: kdelibs/kate/part Message-Id: <20050416120253.9D243488 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111365298624516 CVS commit by castano: - Added a command to toggle the showIndentLines option. - Move the showIndentLines option from KateViewConfig to KateRendererConfig. - Do not cache the showIndentLines option in the renderer anymore. - Move the showIndentLines option from KateIndentConfigTab to KateViewDefaultsConfig. GUI: The "show indent lines" option is now in the view defaults config tab. CCMAIL: kwrite-devel@kde.org M +6 -2 katecmds.cpp 1.51 M +25 -24 kateconfig.cpp 1.73 M +5 -5 kateconfig.h 1.57 M +13 -13 katedialogs.cpp 1.166 M +1 -1 katedialogs.h 1.80 M +12 -8 katerenderer.cpp 1.94 M +7 -8 katerenderer.h 1.26 M +2 -1 kateview.cpp 1.387