[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    [Bug 104221] New: kate: python commenting should be at indentation
From:       missive () hotmail ! com
Date:       2005-04-19 15:49:58
Message-ID: 20050419174957.104221.missive () hotmail ! com
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=104221         
           Summary: kate: python commenting should be at indentation instead
                    of at margin
           Product: kate
           Version: 2.4
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kwrite-devel kde org
        ReportedBy: missive hotmail com


Version:           2.4 (using KDE 3.4.0, Gentoo)
Compiler:          gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.11-gentoo-r5

if I have code like...

class Foo:
    def bar(self):
        print 'bar'
        print 'bar'
        print 'bar'
        print 'bar'
        print 'bar'


then comment out two lines in the middle of the method, I  would prefer to see this:

class Foo:
    def bar(self):
        print 'bar'
        print 'bar'
        #print 'bar'
        #print 'bar'
        print 'bar'


than this:

class Foo:
    def bar(self):
        print 'bar'
        print 'bar'
#        print 'bar'
#        print 'bar'
        print 'bar'


Actually, I can see myself wanting both styles at different times. Can we have both?
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic