Skip to content

Releases: zephir-lang/idea-plugin

0.3.0

12 May 19:39
Compare
Choose a tag to compare

Syntax recognition fixed

  • public static / public final
  • <SomeType[]>
  • let this->filter[] = filters;
  • this->filter["for" : "1"]
  • unset this->_data[offset];
  • protected _value { get, __toString }; / { get }; / { get, set };
  • return;
  let this->_validators = array_filter(validators, function(var element) {
    return typeof element[0] != "array" || !(element[1] instanceof CombinedFieldsValidator);
  });

Added keywords highlight: true, false, null

ZephirParserUtils have shifted to src scope, to help beginner start easier

Completion list now is shows arguments of method at top of the list,
also list shows variants doe to context (class, file, method)

Fixed highlight for "switch" keyword

06 May 17:19
Compare
Choose a tag to compare
  • Fixed highlight for "switch" keyword
  • Updated readme to expand information about how to start develop the Zephir plugin
  • Changed depended lib to support by now days IDE

Added brace matching

22 Sep 16:00
@nkt nkt
Compare
Choose a tag to compare
0.2.4

Bump version

Fixed build

20 Sep 02:01
@nkt nkt
Compare
Choose a tag to compare
0.2.3

Bump version

Improve highlighter, added color settings page

15 Sep 17:13
@nkt nkt
Compare
Choose a tag to compare

0.2.1

15 Sep 08:44
@nkt nkt
Compare
Choose a tag to compare
Bump version

Syntax highlighting

14 Sep 22:56
@nkt nkt
Compare
Choose a tag to compare
0.2

Bump version, add description