Bug 145510 - Unindent is not fine any more
Summary: Unindent is not fine any more
Status: RESOLVED WORKSFORME
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 16:25 UTC by Olivier Vitrat
Modified: 2007-06-07 02:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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