From kde-devel Sat Mar 05 15:21:26 2005 From: Gary Cramblitt Date: Sat, 05 Mar 2005 15:21:26 +0000 To: kde-devel Subject: Re: Indentation Message-Id: <200503051521.26537.garycramblitt () comcast ! net> X-MARC-Message: https://marc.info/?l=kde-devel&m=111005445527489 On Saturday 05 March 2005 06:15 pm, Richard Smith wrote: > > If Kate doesn't honor the vim settings, is there something similar for > > kate? > > Yes. For instance: > > // kate: tab-width: 4; > > CCing kwrite-devel - can someone over there point us at a list of kate mode > thingies? Google cached page: http://64.233.161.104/search?q=cache:oP0CIafJQmEJ:wiki.kde.org/tiki-index.php%3Fpage%3DConfiguring%2BKate%2Bwith%2Bvariables+site:wiki.kde.org+kate&hl=en&ie=UTF-8 This looks like a reasonable setting if you prefer spaces over tabs but don't want to override existing tabs: // kate: space-indent on; indent-width 4; replace-tabs off; It does not appear that these work within embedded kate in KDevelop. I put the following at the top of a .desktop file # kate: encoding utf-8; and when I open the file from File Selector, it mangles the encoding. -- Gary Cramblitt (aka PhantomsDad) KDE Text-to-Speech Maintainer http://accessibility.kde.org/developer/kttsd/index.php >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<