Idea Plugin Versions Save

An IntelliJ plugin for editing Zephir code

0.4.0

3 years ago

All notable changes to this version has been documented in the CHANGELOG.md file.

0.3.6

3 years ago
  • Updated file icons
  • Corrected change-notes section to store changes only for the latest version of the plugin

0.3.5

3 years ago
  • Drop support of IDE's versions below 182

0.3.4

3 years ago
  • Replaced usage of deprecated API by new one

0.3.3

4 years ago
  • Fixed recognizing strings with regular expressions

0.3.2

6 years ago
  • Improved method modifiers support like:

    static protected final function foo ()
    {
    }
    
  • Fixed chain of call syntax support. For example:

    return (<ManagerInterface> this->manager)->setModelSchema(this, schema);
    

0.3.2-beta3

6 years ago
  • Fixed regex recognition
  • Fixed variable definition like
    {someVar} = someValue;
    

0.3.2-beta2

6 years ago
  • Reduced Phalcon syntax errors from 30 to 16
  • Fixed completion bug when invoking AC in method definition block

0.3.2-beta1

6 years ago

Introduced class members in completion list

0.3.1

6 years ago
  • Fixed 75% of syntax recognition collisions
  • Improved completion