Skip to content

Releases: ArtsiomCh/JDCleanRead

0.3.1

20 Nov 19:08

Choose a tag to compare

0.3.1 - Make new functionality (see 0.3.0) available since 181.0 instead of 183.0

0.3.0

12 Nov 03:37

Choose a tag to compare

0.3.0 - Multi-line Html/Javadoc tag and tag's value support added (all possible cases founded). Also added/fixed:

  - Annotate Html/Javadoc tag and Html Escaped chars (with Bordering effect by default - customisable).

  - Customisation for <b> and <i> tags added.

  - Proper support for both Default and Darcula themes added.

  - fix IDEA-198738.

  - <a name=...> support (and separation from <a href=...>) added.

  - CPU usage and Mem allocation optimisations.

0.2.2

11 Sep 19:37

Choose a tag to compare

0.2.2 - Highlight <a href=...> tag value </a> (customisable).

0.2.1

26 Aug 19:47

Choose a tag to compare

0.2.1 - Few improvements:
  - @literal tag support added;
  - text inside @code and @literal is not interpreting as HTML markup;

0.2.0

16 Aug 03:07

Choose a tag to compare

0.2.0 - Refactoring and covering by tests. Plugin should be more stable and less error prone. Also fixed issues with:

  - Multiline @link and @code tag folding;

  - @linkplain tag added (@link rules applied);

  - Unescaping for not valid escaped chars sequence;

  - Not interpreting the text as HTML markup inside @code tag (<Generics>);

Initial release.

24 Jul 16:04

Choose a tag to compare

  * hiding(folding) HTML tags;
  * unescape HTML escaped chars;
  * text styles for tags: <code> | <tt> | <b> | <i> | @code | @link.