Skip to content

Commit

Permalink
Preparing for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Mar 27, 2016
1 parent 58cb512 commit 0e7e2bf
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 5 deletions.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2016 Lisachenko Alexander <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
19 changes: 14 additions & 5 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<idea-plugin version="2">
<id>com.aopphp.go.framework</id>
<name>Go! AOP Framework</name>
<version>0.1.1</version>
<version>1.0.0</version>
<vendor email="[email protected]" url="http://go.aopphp.com">Go! AOP Framework</vendor>

<description><![CDATA[
<h1>Go! AOP Plugin</h1>
<br>
<a href="https://github.com/lisachenko/idea-go-aop-plugin">GitHub</a> | <a href="https://github.com/lisachenko/idea-go-aop-plugin/issues">Issues</a><br>
<a href="https://github.com/goaop/idea-plugin">GitHub</a> | <a href="https://github.com/goaop/idea-plugin/issues">Issues</a><br>
<br>
<h2>Installation</h2>
Expand All @@ -20,17 +20,26 @@
<h2>Features</h2>
<ul>
<li>Go! AOP pointcut syntax highlighting and parsing</li>
<li>Analysis of pointcuts and line marker to navigate to the concrete advice</li>
<li>Highlighting of incorrect doctrine annotations for @access, @execution and @within pointcuts</li>
<li>Completion of doctrine annotations @access, @execution and @within pointcuts</li>
<li>Completion of visibility modifiers and pointcut keywords</li>
<li>Automatic injection of pointcut language into the Go\Lang\Annotation\* annotations</li>
<li>Color settings adjustment for pointcut expressions</li>
</ul>
<h2>Todo</h2>
<ul>
<li>Pointcut analyser</li>
<li>Completion contributor</li>
<li>Completion contributor for class names and reference provider</li>
</ul>
]]></description>

<change-notes><![CDATA[
<h2>1.0.0</h2>
<ul>
<li>Implemented pointcut engine for Java</li>
<li>Line markers for properties and methods that advised by aspects with quick navigation to aspect</li>
</ul>
<h2>0.1.1</h2>
<ul>
<li>Automatic pointcut query language injection into an annotations and pointcut query builder methods</li>
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PhpStorm / Go! AOP Framework integration plugin
-----------------

Provides Go! AOP Framework support for PhpStorm IDE such as pointcut highlighting, analysis, referencing and much more, allowing native feeling of AOP in project.

[![GitHub release](https://img.shields.io/github/release/goaop/idea-plugin.svg)](https://github.com/goaop/idea-plugin/releases/latest)
[![Minimum IDEA Version](http://img.shields.io/badge/IDEA-131-8892BF.svg)](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html)
[![License](https://img.shields.io/github/license/goaop/idea-plugin.svg)](https://github.com/goaop/idea-plugin)

Installation
---------------

Open "Settings > "Plugins", select "Browse Repositories" and type "Go! AOP" or install [plugin](https://plugins.jetbrains.com/plugin/7785) directly.
Install it and [PHP Annotations Plugin](http://plugins.jetbrains.com/plugin/7320), then restart your IDE

Features
----------
- Go! AOP pointcut syntax highlighting and parsing
- Analysis of pointcuts and line marker to navigate to the concrete advice ![IDEA Pointcut analysis](https://raw.githubusercontent.com/goaop/idea-plugin/master/images/advise-navigation.gif)
- Highlighting of incorrect doctrine annotations for @access, @execution and @within pointcuts
- Completion of doctrine annotations @access, @execution and @within pointcuts ![Doctrine annotation completion](https://raw.githubusercontent.com/goaop/idea-plugin/master/images/doctrine-completion.gif)
- Completion of visibility modifiers and pointcut keywords
- Automatic injection of pointcut language into the Go\Lang\Annotation\* annotations
- Color settings adjustment for pointcut expressions
Binary file added images/advise-navigation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/doctrine-completion.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e7e2bf

Please sign in to comment.