https://bugs.kde.org/show_bug.cgi?id=384658
Bug ID: 384658 Summary: Line indented automatically when entering one of the letters i,u,e,n,d,f in python code Product: kate Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: indentation Assignee: kwrite-bugs-n...@kde.org Reporter: hysarub...@mailinator.com Target Milestone: --- Version: 17.8.1 In the following code example: if True: print("A") i As soon as entering the 'i', the line gets indented automatically. If I enter u, e, n, d or f, the same happens. For about any other letter, it doesn't. The same happens here: if True: print("A") pri as soon as entering the 'i'. If I already have the code: if True: print("A") print("find") and add an 'i' before 'find' or anywhere in that line -- the same. Adding e.g. an 'a' doesn't change indentation. This is either a consequence of some important feature I just don't get or it's a bug -- in any case, it's at least very irritating. ;) -- You are receiving this mail because: You are watching all bug changes.