Skip to content

Releases: sokolovstas/SublimeWebInspector

Fixes especially for breakpoint overlays

22 Jul 06:09
Compare
Choose a tag to compare

•Fix draw and erase of breakpoint and instruction pointer overlays.
•Fix opening and activating view with file at the top of stack.
•Combine all "scopes" into a single pane, rather than opening a new pane for every scope.
•Add Clear all breakpoints command
•Show keyboard shortcuts in the commands. (Need to figure out how to get Sublime to show them natively)
•List commands in a sensible non-random order
•Enable F5 for starting browser
•Much refactoring for stability (move operations to main thread) and to pave the way for new features
•Other misc stability fixes

Remove BOM causing Mac trouble

11 Jul 23:02
Compare
Choose a tag to compare
st3-1.6.2

Remove byte order marks

Bug fixes and UX streamline

09 Jul 22:45
Compare
Choose a tag to compare
  • Responsiveness of clickable regions
  • Clear scope on resume
  • Clarify console prefixes and window titles
  • Clear windows on startup
  • Add new keyboard shortcuts
  • Rename add/remove breakpoint to toggle breakpoint
  • Enable against Internet Explorer

Bring up to date with fixes

05 Jul 03:21
Compare
Choose a tag to compare

Bring up to date with fixes
Change to prefixed-semantic-version format required by Sublime Package Control schema_version 3.0

Change to prefixed-semantic-version format required by Sublime Package Control schema_version 3.0

05 Jul 03:22
Compare
Choose a tag to compare

Change to prefixed-semantic-version format required by Sublime Package Control schema_version 3.0
No actual change made to ST2 branch.