forked from Megaxela/QCodeEditor
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style & feat: format codes & underline occurrence other than frame
The occurrences were framed, but it sometimes cost a long time which is perceptible by the users. What's worse, it sometimes needs many undos, which is described in Megaxela#20. After this change, the occurrences are underlined other than framed, and the words are find by whole-word rule. This is fast and doesn't need any undos. It may be possible to use frames which is more beatiful without being slow or modifying the text, but I'm just lazy to implement it.
- Loading branch information
Showing
6 changed files
with
71 additions
and
314 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.