SlickEdit Product Discussion > Slick-C® Macro Programming
does _LineMarkerRemoveAllType clear markers from all open buffers
(1/1)
Graeme:
Does _LineMarkerRemoveAllType clear markers of the specified type from all open buffers - not just the active buffer.
--- Code: ---/**
* Removes all line markers that have the specified type.
*
* @param type Type of marker.
*
* @appliesTo Edit_Window, Editor_Control
*
* @categories Marker_Functions
*
*/
extern void _LineMarkerRemoveAllType(int type);
--- End code ---
Dennis:
Yes, if you want to remove line markers from the current buffer, use _LineMarkerRemoveType()
Navigation
[0] Message Index
Go to full version