<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to blog</title><link href="https://sourceforge.net/p/locationnav/blog/" rel="alternate"/><link href="https://sourceforge.net/p/locationnav/blog/feed.atom" rel="self"/><id>https://sourceforge.net/p/locationnav/blog/</id><updated>2021-04-19T15:25:36.783000Z</updated><subtitle>Recent posts to blog</subtitle><entry><title>changelog-LocationNavigate</title><link href="https://sourceforge.net/p/locationnav/blog/2021/04/changelog-locationnavigate/" rel="alternate"/><published>2021-04-19T15:25:36.783000Z</published><updated>2021-04-19T15:25:36.783000Z</updated><author><name>Austin Young</name><uri>https://sourceforge.net/u/pattazl/</uri></author><id>https://sourceforge.net55162c5123105d7618cdcf06b044a3a36990f7c1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;LocationNavigate is a plugin for Notepad++ , and it is usefull for code/text edit and view, especially for many and large text files.&lt;br/&gt;
V0.4.8.1&lt;br/&gt;
fix the bug that marker will not work when keep undo&lt;/p&gt;
&lt;p&gt;V0.4.8.0&lt;br/&gt;
improve the algorithm of marker ,make it work better &lt;/p&gt;
&lt;p&gt;V0.4.7.9&lt;br/&gt;
fix the bug that sometimes crash when save on x64&lt;/p&gt;
&lt;p&gt;V0.4.7.8&lt;br/&gt;
support x64&lt;/p&gt;
&lt;p&gt;v0.4.7.7&lt;br/&gt;
1. Add function, make it vertically centered when jump&lt;br/&gt;
2. Fix the bug, recorded too may entries when kept pressed arrow down/up&lt;br/&gt;
3. Fix the bug, filename in record will not be changed right now when save file.&lt;/p&gt;
&lt;p&gt;v0.4.7.6&lt;br/&gt;
1. Fixed the bug that it will change the marker of file which before opened if open an exist file.&lt;/p&gt;
&lt;p&gt;v0.4.7.5&lt;br/&gt;
1. Add AutoRecord, ManualRecord, ClearAllRecords functions in the menu, AutoRecord checked is default.&lt;/p&gt;
&lt;p&gt;V0.4.7.4&lt;br/&gt;
1. Fix the bug, marker is not changed as expected in sometimes when file saved&lt;/p&gt;
&lt;p&gt;V0.4.7.3&lt;br/&gt;
1. Improve method of making and showing marker, when other plugin auto-modify will skip(e.g. compare plugin)&lt;br/&gt;
2. Enhance marker performance when multi-line paste and modify.&lt;/p&gt;
&lt;p&gt;V0.4.7.2&lt;br/&gt;
1. Fix the bug that it will crash when exit NPP in some PC&lt;br/&gt;
2. Fix the marker style will be changed when use compare plugin&lt;br/&gt;
3. Add docking dialog's icon&lt;/p&gt;
&lt;p&gt;V0.4.7&lt;br/&gt;
1. Add some mark symbol, such as underline,rectangle,roundrect,circle,triangle,arrow.&lt;/p&gt;
&lt;p&gt;V0.4.6&lt;br/&gt;
1. Add 'Save Color' for mark line when file saved&lt;br/&gt;
2. Fix mark line bug when searching in files.&lt;/p&gt;
&lt;p&gt;V0.4.5.1&lt;br/&gt;
1. Try to add multi-line marked when paste multi-lines&lt;/p&gt;
&lt;p&gt;V0.4.5&lt;br/&gt;
1. Add selfmark when mark edited line&lt;/p&gt;
&lt;p&gt;V0.4.4.1_Alpha&lt;br/&gt;
1. Try to remove Markline when Undo action&lt;/p&gt;
&lt;p&gt;V0.4.4(v0.4.3.2) Feature list&lt;br/&gt;
1.Add 'Mark' function can mark the modified line by color or bookmark&lt;br/&gt;
2.Add work thread to manage the data, so will be more quickly&lt;/p&gt;
&lt;p&gt;V0.4.2 Feature list&lt;br/&gt;
1.Add 'In Curr' for goto position only current file&lt;br/&gt;
2.If 'In Curr', it will auto omit the same position at same file&lt;br/&gt;
V0.4 Feature list&lt;br/&gt;
1. Add 'Save record when App exit', Record data when application exit and it will be loaded in next run&lt;br/&gt;
2. Fixed the bug ( When NPP is start with none file and then open some file, the 'new 1' record will appear in record)&lt;/p&gt;
&lt;p&gt;V0.3 Feature list &lt;br/&gt;
Automatic record the cursor position, you can set each position offset.&lt;br/&gt;
You can jump to any position that your cursor have been visited.&lt;br/&gt;
Can use shortcut( ctrl + - for back position and ctrl + shift+ - for forward position ) to jump code back and forward&lt;br/&gt;
History position can automatic adjusted when text modify.&lt;br/&gt;
Support jump between open files, if files closed ,it will open it automatic.&lt;br/&gt;
Location history can be set to whether cleaned when file is closed&lt;br/&gt;
Can jump to any modified location ( ctrl+atl + z ) back and forward ( ctrl+atl + y ) in the history list it is marked by '!'&lt;br/&gt;
Will always record the position even after you jumped by setting 'Always record'.&lt;br/&gt;
Toolbar's button will auto be diabled or enabled in different state &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ChangeLog-NewFileBrowser</title><link href="https://sourceforge.net/p/locationnav/blog/2021/04/changelog/" rel="alternate"/><published>2021-04-19T15:22:09.104000Z</published><updated>2021-04-19T15:22:09.104000Z</updated><author><name>Austin Young</name><uri>https://sourceforge.net/u/pattazl/</uri></author><id>https://sourceforge.net91a771d405838a38bbe867cca1c541dfe668d954</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;NewFileBrowser is a plugin for Notepad++, and it can define 2 new file's text and have a inner webbrowser which could run current file&lt;br/&gt;
v0.1.5&lt;br/&gt;
add new file type and fixed sometimes crash on x64&lt;/p&gt;
&lt;p&gt;v0.1.4&lt;br/&gt;
support x64&lt;/p&gt;
&lt;p&gt;v0.1.3&lt;br/&gt;
1. Can define and name 20 templates for new files.&lt;br/&gt;
2. Fix the bug that create new HTML file and browse directly will be error.&lt;/p&gt;
&lt;p&gt;v0.1.2&lt;br/&gt;
1. Add icon on toolbar&lt;br/&gt;
2. Add function, auto show in browser when saved&lt;br/&gt;
3. Add could define the new file's encode by template file&lt;/p&gt;
&lt;p&gt;v0.1.1&lt;br/&gt;
1. Fix the bug when open more than one defined newfile&lt;br/&gt;
2. Add docking dialog's icon&lt;br/&gt;
3. System shortcut such as ctrl+A/ctrl+C doesn't work in webbrowser, but can't fix it, because NPP can't support define PreTranslateMessage&lt;/p&gt;
&lt;p&gt;V0.1.0&lt;br/&gt;
1. Use Ctrl+Shift+N or Ctrl+Shift+Alt+N to open a new file with default text which is defined yourself in template.&lt;br/&gt;
2. In template ^! means the default cursor position.&lt;br/&gt;
3. It has innner webbrowser with IE kernel, use Ctrl+E to browse current file in it&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>