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

List:       kdevelop-bugs
Subject:    [Bug 292324] New: PHP: Wish: DocBlock hints from interface.
From:       jay <jay () jay ! cz>
Date:       2012-01-24 13:01:37
Message-ID: bug-292324-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=292324

           Summary: PHP: Wish: DocBlock hints from interface.
           Product: kdevelop
           Version: git master
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Language Support: PHP
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: jay@jay.cz


Version:           git master (using KDE 4.7.3) 
OS:                Linux

When displaying "code browser" information about function or variable, use also
DocBlock from interface.

Reproducible: Always

Steps to Reproduce:
<?php
interface IA {
/**
 * foo func
 *
 * returns "aaa"
 *
 * @access public
 * @return string
 */
  public function foo();
}

class A implements IA{
  public function foo(){
    echo "aaa";
  }
}



Actual Results:  
in kdevelop hover on A::foo() displays
"hides a function from IA"

Expected Results:  
Should display
"hides a function from IA
foo func

returns "aaa"

@access public
@return string"

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

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