<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 20/09/2011 19:30, Rafael Tuim Elias wrote:
    <blockquote
cite="mid:CAN89N27yKUjfgz32dVgjWakz3dVUO1V5GJLsgA-8_cwWFKurgw@mail.gmail.com"
      type="cite"><br>
      <div>
        <div class="gmail_quote">2011/9/20 Martin <span dir="ltr"><<a
              moz-do-not-send="true" href="mailto:lazarus@mfriebe.de">lazarus@mfriebe.de</a>></span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex;">
            <div class="im">On 20/09/2011 18:49, Rafael Tuim Elias
              wrote:<br>
            </div>
            <div class="im">
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                I'd like when open a project, that all functions and
                procedures get with "code-folding" option in closed
                mode. It's possible ? How i do ?<br>
                <br>
              </blockquote>
              <br>
            </div>
            please see image at:<br>
            <a moz-do-not-send="true" href="http://imagebin.org/173248"
              target="_blank">http://imagebin.org/173248</a>
            <div>
              <div class="h5"><br>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
    additionally:<br>
    <br>
    folds can be saved with the session => so if you re-open a file,
    folds are remembered.<br>
    <br>
    you can use {$region some text /fold} {$endregion}<br>
    to define your own fold area => using /fold (only works with
    $region) will auto fold them<br>
    <br>
  </body>
</html>