This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123434

Summary: Code Folding behaviour has to be fixed
Product: php Reporter: Andrew Korostelev <akorostelev>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker CC: pbuzek, ppisl
Priority: P3 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123432    

Description Andrew Korostelev 2007-12-05 11:00:55 UTC
a feature that allows the user to selectively hide and display sections of a currently-edited file with PHP code.
Comment 1 Pavel Buzek 2008-01-17 01:17:02 UTC
Code folding for classes, functions and comments is at least partially implemented but unreliable. When I type a new
function it sometimes is not picked up at all (no code folding), sometimes it is incorrectly. For example the fold
begins at the beginning of the function but does not end at the end, ends at the end of the next block after the function.

Changing the issue type to defect.
Comment 2 Alexei Mokeev 2008-01-29 07:18:53 UTC
We have to fix our work with Schliemann in order to fix Code Folding. It is really a bug but not a new feature.
Comment 3 Petr Pisl 2008-02-04 09:54:29 UTC
Last week I did some fixes in the code folding area. 
Comment 4 Petr Pisl 2008-05-28 15:50:15 UTC
Fixed in PHP EA build
Comment 5 Mikhail Matveev 2008-08-13 17:04:43 UTC
Now code folding is fine.