SourceView.setMarkCategoryPriority

Set the priority for the given mark category. When there are multiple marks on the same line, marks of categories with higher priorities will be drawn on top. Since 2.2

class SourceView
void
setMarkCategoryPriority
(
string category
,)

Parameters

category string

a mark category.

priority int

the priority for the category

Meta