You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AppVeyor `VS2013` and `VS2015`[](https://ci.appveyor.com/project/pnedev/compare-plugin)
16
14
17
15
Build Compare plugin for Notepad++ from source:
18
16
-------------------------------
19
17
20
-
1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/jsleroy/compare-plugin/blob/master/projects/2013/Compare.vcxproj)
18
+
1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/pnedev/compare-plugin/blob/master/projects/2013/Compare.vcxproj)
21
19
2. Build Compare plugin [like a normal Visual Studio project](https://msdn.microsoft.com/en-us/library/7s88b19e.aspx). Available platforms are x86 win32 and x64 for Unicode Release and Debug.
22
20
3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles
23
21
@@ -32,16 +30,16 @@ Get Compare plugin for Notepad++ at the web:
32
30
-------------------------------
33
31
34
32
- via Notepad++ PluginManager
35
-
- from GitHub project link [Releases section](https://github.com/jsleroy/compare-plugin/releases)
36
-
- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/jsleroy/compare-plugin/history)
33
+
- from GitHub project link [Releases section](https://github.com/pnedev/compare-plugin/releases)
34
+
- manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/pnedev/compare-plugin/history)
37
35
38
36
Additional information:
39
37
----------
40
38
41
-
- Compare plugin for Notepad++ [Contributors](https://github.com/jsleroy/compare-plugin/graphs/contributors)
39
+
- Compare plugin for Notepad++ [Contributors](https://github.com/pnedev/compare-plugin/graphs/contributors)
42
40
- See also the [Notepad++ official site](http://notepad-plus-plus.org/) for more information.
43
41
44
42
Changelog:
45
43
----------
46
44
47
-
see [`ReleaseNotes.txt`](https://github.com/jsleroy/compare-plugin/blob/master/ReleaseNotes.txt)
45
+
see [`ReleaseNotes.txt`](https://github.com/pnedev/compare-plugin/blob/master/ReleaseNotes.txt)
0 commit comments