|
1 | 1 | # intellij-runescript Changelog
|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
| 4 | + |
| 5 | +## [1.4.0] - 2023-10-15 |
| 6 | + |
4 | 7 | ### Added
|
| 8 | + |
5 | 9 | - Add documentation support based on the KDoc.
|
6 | 10 |
|
7 | 11 | ### Fixed
|
| 12 | + |
8 | 13 | - Fix regular expressions not being allowed in hook transmits list.
|
9 | 14 | - Fix invalid symbol file inspection reporting an error for "commands.sym".
|
10 | 15 | - Fix "Create procedure" placement of script.
|
|
13 | 18 | - Fix renaming for config/sym references.
|
14 | 19 |
|
15 | 20 | ### Changed
|
| 21 | + |
16 | 22 | - Inspections that require symbols will no longer run on files outside the project.
|
17 | 23 | - Update the file extension for commands from ".op" to ".cs2".
|
18 | 24 | - Improve the handling and parsing of block comments.
|
|
22 | 28 | ## [1.3.0] - 2023-08-30
|
23 | 29 |
|
24 | 30 | ### Added
|
| 31 | + |
25 | 32 | - Add a formatter option for space around commas in return lists.
|
26 | 33 | - Add a formatter option for space within return list parenthesis.
|
27 | 34 | - Add error recovery for statements.
|
|
30 | 37 | - Add clientscript.sym to valid symbol file types.
|
31 | 38 |
|
32 | 39 | ### Changed
|
| 40 | + |
33 | 41 | - The build window will now display internal compiler errors as well.
|
34 | 42 | - The build system will now save all documents automatically upon building.
|
35 | 43 |
|
36 | 44 | ### Fixed
|
| 45 | + |
37 | 46 | - Fix a bug with script block indentation.
|
38 | 47 | - Fix missing indentation for file block.
|
39 | 48 | - Fix type checking for expression lists.
|
|
45 | 54 | ## [1.2.0] - 2023-08-18
|
46 | 55 |
|
47 | 56 | ### Added
|
| 57 | + |
48 | 58 | - Support for basic spell checking and custom dictionary.
|
49 | 59 | - Support for specific parameter types in triggers.
|
50 | 60 | - Support for game variable type checking/refactoring/find usages.
|
51 | 61 | - Support for constant type checking/refactoring/find usages.
|
52 | 62 |
|
53 | 63 | ### Changed
|
| 64 | + |
54 | 65 | - Fix issue with symbol file type inspection using outdated types.
|
55 | 66 |
|
56 | 67 | ## [1.1.0] - 2023-08-11
|
57 | 68 |
|
58 | 69 | ### Added
|
| 70 | + |
59 | 71 | - Support for injecting languages into string literals.
|
60 | 72 | - Support for parsing hooks from string literals.
|
61 | 73 | - The plugin now has an icon instead of the default.
|
62 | 74 |
|
63 | 75 | ### Changed
|
| 76 | + |
64 | 77 | - The new file action no longer shows on top of everything else.
|
65 | 78 |
|
66 |
| -[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...HEAD |
| 79 | +[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.0...HEAD |
| 80 | +[1.4.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...v1.4.0 |
67 | 81 | [1.3.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.2.0...v1.3.0
|
68 | 82 | [1.2.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.1.0...v1.2.0
|
69 | 83 | [1.1.0]: https://github.com/waleedyaseen/intellij-runescript/commits/v1.1.0
|
0 commit comments