-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Dramatically speed up Find > Replace All logic
[ENH] Minor text editor optimization by subclassing QPlainTextEdit [ENH] Active line highlighted in browser and editor [ENH] Ctrl+F shortcut auto-populates Find field with active cursor selection [ENH] Cleanup toolbar look on Mac, and reduce space taken up by Ctrl+F Find bar [ENH] improved usdz default layer logic [ENH] select find text in line edit with Ctrl+F [ENH] Support jumping to line number from link within the current file [BUG] Line numbers overlap when zooming out [BUG] Close Tab action not always active when it should be [BUG] Highlight document and hide any text not found label/icon on tab load [BUG] Ensure override cursor is properly restored [MNT] Add 'nonlocal' python3 keyword for syntax highlighting [MNT] Revamp Find "highlight all" logic to work with active line highlighting [MNT] Moving more tab logic to the class responsible for them [MNT] Use more constants to limit custom studio code changes [MNT] Documentation cleanup Signed-off-by: mds-dwa <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,091 additions
and
534 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
Large diffs are not rendered by default.
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 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
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
Oops, something went wrong.