Jinnee.Prelude is open source now
Checkout Jinnee.Prelude Successor: Jineee.Genesis 2016 Beta (for VS 2015)link ----------------------------------------------------------------------------
An inline resource editor tool. This tool will help you manage strings without leaving the code editor. You can add, change or delete existing strings. All nagivation is done via the keyboard, but using mouse is also possible and easy. From 1.4 version options are added so you can choose how to activate the editor: whether to use custom highlight or to use smart tags. How to use: To activate the editor, depending on what are your settings, you can: - either press Enter key if focus rectangle is used to higlight the string - or you can use smart tags if smart tags are used to higlight the string To deactivate the editor press Escape, depending which view is active, you will need to press Escape several times, but it should be intuitive and obvious Supported types: - C# - VB.NET - XAML - ASPX, ASCX - CSHTML - VBHTML
Some pics: Adding new string:
Browsing existing strings:
Releases: 1.5 Update -Fixed a bug: Smart tags are not working on projected views (vbhtml, cshtml, aspx, ascx) - Added trace log file - Removed support for VS 2015 1.4 Update - Fixed a bug: Plugin crashes when using Diff (show differences) window - Added a full resource path in the resources combobox when there are multiple resources with the same name - Added an option to choose whether to use smart tags or custom rectangle for string highlight - Added update string feature - Added delete and update buttons on the string edit control 1.3 Update - Added support for following types: vb, vbhtml, cshtml, aspx, ascx 1.2 Update - Fixed a bug: strings are not loaded when other types of resources are present in resource file - Added UI for adding resource file when there are no detected reosources in the current project - All strings in all resources are now checked for uniqueness (in contrast to previous version, strings are checked just against the selected resource) - Added suggestion list - Strings grid is separated into a new window - Changed the UI 1.1 Update - Fixed a bug: Extensions is crashed when "Go to definition" is used twice in a row - Added support for xaml files - Added cancel option for focus rectangle on "Esc" key - Improved focusing, focus is showed only when cursor is within the quotes (before was showed on edges too) - Focus rectangle is made thinner - The name of extension changed to "Jinnee.Prelude" 1.0 Initial release |