Skip to content

Commit

Permalink
Updated nuspec and readme for v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Aug 20, 2015
1 parent 2d57ffa commit 830450e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@

<metadata>
<id>JLebosquain.EnhancedTooltip</id>
<version>2.4.0.9</version>
<title>Enhanced Tooltip (for R# 9.1)</title>
<version>2.4.0.10</version>
<title>Enhanced Tooltip</title>
<authors>Julien Lebosquain</authors>
<description>Colorizes the tooltip as well as the parameter information popup.</description>
<releaseNotes>
- [Fixed] No more duplicate or empty tooltips in Visual Studio 2015. (#39 #48 #50)
- [Fixed] Visual Studio 2015 colors are now correctly used. (#40)
- [Fixed] The background color of the text editor is now used by the tooltip to avoid unreadable text with light-on-dark or dark-on-light themes. (#44)
- [Fixed] There is now a tooltip when hovering the "var" keyword followed by an array. (#36)
- [Fixed] Types in the global namespaces aren't displayed with a leading dot anymore. (#37)
- [Fixed] Exception labels were incorrectly stretched. (#53)
- [Fixed] Trackable tooltips don't close automatically anymore.
- [Added] The width of the tooltip can now be limited, defaults to 50% of the screen width. (#33)
- [Added] Class modifiers (abstract/sealed/unsafe) can now optionally be displayed. (#49)
- [Removed] No more support for ReSharper 8.2.3 (old version stays available).
</releaseNotes>
<projectUrl>https://github.com/MrJul/ReSharper.EnhancedTooltip/</projectUrl>
<iconUrl>https://raw.github.com/MrJul/ReSharper.EnhancedTooltip/master/Logo/Logo128.png</iconUrl>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

What's ReSharper.EnhancedTooltip?
--------------
It's a plugin for [JetBrains ReSharper](http://www.jetbrains.com/resharper/) v8.2 and v9.0 that enhances the tooltip and parameter information popup.
It's a plugin for [JetBrains ReSharper](http://www.jetbrains.com/resharper/) v9.1 that enhances the tooltip and parameter information popup.

- Colorizes tooltips and parameter information popups for C#.
- Displays icons for identifiers and issues in the tooltip.
Expand All @@ -13,8 +13,8 @@ It's a plugin for [JetBrains ReSharper](http://www.jetbrains.com/resharper/) v8.

Installation
------------
Visual Studio 2012 and 2013 are supported.
ReSharper 8.2 or 9.0 must be installed.
Visual Studio 2012, 2013 and 2015 are supported.
ReSharper 9.1 must be installed.

Install the plugin using the built-in Extension Manager from the ReSharper menu.

Expand Down
Binary file modified Screenshots/Options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 830450e

Please sign in to comment.