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

List:       kdevelop-bugs
Subject:    [Bug 126972] New: class view without perl method with prototype
From:       KDevelop bug reports <kdevelop-bugs () barney ! cs ! uni-potsdam ! de>
Date:       2006-05-08 16:38:19
Message-ID: 20060508183818.126972.moldovenu () gmail ! 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=126972         
           Summary: class view without perl method with prototype
           Product: kdevelop
           Version: 3.3.2
          Platform: unspecified
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: Perl
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: moldovenu gmail com


Version:           3.3.2 (using KDE 3.5.2, compiled sources)
Compiler:          gcc version 3.4.4 [FreeBSD] 20050518
OS:                FreeBSD (i386) release 6.0-STABLE

Class view for perl projects does not show perl method with prototype.

Examples of perl code:

# method will be shown in class view:
sub foo {
 ...
}


# these methods will NOT be shown in class view for perl projects:
sub foo($$) {
 ...
}

sub foo(%) {
 ...
}

sub foo() {
 ...
}

Prototypes in perl are a little silly compared to c or java, but they exists and in \
use, especially in big perl projects.

###
Anyway, kdevelop is my best editor so I'm sure it can be even better... :) 
Good work guys!


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

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