Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkurecka committed Mar 7, 2016
1 parent f460f5e commit 3ae753e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Recommended shortcut: <kbd>CTRL+SHIFT+ALT+L</kbd>

### Toggle Quotes
Switches between single and double quotes inside a string literal.
It works in PHP, JavaScript<sup>1</sup>, CoffeeScript<sup>1</sup>, Python and CSS.<br>
<sup>1</sup> Requires enabled JSIntentionPowerPack plugin<br>
It works in most languages, for JavaScript/CoffeeScript plugin "JavaScript Intention Power Pack" must be enabled.<br>
Recommended shortcut: <kbd>CTRL+'</kbd>

### Break Quotes
Expand All @@ -22,7 +21,7 @@ operators with the caret between them. For example:<br>
will become<br>
`var a = "Hello " + | + "world."`.<br>
<br>It works in most languages and with multiple carets.<br>
Recommended shortcut: <kbd>ALT+.</kbd>
Recommended shortcut: <kbd>CTRL+.</kbd>

### Move Caret to Next/Previous Paragraph
Moves caret to the first empty line.<br>
Expand All @@ -36,9 +35,16 @@ Recommended shortcut: <kbd>CTRL+SHIFT+DOWN/UP</kbd>
Shows current file in the project tool window.<br>
Recommended shortcut: <kbd>CTRL+SHIFT+Y</kbd>

### Search Online
Searches the selection or word at the caret via Google.<br>
Recommended shortcut: <kbd>SHIFT+F1</kbd>

## Installation
Inside the IDE go to _Settings|Plugins_, click _Browser Repositories..._ and search for 'Extra Actions'.

#### Shortcuts
No shortcuts are set by default. This is done to prevent conflicts.
You can easily set them by going to _Settings|Keymap|Plugins|Extra Actions_.

#### License
Apache 2.0
16 changes: 12 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>cz.daku.intellij.extraActions</id>
<name>Extra Actions</name>
<version>1.0</version>
<version>1.1</version>
<vendor email="[email protected]">Daniel Kurecka</vendor>

<description><![CDATA[
Expand All @@ -10,10 +10,18 @@
at github for list and description.
]]></description>

<!--<change-notes><![CDATA[
<change-notes><![CDATA[
<b>1.1</b><br>
<ul>
<li>New action: Search Online</li>
<li>Toggle Quotes action now works with Ruby, HTML and other languages</li>
</ul>
<b>1.0</b><br>
<ul>
<li>First relase</li>
</ul>
]]>
</change-notes>-->
</change-notes>

<idea-version since-build="135"/>
<depends>com.intellij.modules.lang</depends>
Expand Down

0 comments on commit 3ae753e

Please sign in to comment.