You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Please excuse me for opening another issue, but I need help.
I am using InlineCssTextArea and I would like to highlight the current line, i.e. where the caret is.
I tried this option, but it doesn't seem to work:
The idea is to color the new current line and to set white the old one, but background remains always white and it does not change. What's wrong with what I am doing?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
not sure why it doesn't work, but if you try the current snapshot version, you can use the :has-caret pseudo class in CSS stylesheet to set style of the current line. The JavaKeywords demo does that now.
Hi,
Please excuse me for opening another issue, but I need help.
I am using
InlineCssTextArea
and I would like to highlight the current line, i.e. where the caret is.I tried this option, but it doesn't seem to work:
oldCurrentLine
andnewCurrentLine
are int.The idea is to color the new current line and to set white the old one, but background remains always white and it does not change. What's wrong with what I am doing?
Thanks in advance.
The text was updated successfully, but these errors were encountered: