Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

97 lines (53 loc) · 1.61 KB

Things to look into

  • Add a preview pane in the options page. That would be a nice touch to have.
  • Custom tokens

Changelog

2.3

2019-02-08

  • Support VS2019

2.2

2018-10-23

  • Fixed issue #23
  • Code cleanup

2.1

2017-10-4

  • The user can use custom comment tokens

2.0

2017-06-12

  • Redesigned the whole tagging process
    • Every content type (language) has its own comment parser
  • Fixed the issue with Strikethrough and Underline decorations.
  • Added an option to disable the strikethrough of double comments.

1.6

2017-04-2

  • Bug fix. (Issue #11)

1.5

2017-03-31

  • Support Visual Studio 2017

1.4

2016-09-26

  • Bug fix (Issue #10).

1.3

2016-09-25

  • Added an option to color only the "TODO" keyword instead of the whole task comment.
  • Added an option to underline important comments.

1.2

2016-09-24

  • Used slider controls for Size and Opacity instead of the ugly combobox.

1.1

2016-05-28

  • Fixed the Italic option issue. It works properly now.

1.0

2016-05-18

  • Add extra comment classifications
    • Comment-Important
    • Comment-Question
    • Comment-Crossed
    • Comment-Task
  • Highlight each comment classification with customizable color
  • Support C#, F#, VB.NET, C/C++, JavaScript, Python, HTML, and XAML
    • Highlighting single-line comments works across all supported languages
    • Highlighting multiline comments works only in C#
  • Control comments font and opacity
  • Add Options page for comments font and opacity settings