Hi there guys and girls,
I’m busy building a Regions Folding plugin, similar to Visual Studio’s
‘#region’
//some code
‘#endregion’
My problem at the moment is I need to create, manipulate, delete
the code-folding arrow in the gutter but I cannot find handles for the arrow or the gutter in the API documentation.
There is a reference to the file below, which I think will help, but I can’t find it:
Packages/Default/mark.py
Can anyone please point me in the right direction,
I’m kind of stuck without this handle.
Your time is greatly appreciated, thank you!