Skip to content

V1.1.1 REX-Diagnostics

Compare
Choose a tag to compare
@thorgeirk11 thorgeirk11 released this 10 Apr 19:02
· 27 commits to master since this release

Version 1.1.1

Improvements

  • Automatic scope detection
    • Rex now figures out if an expression fails due to a missing using statement.
  • Added enum support in output.
  • Improved displaying of exceptions in output.
  • Intellisence now displays the contents of Arrays.
  • Code completion is now case insensitive.
  • History now has vertical scrolling as well as horizontal.

Code Refactorings:

  • Intellisence now gets info about what type of member the entry is. e.g Property, Method or Field.
  • Namespace info is now only loaded once and then serialized with the editor window
  • Macro & Usings managers now use the EditorPrefs instead of a file.
  • Lazy loading for RexUtils class instead of loading on each script compilation.
  • Split up the code into more logical parts.
  • Redesigned the output architecture.
  • Centralizing access to all static text in the UI.