diff --git a/README.md b/README.md index 9ea405f..38f2b28 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. - Cosmetics: Added (same) icon for plugin as for file type. - Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file. - Performance improvement: Use Stub-Index for global labels and symbols. -- Bugfix: No longer reports a syntax error when file lacks terminating End-Of-Line +- Bugfix: No longer reports a syntax error when file lacks terminating End-Of-Line. +- Enhancement: Registers are now offered for code completion, making editing less annoying. ### V0.1 (20-Jul-21) diff --git a/build.gradle b/build.gradle index 675f821..9eb5a79 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,8 @@ patchPluginXml {
  • Cosmetics: Added (same) icon for plugin as for file type.
  • Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file.
  • Performance improvement: Use Stub-Index for global labels and symbols. -
  • Bugfix: No longer reports a syntax error when file lacks terminating End-Of-Line +
  • Bugfix: No longer reports a syntax error when file lacks terminating End-Of-Line. +
  • Enhancement: Registers are now offered for code completion, making editing less annoying.

    V0.1 (20-Jul-21)