Can I fold any block of text in PL/SQL Developer 7.1?

For example MS Visual Studio allow mark folding range with keywords "#region" and "#endregion":

#region Folding description
... code ...
#endregion

Result:

[+] Folding description