Hi All,
when writing this code in my editor, (which is based on Scintilla) - the
folding got messed up
class TestClass
{
// Constructor
public:
TestClass();
~TestClass();
// Private members
private:
int m_nCounter;
//}
};
int myFunc()
{
}
This happens only when using the SCI_MARKERDEFINE call with SC_MARK_BOX*
or SC_MARK_CIRCLE*
It does not happen when using the arrow style or the plus/minus.
The problem I think is cause of the the commented closing brace.
I am attaching a small gif file that will explain the bug.
Any ideas?

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest