Skip to content
chcg edited this page Nov 19, 2021 · 5 revisions
4.2 Release
  • just an N++ Plugin release
  • updated dllexport data for x64 builds
  • updated used nuget packages
  • updated ilmerge tool
  • updated to dotnet framework 4
  • appveyor.yml CI for VS2015 and VS2017
4.1 Release
  • Updated UI to have ability to customize themes and font size used to display treeview.
  • Added ability to customize theme colors, so colors will not be automatically fetched from current Visual Studio theme.
  • Improved Notepad++ plugin implementation.
  • Removed visual studio 2008 addin code.
4.0 Release
  • Switched parsing engine from outdated Microsoft JScript compiler to JInt Parser which contains a C# port of the Esprima Javascript parser. This is going to fix a lot of bugs and bring ES6 support.
  • Upgraded to support VS2015
  • Fixed some minor bugs
  • Changed the way as anonymous functions are showing in the tree. Logic was a bit simplified in order to clean up tree structure and remove visual noise.
3.7 Release
  • Added setting not to show error on debugger keyword
  • Added option to ignore code between jsparser:off and jsparser:on statements
  • Added setting to hide error notification top bar
  • Fix Issue 36: using AJAX Toolkit ScriptManager causes false positives
  • Settings UI improved
3.6 Release
3.5 Release
  • Improved parser logic.
  • Performance optimizations.
  • Small UI improvements.
  • Option to hide anonymous functions.
  • Change location of JSParser menu in VS2008.
  • Bug fixes.
  • Remove buggy option Auto show\hide.
  • Fixed old version info in 3.4 release leading to wrong version detection
3.3 Release
  • Show errors in javascript.
  • Show //TODO: comments in special task list.
3.2 Release
  • Configurable font and color for marks. Configuration is available in Settings dialog.
  • Add parameters for function chains - for jQuery selectors it's very useful.
  • Fix Try-Catch block were not analyzed.
  • Fix unexpected collapse of node when change signature of function.
  • Other fixes
3.1 Release
  • Option for automatically Expand\Collapse nodes in tree.
  • Option for automatically Show\Hide addin tool window.
  • Various bug fixes.
3.0 Release
  • Find feature. (supports hotkey) To configure hotkey please use Visual Studio hotkey manager. Navigate Tools/Options/Environment/Keyboard and do search for command "!JavascriptParser.Find" for VS2010 or "JSparser.Connect.Find" for VS2008. Then specify your hotkey. By default it should be Shift+Alt+J.
  • Show line numbers in tree.
  • Automatic track active function while working in text editor.
  • Various bug fixes.
2.0 Release
  • Support of <script></script> blocks in non-js files (*.html, *.aspx, etc)
  • Ignoring asp.net-specific tags (<%= %>) from source code to maintain valid javascript.
  • Added marks. This marks are saved when restarted Visual Studio and allows to remember some points in the large scripts.
  • Solution restructuring for future support native VS2010 add-in format.

Clone this wiki locally