All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 - 2020-05-24
- Amended Color Scheme configuration
- Introduced recognition of angle brackets as paired ones
- Added ability to create an empty Zephir File
- Migrated build to Gradle
- Rewrote plugin from Java to Kotlin
- Redesigned logic, determining when a closed brace/bracket should be inserted after an opened one
- Corrected
New > Zephir File
dialog to use project's directory as a namespace
- Drop support of IDE's versions below
191
0.3.6 - 2020-05-18
- Updated file icons
- Corrected
change-notes
section to store changes only for the latest version of the plugin
0.3.5 - 2020-05-13
- Drop support of IDE's versions below
182
0.3.4 - 2020-05-12
- Replaced usage of deprecated API by new one
0.3.3 - 2019-09-07
- Fixed recognizing strings with regular expressions
0.3.2 - 2017-12-27
- Completion list now shows members of class
- Improved syntax support
0.3.1 - 2017-05-18
- Fixed many bugs with syntax recognition
- Fixed extra space in completion for method params
0.3.0 - 2017-05-12
- Added few words to highlight
- Improved completion
- Fixed many bugs with syntax recognition
0.2.5 - 2017-05-06
- Fixed
switch
keyword detection
0.2.4 - 2014-09-22
- Added brace matching support
0.2.3 - 2014-09-20
- Fixed build
0.2.2 - 2014-09-15
- Added color settings page
- Improve highlighter
0.2.1 - 2014-09-15
- Disabled "New Zephir class" dialog
0.2 - 2014-09-15
- Added lexer and simple syntax highlighter
- Initial release