Hi, I've added an option to disable the feature to fold php tags in NetBeans 12.5 [1]. So, could you please try it when NetBeans 12.5 beta is released? (You can disable it if you add -J-Dnb.php.editor.doNotFoldPhptag=true to netbeans_default_options of netbeans.conf.)
[1] https://github.com/apache/netbeans/pull/3069 Thanks, Junichi On Tue, Jun 22, 2021 at 10:50 PM Olivier LE LIBOUX <[email protected]> wrote: > Hello, > > Editor fold works inside HTML into netbeans 8.2 but not into netbeans 12.4. > > For example, with this code block : > > It collapses into netbeans 8.2 : > > but not into netbeans 12.4 : > > I don't use this version only because of that. > > Thank you for your work. > > Olivier > > PS : It works for js and php files. >
