Philippe Lhoste:

> When testing, I often wonder which style a text segment actually got.
> Some styles may be hard to distinguish, on purpose or not.

   Another approach is to add an OnUpdateUI handler that shows the
style after the caret in the status line.

function OnUpdateUI()
  props["CurrentStyle"] = editor.StyleAt[editor.CurrentPos]
end

   Then define the status line:

statusbar.text.1=Style=$(CurrentStyle)

   Neil

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to