-
Notifications
You must be signed in to change notification settings - Fork 85
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
✨ Current Line Highlight #34
Comments
@austincondiff |
Sure thing! One thing to note, the top line is highlighted in this screenshot, so it is working however there are two things that need to happen here.
We are trying to make it look like this (code folding will come later)... One thing to consider is it might have something to do with STTextView so you may need to submit a PR over there as well. To get rid of the separator, we need to do the following in STTextViewController.swift... - rulerView.separatorColor = theme.invisibles
+ rulerView.drawSeparator = false |
@austincondiff |
@austincondiff I think this CodeEdit is a great project and I'll comment as soon as I find an issue I can do myself! |
I am currently finalizing my pull request for the STTextView repository. With that, we can add line highlighting, just like in Xcode. |
Closing this as the line highlight has been implemented. |
Current line needs to be highlighted and current line number is primary text color.
The text was updated successfully, but these errors were encountered: