From f7b8fec62191b6f4a752280a0ca4e2f983716f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Delma=CC=80s?= Date: Mon, 30 Jun 2014 02:01:32 +0200 Subject: [PATCH] changed plugin version & changenotes --- META-INF/plugin.xml | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index eded43a..a4182d1 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,14 +1,14 @@ com.paperetto.dash Dash - 3.1 beta 1 + 3.1 beta 2 Gerard Delmàs Flattr this +A simple and intelligent plugin for the IntelliJ Platform (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, Android Studio) that provides keyboard shortcut access for Dash.

-A simple and intelligent plugin for the IntelliJ Platform (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, Android Studio) that provides keyboard shortcut access for Dash. +Flattr this

Usage

The default shortcut assigned in the plugin is Mac-Shift-D. @@ -16,14 +16,43 @@ It either uses the caret position for the search, or the current selection. The

Dash

Dash is a Mac application for rapid search of developer documentation. There is a free, fully functional version with nags. It can be downloaded here.
+
+

What's new

+In the past months I have been adding and testing new features for the plugin. I am now happy to release a lot of these additions that will make your search results just better.
+
+From now on code in strings will be detected. This way it is no longer necessary to select a specific word, the plugin will automatically know what you want to look up by the caret position. A lot of strings contain SQL code and for these your results will only from a SQL docset. In Project Settings -> SQL Dialects you can set which SQL docset you want to search. There are docsets available for MySQL, PostgreSQL and SQLite.
+
+If you have the "Regular Expressions" cheatsheet installed in Dash you can lookup groups, quantifiers and special characters really quickly. Just try and check what /\v/ means.
+
+Android projects get results from the Android docs, not Java. Java results depend on the projects SDK setting, searching either Java 6, 7 or 8. The same goes for Python 2 or 3. Apart from that I added support for Bash, Go, Haskell, Lua, Markdown, Scala and TypoScript. Language support for JavaScript and others has been extended.
+
+Simplicity is really important to me, that's why I always try to keep the plugin smart and settings free. I hope this help you spend less time searching the reference. Make the best of it.
]]>
-3.0 Added Context aware search
-2.2 Compatibility and stability fixes
-2.1 Added Ruby syntax support, stability fixes
-2.0 Added Dash docset keyword support
+
+3.1
+    - language detection support in strings
+    - project settings sql dialect will be used
+      to filter search results
+    - android project support
+    - java search results according to projects
+      sdk version
+    - python search results according to
+      projects sdk version
+    - added language support for: Bash, Go,
+      Haskell, Lua, Markdown, Scala, TypoScript
+    - extended language support for: angularjs,
+      momen, require, awsjs, jasmine, sinon,
+      tornado, sqlalchemy, numpy, scipy, salt,
+      polymerdart, angulardart
+    - performance and stability improvements
+3.0.1 Fixed missing Ruby context recognition
+3.0   Added Context aware search
+2.2   Compatibility and stability fixes
+2.1   Added Ruby syntax support, stability fixes
+2.0   Added Dash docset keyword support
+
]]>