Bug 145510

Summary: Unindent is not fine any more
Product: [Applications] kate Reporter: Olivier Vitrat <ovit.debian>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Olivier Vitrat 2007-05-16 16:25:22 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian stable Packages

Reported in Debian BTS at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=244391

If I have the following situation:
{
        int a=0;
//      a+=5;
        cerr << a <<endl;
}
now I want to remove the braces. If I mark anything and try to unindent
this does not work any longer because the comment blocks this. I really preferred the
former behaviour of the indentation. It could be also used to format text I
copied from somewhere which was indented with spaces.
Comment 1 Dominik Haumann 2007-05-17 15:31:58 UTC
Try:
1. Settings > Configure Kate
2. Choose "Indentation" config page
3. uncheck [ ] Keep indent profile

This should work, please report back asap.
Comment 2 Olivier Vitrat 2007-06-07 02:44:48 UTC
Thanks, that worked.

Sorry about the noise :-(

Regards Ben

ok, closing this bug - Olivier