Open sunshine69 opened 3 years ago
not implement. but can call interp
tk.MainInterp().Eval(text.Id()+ " tag add highlightline 3.0 4.0")
tk.MainInterp().Eval(text.Id() + ` tag configure highlightline -background yellow -font "TkFixedFont" -relief raised`)
Any plan or time to implement it?
Hi,
Thank you for the work, it looks good.
I am trying to build a small editor using this to replace / an alternative to gtksourceview. However I did not see how I can do:
Many thanks,