GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Editor Syntax Highlighting

TimothyLuke opened this issue · 2 comments

commented

Lutechi Sent 8 hours ago

Hey TimothyLuke,

Do you have any plans to add syntax highlighting for the macros to GSE like Macro Toolkit does? I know is not like a major thing needed but it’s definitely a feature I would love to have if it was possible cause it makes it easier to read at least for my eyes.

commented

Look at hooking

function parsetext(editbox, char)
  text = editbox:GetText() .. char
  editbox:setText(GSTranslateString(text, GetLocale(), GetLocale()
end

sequencebox.editbox:SetScript( "OnChar", parseText (self,char) )

commented

Implemented