Hikari
Hikari

Reputation: 3947

Custom regions for code folding in Notepad++

Is there any way to create custom named regions for Notepad++ to fold them?

I've seen some talk about it but found no functional example of how to.

Upvotes: 4

Views: 10654

Answers (2)

kscius
kscius

Reputation: 386

I use:

//{ NAME OF REGION/BLOCK

//}

Upvotes: 5

moped
moped

Reputation: 2247

I think that everything you need to know is described here:

http://udl20.weebly.com/folding-in-code.html

it's official documentation, you can find link to it in custom language editor:

"Language\Define your language ..."

Upvotes: 3

Related Questions