Skip to content

Releases: gdelmas/IntelliJDashPlugin

3.3

16 Dec 01:32
Compare
Choose a tag to compare
  • Added non-smart "Search all Documentation" option
  • Java 9 SDK detection

3.2.5

14 Dec 02:06
Compare
Choose a tag to compare
  • Fixed Zeal Support
  • Go, Elixir & Erlang support

3.2.4

20 Jan 20:47
Compare
Choose a tag to compare
  • Dockerfile support

3.2.3

12 Apr 18:47
Compare
Choose a tag to compare
  • Dash 2.3 Remote redirection support
  • Clojure support

3.2.2

14 Feb 02:07
Compare
Choose a tag to compare
  • ActionScript support

3.2.1

30 Dec 00:22
Compare
Choose a tag to compare
  • Fixed an issue where context filters would not work

3.2

04 Dec 00:41
Compare
Choose a tag to compare
3.2
  • Toolbar icon support
  • Velocity support on Windows
  • Zeal support on Linux

3.2pre

26 Jul 02:24
Compare
Choose a tag to compare
3.2pre Pre-release
Pre-release

fixes #26
fixes #27

3.1

01 Jul 21:48
Compare
Choose a tag to compare
3.1

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 recognized. 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 be 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/ stands for.

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 enhanced.

Simplicity is really important to me, that's why I always try to keep the plugin smart, simple and settings free. I hope this helps you spend less time searching the reference. Make the best of it.

- 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.1 beta 2

30 Jun 00:17
Compare
Choose a tag to compare
3.1 beta 2 Pre-release
Pre-release
  • 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
  • performance and stability improvements