Skip to content

Commit

Permalink
update navigateTo plugin to vesion 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Mar 20, 2018
1 parent 69b5457 commit 95ecef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions plugins/plugins64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,16 +511,16 @@
</install>
</plugin>
<plugin name="NavigateTo">
<x64Version>1.12.3</x64Version>
<x64Version>1.12.4</x64Version>
<description>Do you have more then 10 open tabs? than this plugin is for you.\n\nNavigate To is a new and efficient way to quickly navigate between tabs(files) in your Notepad++. It allows you to search for a symbol or filename, filepath by matching against a keyword you type in, and get a real time preview while going through the search results by Shift key.\nAnd YES indeed you can uncheck the Multi-line option, in the Preferences &gt; General &gt; Tab Bar zone because you don’t need the multi-lines tab feature anymore :)\n\nAuthor: Oleksii Maryshchenko\nEmail: young_developer@mail.ru</description>
<author>Oleksii Maryshchenko</author>
<homepage>https://github.com/young-developer/nppNavigateTo</homepage>
<sourceUrl>https://github.com/young-developer/nppNavigateTo</sourceUrl>
<latestUpdate>Version 1.12.3\n-Crash in x32bit version was fixed.\n--\n**New features and enhancements:**\n- Right-click context menu for files like in NPP was added.\n- File preview functionality was added.\n- Minimum window size was set to 400x200\n- New column 'View' was added.\n- Number of matching results was moved to form title.\n- File status functionality was implemented:\nBlack - SAVED\nRed - UNSAVED\nGrey - READONLY \n\n**Bugs:** \n- Unicode search, open and highlight bugs(filenames and paths with letters like é, à or else ) were fixed.\n- Filter editbox could not be unfocused now. \n\n**Other:**\n- Filter is case insensitive and highlight only first sub-string match. \n\n**Tips &amp; Tricks** \n- Hold &lt;kbd&gt;ALT&lt;/kbd&gt; and press &lt;kbd&gt;&lt;/kbd&gt; or &lt;kbd&gt;&lt;/kbd&gt; to open search history.\n- Open NavigateTo form and then hold &lt;kbd&gt;SHIFT&lt;/kbd&gt; and press &lt;kbd&gt;&lt;/kbd&gt; or &lt;kbd&gt;&lt;/kbd&gt; to preview files.</latestUpdate>
<latestUpdate>13-03-2018 Version 1.12.4\n-Issues #8 , #9 were resolved.\n-Ctrl+A functionality was restored.</latestUpdate>
<stability>Good</stability>
<install>
<x64>
<download>https://github.com/young-developer/nppNavigateTo/releases/download/1.12.3/NavigateTo_x64.zip</download>
<download>https://github.com/young-developer/nppNavigateTo/releases/download/1.12.4/NavigateTo_x64.zip</download>
<copy from="bin64\NavigateTo.dll" to="$PLUGINDIR$\" validate="true"/>
</x64>
</install>
Expand Down
2 changes: 1 addition & 1 deletion plugins/validate.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
},
"NavigateTo":
{
"228f3d86722339711a516f700d9ad465": "NavigateTo.dll"
"c605f8b596d053bc659d588d9e5623f1": "NavigateTo.dll"
},
"Poor Man's T-Sql Formatter":
{
Expand Down

0 comments on commit 95ecef7

Please sign in to comment.