Author Topic: does _LineMarkerRemoveAllType clear markers from all open buffers  (Read 2056 times)

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347

Does  _LineMarkerRemoveAllType clear markers of the specified type from all open buffers - not just the active buffer.


Code: [Select]
/**
 * 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);

Dennis

  • Senior Community Member
  • Posts: 3954
  • Hero Points: 515
Re: does _LineMarkerRemoveAllType clear markers from all open buffers
« Reply #1 on: August 27, 2021, 02:19:52 PM »
Yes, if you want to remove line markers from the current buffer, use _LineMarkerRemoveType()