Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@mds-dwa mds-dwa released this 04 Aug 16:42
· 15 commits to master since this release
3af50d3

Bug fixes:

  • Line numbers overlap when zooming out
  • Close Tab action not always active when it should be
  • Highlight document and hide any "text not found" label/icon on tab load
  • Ensure override cursor is properly restored

Enhancements:

  • Dramatically speed up Find > Replace All logic
  • Minor text editor optimization by subclassing QPlainTextEdit
  • Active line highlighted in browser and editor
  • Ctrl+F shortcut auto-populates Find field with active cursor selection
  • Cleanup toolbar look on Mac, and reduce space taken up by Ctrl+F Find bar
  • Improve usdz default layer logic
  • Select "Find" text in line edit with Ctrl+F
  • Support jumping to line number from link within the current file

Maintenance:

  • Add "nonlocal" python3 keyword for syntax highlighting
  • Revamp Find "highlight all" logic to work with active line highlighting
  • Move more tab logic to the classes responsible for it
  • Use more constants to limit custom studio code changes
  • Documentation cleanup