3

I have recently switched to using Netbeans IDE 8.0 for a PHP project and would like to know if it's possible to either:-

  1. Configure NetBeans to remember my code fold status (open/ closed) when I save the file
  2. Automatically fold only functions upon startup.

Many thanks in anticipation.

Phill

Phill
  • 213
  • 1
  • 2
  • 9

1 Answers1

2

Apparently Netbeans cannot remember the state (see https://netbeans.org/bugzilla/show_bug.cgi?id=188573).

Regarding your second question have a look at: Tools / Options / Folding.

Joachim Rohde
  • 5,915
  • 2
  • 29
  • 46
  • Thanks Joachim, I wasn't aware of the bug reporting part of netbeans website. I will keep an eye out. – Phill Aug 23 '14 at 07:23