Skip to content

Releases: gdelmas/IntelliJDashPlugin

3.1 beta 1

04 Jun 11:00
Compare
Choose a tag to compare
3.1 beta 1 Pre-release
Pre-release
  • added sdk detection for android projects
  • 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
  • stability improvements

3.0.1

24 Apr 22:48
Compare
Choose a tag to compare
- fixed missing Ruby context recognition

3.0

23 Apr 21:53
Compare
Choose a tag to compare
3.0
- added context aware search

3.0 beta 1

05 Apr 16:59
Compare
Choose a tag to compare
3.0 beta 1 Pre-release
Pre-release
- Context aware search
Beta notes

The "context aware search" uses a completely rewritten lookup system, that will result in different search results than previous versions.

Right now only IntelliJ IDEA, Android Studio, WebStorm and PhpStorm will have filtered results. I hope the community can help create and complete the lists for RubyMine and PyCharm.

After searching, the IDE notification bar will show something like this: "Searching Dash docsets with language: XML (resolved to: *)"

This means there are no keywords registered for the language "XML". Keyword registrations can be found in KeywordLookup.java. Available keywords in a per filetype base are documented here. The idea of context aware search is to use as little keywords as possible for each context, to get better search results.

Check #15 for feedback

2.2

15 Dec 21:04
Compare
Choose a tag to compare
2.2
- compatibility and stability fixes

2.1

24 Nov 16:18
Compare
Choose a tag to compare
2.1
- added Ruby syntax support
- stability fixes

2.0

13 Nov 18:11
Compare
Choose a tag to compare
2.0
Added Dash docset keyword support