-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This commit resolves the issue while still maintaining the current behaviour. Changes: · ReText/__init__.py Change default value of highlightCurrentLine to 'disabled'. · ReText/config.py Add a combobox for the line highlighting setting with options: - "Disabled": no line highlighting; - "Cursor Line": line highlighting till EOL (current behaviour); - "Wrapped Line": line highlighting for whole wrapped line. · ReText/editor.py Modify highlightCurrentLine() to achieve the intended behaviour.
- Loading branch information
nihillum
authored
Aug 7, 2020
1 parent
9d955a8
commit 0e065a5
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters