Skip to content

Releases: MattParkerDev/SharpIDE

v0.1.20

31 Jan 06:38

Choose a tag to compare

What's Changed

  • Debugging - scroll to stopped event line
  • Update to Godot 4.6
  • Rework completions v1 - use ShouldTriggerCompletion, custom trigger and draw completions popup
  • Fix/improve completion triggering, filtering and insertion
  • draw diagnostic underlines below completion popup
  • Refactor theme overrides to new central Dark theme
  • ✨ Create new Light theme
  • ✨ Add option to toggle theme in settings
  • Persist selected theme to AppState
  • README.md: update debug heading by @knocte in #61

New Contributors

Full Changelog: v0.1.19...v0.1.20

v0.1.19

20 Jan 15:00

Choose a tag to compare

⬆️ Bump SharpDbg version - resolve debugger hanging, dispose PEReader
Log SharpDbgInMemory logs to console

Full Changelog: v0.1.18...v0.1.19

v0.1.17

18 Jan 09:46

Choose a tag to compare

  • Cancel a running MSBuild action e.g. Build, Restore
  • Disable MSBuild action buttons when there is an active run
  • Add support for 'Executable' command in launchsettings.json - It is now possible to run SharpIDE from SharpIDE!
  • Fix run projects not receiving user environment variables on Windows
  • Automatically build project before running

Full Changelog: v0.1.16...v0.1.17

v0.1.16

10 Jan 11:51

Choose a tag to compare

⬆️ Bump SharpDbg version
Fix adding/removing breakpoints exception

Full Changelog: v0.1.15...v0.1.16

v0.1.15

06 Jan 23:00

Choose a tag to compare

✨ Add built-in SharpDbg support1

Full Changelog: v0.1.14...v0.1.15

  1. variables in lambdas and static async methods currently do not work. If you need to debug these, disable SharpDbg in settings, and use netcoredbg :)

v0.1.14

01 Jan 08:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

18 Dec 13:28

Choose a tag to compare

What's Changed

  • Debugger variables display - icons by @MattParkerDev
  • Debugger variables display - colours and nicer formatting by @MattParkerDev
  • Show caret line/column and selection character count by @MattParkerDev
  • CodeEditorPanel - Change font size via Ctrl+Scroll Wheel by @wsmxd in #44

New Contributors

  • @wsmxd made their first contribution in #44

Full Changelog: v0.1.12...v0.1.13

v0.1.12

14 Dec 12:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

12 Dec 13:25

Choose a tag to compare

  • Set debugger executable path in Settings popup
  • Debugger Step in (F11), Step out (Shift+F11), Continue (F5)
  • Select threads and stack frames and view variables
  • Publish win-arm64 release by @MattParkerDev in #28

Full Changelog: v0.1.10...v0.1.11

v0.1.10

10 Dec 11:02

Choose a tag to compare

✨ Show Project Analyzer Diagnostics in file
✨ Diagnostic info on hover
✨ Get Code fixes and refactorings from Project Analyzers

Full Changelog: v0.1.9...v0.1.10