Skip to content

2.0 Beta Release Update 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Hosch250 Hosch250 released this 10 Jun 23:52

The first release after the beta, fixing many bugs reported from the beta and many new Source Control features.

  • Settings:
    • Inspection setting list no longer reorders when you change the inspection severity.
  • Source Control:
    • Now only allows you to merge local branches, as merging remote ones was a problem.
    • Now marks added and removed files as such, and removes removed files from the working directory.
    • Added a context menu to the lists of published and unpublished branches.
    • Notifies when files are modified externally from the VBE and prompts for a reload.
    • Renaming a component no longer results in the deletion of the old file and the creation of a new one in the source control versioning, but rather correctly handles renaming the old component.
  • Parser:
    • Fixed a grammar bug that caused a parser error when declaration section statements were indented.
    • No longer starts the resolver task when a parse task failed.
  • Code Explorer:
    • Now updates as soon as parsed declarations are available, instead of waiting for the resolver and inspections to complete.
    • No longer crashes when a folder node is double-clicked.
  • Test Explorer:
    • Now updates as soon as parsed declarations are available; still not perfect, but already faster than previous release.
  • Teardown:
    • Excel should no longer crash/restart when it is closed.