#pragma region

General questions regarding the usage of CodeLite
cgp1024
CodeLite Curious
Posts: 8
Joined: Mon Nov 30, 2009 7:01 pm
Genuine User: Yes
IDE Question: c++
Contact:

#pragma region

Post by cgp1024 »

Is there something like #pragma region / endregion ,
in codelite?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: #pragma region

Post by eranif »

What does it do?

Eran
Make sure you have read the HOW TO POST thread
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: #pragma region

Post by jfouche »

Code: Select all

//{
...
//}
which is a scintilla function (IIRC).
Jérémie
Post Reply