SlickEdit Community
SlickEdit Product Discussion => SlickEditĀ® => Slick-CĀ® Macro Programming => Topic started by: Graeme on August 21, 2021, 11:02:26 pm
-
Does _LineMarkerRemoveAllType clear markers of the specified type from all open buffers - not just the active buffer.
/**
* 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);
-
Yes, if you want to remove line markers from the current buffer, use _LineMarkerRemoveType()