Justin Levene created NETBEANSINFRA-184:
-------------------------------------------

             Summary: Collapsed code automatically expands when a hint appears 
with PHP
                 Key: NETBEANSINFRA-184
                 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-184
             Project: Apache NetBeans Infra
          Issue Type: Bug
    Affects Versions: Release Management 11.1
         Environment: PHP
            Reporter: Justin Levene
             Fix For: Release Management 11.1


When using a PHP file with a class, and all the class functions are collapsed, 
as soon as a hint appears, everything in the entire file expands.

This bug is years old (2013) and was originally reported here 
([https://bz.apache.org/netbeans/show_bug.cgi?id=226481]).  Apparently there is 
a proposed fix that never got implemented.

 
{code:java}
class myClass
{
   private function func1()
   {
    // Stuff
   }
   private function func2() {  }
   private function func3() {  }
}
{code}
When a hint appears when hovering over a function, all functions will expand 
after being collapsed
  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to