Skip to content
This repository was archived by the owner on Nov 25, 2017. It is now read-only.

Commit e150369

Browse files
author
crazy-max
committed
New bundle : 4.2.25.980
1 parent b714925 commit e150369

File tree

10 files changed

+974
-2
lines changed

10 files changed

+974
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### [Check compatibility with Neard](https://github.com/crazy-max/neard/wiki/toolNotepad2-mod#latest) before downloading.
44

5+
## r2 (2016/06/20)
6+
7+
* New bundle : 4.2.25.980
8+
* Bug with version 4.2.25.972
9+
510
## r1 (2016/05/16)
611

712
* Add bundle : 4.2.25.972
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Notepad2 Copyright � 2004-2011 Florian Balmer
2+
Notepad2-mod Copyright � 2010-2014 All contributors, see Readme-mod.txt
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are
7+
met:
8+
9+
1. Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
16+
3. Neither the name of Florian Balmer nor the names of its contributors
17+
may be used to endorse or promote products derived from this software
18+
without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
21+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.55 MB
Binary file not shown.
23.4 KB
Binary file not shown.
23.4 KB
Binary file not shown.

bin/notepad2mod4.2.25.980/Notepad2.txt

Lines changed: 897 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
This version of Notepad2 has been modified from Florian Balmer's original
2+
version using patches by Kai Liu and others.
3+
4+
Notable changes:
5+
* Code folding
6+
* Support for bookmarks
7+
* Option to mark all occurrences of a word
8+
* Word auto-completion
9+
* Syntax highlighting support for AutoHotkey, AutoIt3, AviSynth, Bash,
10+
CMake, CoffeeScript, Inno Setup, LaTeX, Lua, Markdown, NSIS, Ruby, Tcl, YAML and VHDL scripts
11+
* Improved support for NFO ANSI art
12+
* Support for replacing Windows Notepad using a clean, unintrusive registry-based method
13+
* Other various minor changes and tweaks
14+
15+
Supported Operating Systems:
16+
* XP (SP3, SP2 might or might not work), Vista, 7, 8, 8.1 and 10 both 32-bit and 64-bit
17+
18+
Contributors:
19+
* Kai Liu
20+
* RL Vision
21+
* Aleksandar Lekov
22+
* Bruno Barbieri
23+
24+
More information:
25+
* Source code and binaries: https://github.com/XhmikosR/notepad2-mod
26+
* Official Notepad2 website: http://www.flos-freeware.ch/notepad2.html
27+
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
28+
* Kai Liu's website: http://code.kliu.org/misc/notepad2/
29+
* Bookmark Edition website: http://www.rlvision.com/notepad2/about.asp
30+
31+
Changed keyboard shortcuts compared to Notepad2:
32+
Ctrl+Alt+F2 Expand selection to next match.
33+
Ctrl+Alt+Shift+F2 Expand selection to previous match.
34+
Ctrl+Shift+Enter New line with toggled auto indent option.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
notepad2modVersion = "4.2.25.980"
2+
notepad2modExe = "Notepad2.exe"
3+
notepad2modConf = "Notepad2.ini"
4+
5+
bundleRelease = "@RELEASE_VERSION@"

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = notepad2mod
2-
bundle.release = r1
2+
bundle.release = r2
33
bundle.type = tools
44
bundle.format = 7z
55

releases.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
4.2.25.972 = https://github.com/crazy-max/neard-tool-notepad2mod/releases/download/r1/neard-notepad2mod-4.2.25.972-r1.7z
1+
4.2.25.972 = https://github.com/crazy-max/neard-tool-notepad2mod/releases/download/r2/neard-notepad2mod-4.2.25.972-r2.7z
2+
4.2.25.980 = https://github.com/crazy-max/neard-tool-notepad2mod/releases/download/r2/neard-notepad2mod-4.2.25.980-r2.7z

0 commit comments

Comments
 (0)