Skip to content

Releases: barcharcraz/VisualNimrod

Alpha 2

05 Aug 21:19
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release
  • Completions are now async and do not prevent the user from entering code while the nimrod compiler is generating the completions
  • Completions are much more stable and should cause exceptions much less often
  • the lexer is more complete and less buggy
  • highlighting text via double click behaves closer to every other editor on the planet

Alpha 1

24 Jul 16:05
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

First pre-packaged release, it is usable for writing real code but expect bugs. Note that the nimrod compiler (nimrod.exe) must be on your path for the completion and goto definition functions to work. Also note that VisualNimrod uses the Microsoft Visual C compiler and at the moment that can not be changed.

Known issues:
completion does not always return great results, this is an issue in nimrod idetools