Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind for Text Selection and Tag #23

Open
sunshine69 opened this issue Mar 27, 2021 · 2 comments
Open

Bind for Text Selection and Tag #23

sunshine69 opened this issue Mar 27, 2021 · 2 comments

Comments

@sunshine69
Copy link

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,

@visualfc
Copy link
Owner

visualfc commented Mar 29, 2021

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`)

@sunshine69
Copy link
Author

Any plan or time to implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants