Downloads:
488
Downloads of v 25.1.5618:
48
Last Update:
27 Jan 2025
Package Maintainer(s):
Software Author(s):
- zufuliu
Tags:
notepad4 notepad3 notepad2 notepad text editor foss embeddedNotepad4
- 1
- 2
- 3
25.1.5618 | Updated: 27 Jan 2025
Downloads:
488
Downloads of v 25.1.5618:
48
Maintainer(s):
Software Author(s):
- zufuliu
Notepad4 25.1.5618
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by zufuliu. The inclusion of zufuliu trademark(s), if any, upon this webpage is solely to identify zufuliu goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Notepad4, run the following command from the command line or from PowerShell:
To upgrade Notepad4, run the following command from the command line or from PowerShell:
To uninstall Notepad4, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download notepad4 --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade notepad4 -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade notepad4 -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install notepad4
win_chocolatey:
name: notepad4
version: '25.1.5618'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'notepad4' do
action :install
source 'INTERNAL REPO URL'
version '25.1.5618'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller notepad4
{
Name = "notepad4"
Version = "25.1.5618"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'notepad4':
ensure => '25.1.5618',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 27 Jan 2025.
Notepad4 (Notepad2x2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, it's based on (rewritten in modern C++) Florian's Notepad2 and XhmikosR's Notepad2-mod. matepath is a file browser plugin and based on (rewritten in modern C++) Florian's metapath.
Changes compared to Notepad2 or Notepad2-mod:
- Support for bookmarks
- Option to mark all occurrences of a word or selection, and show matched count
- Enhanced auto-completion for words and functions
- Context-based auto-completion for some words
- Enhanced auto indentation
- Auto completion for braces, brackets and quotes
- Color preview via CallTip and click CallTip to open color dialog
- Support Base64 encoding and decoding
- Syntax highlighting, code folding and API list for (see built-in file extension list)
- Toggle fold for specific level, shortcuts: Alt+Number
- Toggle fold for current block without scrolling back to the block start line, shortcut: Alt+C, or context menu "Toggle Fold"
- Improved support for Chinese, Japanese and Korean: inline mode IME, word wrapping, word selection, case conversions, etc.
- Insert new GUID and current timestamps
- Number conversion between decimal, hexadecimal, octal and binary
- Display caret location and length of selected text in count of characters
- Improved support for NFO ANSI art
- Support various Windows system integration
- Support high DPI display with HD version
- Support rendering using Direct2D DirectWrite, and switch between GDI and Direct2D
- Support font ligature with font like FiraCode in Direct2D mode
- Support color font (Windows 8.1 and above) in Direct2D mode, useful to display color Emoji 😊 and others
- Experimental support for RTL layout (GDI) and bidirectional (Direct2D), useful for Arabic and Hebrew
- Support using fractional font size
- Support full screen mode
- Support compress & pretty for CSS, JavaScript, JSON and JSON5
- Support copy as RTF
- Support text transliteration
- Support drag and drop file from Visual Studio, Android Studio, IntelliJ IDEA, etc.
- Other various major or minor changes and tweaks
Options
By default, this package will install the embedded, multi-language build of Notepad4 best suited for your processor (Win32, x64, ARM, ARM64 and AVX2 available). Other options can be requested as follows:
Single-language
Use the \Language:
parameter with:
- de -- Deutsch
- en -- English
- fr -- Francais
- hans -- 中文 (简体)
- hant -- 中文 (繁體)
- it -- Italiano
- ja -- 日本語
- ko -- 한국어
- ru -- Русский
Low-resolution
64-bit capable machines will get a build with high-definition images. If you would prefer a low-resolution install, use the \LowRes
parameter.
Example to download and install the Simplified-Chinese-only, Low-Resolution build:
choco install notepad4 --params="'/Language:hans /LowRes'"
Source: https://github.com/zufuliu/notepad4?tab=License-1-ov-file#readme
================================================================================
Notepad4, matepath, Notepad2, metapath and Notepad2-mod are licensed under the BSD 3-Clause License
================================================================================
https://www.flos-freeware.ch
https://xhmikosr.github.io/notepad2-mod/
Notepad4 Copyright � 2011-2024 Zufu Liu and All contributors.
matepath Copyright � 2011-2024 Zufu Liu and All contributors.
Notepad2-mod Copyright � 2010-2017 XhmikosR and All contributors.
Notepad2 Copyright � 2004-2012 Florian Balmer.
metapath Copyright � 1996-2012 Florian Balmer.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Florian Balmer nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
License for Lexilla, Scintilla, and SciTE
https://www.scintilla.org/
https://www.scintilla.org/License.txt
Copyright 1998-2024 by Neil Hodgson <[email protected]>
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.
================================================================================
License for MinimizeToTray
https://www.codeproject.com/Articles/735/Minimizing-windows-to-the-System-Tray
Copyright 2000 Matthew Ellis <[email protected]>
================================================================================
License for "Flexible and Economical UTF-8 Decoder"
https://bjoern.hoehrmann.de/utf-8/decoder/dfa/
Copyright (c) 2008-2009 Bjoern Hoehrmann <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
================================================================================
License for "Andersson trees"
https://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_andersson.aspx
Copyright 2019 Eternally Confuzzled
================================================================================
Some IME code based on Chromium's IMM32Manager class.
https://github.com/chromium/chromium/tree/main/ui/base/ime/win
https://github.com/chromium/chromium/blob/main/LICENSE
// Copyright 2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
License for "Bit Twiddling Hacks"
https://graphics.stanford.edu/~seander/bithacks.html
Copyright 1997-2005 Sean Eron Anderson
================================================================================
License for "faster-utf8-validator"
https://github.com/zwegner/faster-utf8-validator
// faster-utf8-validator
// Copyright (c) 2019 Zach Wegner
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
================================================================================
Visual Studio Image Library 2017, 2022
https://www.microsoft.com/en-us/download/details.aspx?id=35825
================================================================================
License for emoji-data
https://github.com/iamcal/emoji-data/
https://github.com/iamcal/emoji-data/blob/master/LICENSE
The MIT License (MIT)
Copyright (c) 2013 Cal Henderson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================================================
License for Julia Unicode Input data
https://docs.julialang.org/en/v1/manual/unicode-input/
https://github.com/JuliaLang/julia/tree/master/stdlib/REPL/src
https://github.com/JuliaLang/julia/blob/master/LICENSE.md
The Julia language is licensed under the MIT License. The "language" consists of the compiler (the contents of src/), most of the standard library (base/), and some utilities (most of the rest of the files in this repository). See below for exceptions.
Copyright (c) 2009-2024: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors:
https://github.com/JuliaLang/julia/contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.
## Download
The latest Notepad4 zip files embedded in this package can be downloaded from this page:
https://github.com/zufuliu/notepad4/releases/latest
The files are for:
- 32-bit build: multi-language ("i18n"), Low-res, Win32
- 64-bit build: multi-language ("i18n"), Hi-definition, AXV2-capable-processor
#### Direct Download
- Version : 25.01.5618
- URL : https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_Win32_v25.01r5618.zip
- Checksum : 09A4DEA9DB14539D18E8029BD7FCE8A2B29D64DDA653F048B3D4FAE94E212A7F
- URL64 : https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_i18n_AVX2_v25.01r5618.zip
- Checksum64 : 8584511E82B2C8107C800D51024555B540C424F4F212D3B164FF65050C9A7F7C
Other files available there are not embedded.
## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'
## License
The 'LICENSE.md' file comes from https://github.com/zufuliu/notepad4?tab=License-1-ov-file#readme
Language,HD,Processor,URL,SHA256
de,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_de_ARM64_v25.01r5618.zip,6b3d8a68630ceaad406dab2fff98667cf9f36a18ac3d4e8efe969b21dc4db24b
de,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_de_AVX2_v25.01r5618.zip,23c20e04853732e81ddf11ba8feb31bc67e2f637d01dc1ea336ba7a087ca8ee5
de,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_de_Win32_v25.01r5618.zip,032872b4e48b25651e1ae2c1b838be5fc1aae0b978d0197cde8048ad4c38c6f9
de,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_de_x64_v25.01r5618.zip,60989aec7f3d604fd0aa9f6ccd6da9ff4ec4db22b2dc322312fa95cebd77ee40
en,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_en_ARM64_v25.01r5618.zip,52ec06e4dd83460faa4a79dc336a4e35bf79472c94245736c7cce001ffe29186
en,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_en_ARM_v25.01r5618.zip,88db9a8bdb5389375dfec7ce1665f1195fca65c960085463d0398747c4464324
en,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_en_AVX2_v25.01r5618.zip,22878a35bc2709626f854091463e941e7168fd50d48815349a0bfbf7a45c592b
en,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_en_Win32_v25.01r5618.zip,3f3a33cda549b47c3205868cf661ba8a982f94bdb87eeda9f2e11b737bb941e1
en,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_en_x64_v25.01r5618.zip,4dbafb0252dcbcb4adedd5a0aadbbf7693cc0d04738291fd9531a53cc82d9e73
fr,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_fr_ARM64_v25.01r5618.zip,25da2c3199b38adab3773d11a307ce7637ca6938269ce77749874092d1b8bcc0
fr,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_fr_AVX2_v25.01r5618.zip,7d7034a8670e7220cce40677cde28538de2dc825c4a085809aba584e62dc7509
fr,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_fr_Win32_v25.01r5618.zip,5d31c6b96fc2d409d786ea7d714b5f22a86d710f69419b74488c4acefd0a40eb
fr,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_fr_x64_v25.01r5618.zip,f5cbf3f2df8722039a66b339c11838215a655b7efae8b879972c2a592ab44145
de,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_de_ARM64_v25.01r5618.zip,8e4e5fb9fb9b46c58246dfe017cfd052b58bdff18eafc3a74169fbfebebed9f6
de,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_de_AVX2_v25.01r5618.zip,2f66a4a0b836ace8d680001a9c70e832f902abb72e1fbe3873963a7221a55c73
de,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_de_x64_v25.01r5618.zip,4a2ec1eccecbe175e344975a2ebe91c67d257e05f784985fb2df5caa8b1977c2
en,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_en_ARM64_v25.01r5618.zip,f803c19db71ae6bb7d036fce9424e99ec889a0d20763daad69b304d1db5816d6
en,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_en_AVX2_v25.01r5618.zip,31545b089c11406da54330814f7ded12d3d90b3a834e83e1e91bba09a6c7ad67
en,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_en_x64_v25.01r5618.zip,bf224f8d6dfe9206568d293b5adf226e407ee0d2a4830af86cde41b0a397c59b
fr,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_fr_ARM64_v25.01r5618.zip,347c7a92d20afbe2cc0fd4d026dbbc53f891aeb4412bdc14a283c25abea81b08
fr,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_fr_AVX2_v25.01r5618.zip,d6861df827289e8b96a52e64375fba3a86e61ec2fceb17b1aed5c76e04331d52
fr,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_fr_x64_v25.01r5618.zip,75dd0c2041a5e4b3eb957b6a1f5df02f06071e8a55a563ecfa5ab9059332dd44
i18n,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_i18n_ARM64_v25.01r5618.zip,3aa356dbeceafa5ab12b34dc2c4c01c38bad484281164bd2ff684611503099dc
i18n,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_i18n_AVX2_v25.01r5618.zip,8584511e82b2c8107c800d51024555b540c424f4f212d3b164ff65050c9a7f7c
i18n,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_i18n_x64_v25.01r5618.zip,004fb2ce6cc0e7a9f54f2162802ec573ce45a8b3c438a833a89208c5e02745b9
it,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_it_ARM64_v25.01r5618.zip,31420cd6fb5f61dd668b1dcc1fc5e4030b116fb8b0740fd5a58b6c02daf31499
it,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_it_AVX2_v25.01r5618.zip,bdd4f0da857fd03b4026f63e138b223bd16a8493b397a44ee1ea3127c6b99926
it,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_it_x64_v25.01r5618.zip,1877467864ffd45b7fd3adc18d440deac2c4ad7fbfbeffd3fef44896276e5794
ja,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ja_ARM64_v25.01r5618.zip,36d40a2b1e2e9e658026b62369b27c0223da97023d7e510b2ecf12df8afbf626
ja,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ja_AVX2_v25.01r5618.zip,68d5f23b452c7e9be1de852e0013adcc692f01252a11ac0dd332c31143bc080e
ja,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ja_x64_v25.01r5618.zip,9ba7993d1b8189974c42a712af7dda52bd08d23ea9aca7f81854d5af2728f37f
ko,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ko_ARM64_v25.01r5618.zip,b16a55cf519911ed8acfb2694ee0d92234fa63734fd07e815d5121ac9e141c0d
ko,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ko_AVX2_v25.01r5618.zip,375f43287f0dc25a7877fb17d3a67412a0db4aa2e560015dfe00eef247b09b9e
ko,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ko_x64_v25.01r5618.zip,0828bc364022eb93f0ca1d95291f27ef890889a3413eb872508a9be5fe9c1ec5
ru,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ru_ARM64_v25.01r5618.zip,3275c61cf36778e10f6b6cecdfc92bd22f0fb4ad42e7016a4f1d364eebf3ef67
ru,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ru_AVX2_v25.01r5618.zip,6e5259ddbe32e3063468f84d38611ae38c86c840a69b356c683dabef0da6b7a9
ru,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_ru_x64_v25.01r5618.zip,034da8f4d81a3bf81148d15a0fb75013ae060ff6cbd4a66c99ec7f199fad29a0
zh-Hans,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hans_ARM64_v25.01r5618.zip,e2696a28a8544d100234087838f9f49b05427471b39c37206bd96a044aad1292
zh-Hans,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hans_AVX2_v25.01r5618.zip,006238673fe6e36013c18d6a7cd7877d59cd733c0df55e7247b0f051e4cd34ac
zh-Hans,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hans_x64_v25.01r5618.zip,de7286ba54805519d2e0e2f27192b86ebb30346b50c5f530213f306461babcb9
zh-Hant,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hant_ARM64_v25.01r5618.zip,60ae8941a74ffa54fd8a79c91b385218ff97351248906972e96808cc440f8c81
zh-Hant,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hant_AVX2_v25.01r5618.zip,2e91f33b428fc75573fa7fb14c7ffbc875cbbc1e651822200bd246edea95f7b0
zh-Hant,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_HD_zh-Hant_x64_v25.01r5618.zip,9176a744bb08c24dac029c173c88dcca0b621a57331f925952da2719a25cde61
i18n,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_ARM64_v25.01r5618.zip,7ad9613ab93275b77ead72452274c33acb82ac254580425f58bbee0625a54e71
i18n,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_ARM_v25.01r5618.zip,ccaa3460c38586299f40bc5548a653aee7cce331e7eef4f93126cb6a4d911499
i18n,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_AVX2_v25.01r5618.zip,cb783f378e2559bbebc4e7c0d428ecd2411f08546cffb1d20c07bf434376bdfc
i18n,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_Win32_v25.01r5618.zip,09a4dea9db14539d18e8029bd7fce8a2b29d64dda653f048b3d4fae94e212a7f
i18n,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_i18n_x64_v25.01r5618.zip,1ed1b1896567a2f59ded3a681e4c1e91897daaef866f244a16cfef516d444d10
it,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_it_ARM64_v25.01r5618.zip,5e9ef445c97a91b3b1f9af91338eca68041981604ee1f994a3af10fd7656dd3f
it,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_it_AVX2_v25.01r5618.zip,06696b1470ffd23311aabfe965567f29a342ee62d34fa984a2c7c0d13ae3fb1c
it,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_it_Win32_v25.01r5618.zip,5d64c2e4a4a8a51ce38bb95790339476401238a7dd5433bb842496b44a9e2b41
it,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_it_x64_v25.01r5618.zip,1d1029925ded63d9ed5b3fd4cfb82a23cd8e00c7f5a98f4f0031280968714142
ja,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ja_ARM64_v25.01r5618.zip,7770efd9ed1432673a8562aee611511994c635df52c197ed50927e6fb4b46219
ja,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ja_AVX2_v25.01r5618.zip,72ef682e517277f1d8ef7672691b578ec1c10225b594be038bb7e960e0efb014
ja,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ja_Win32_v25.01r5618.zip,59909907675cc8ae3a5313193b05522aaa6698b4d97f93ae7d6ecd2fbaed50b7
ja,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ja_x64_v25.01r5618.zip,3835acb9fd4f794187507dcadc8e8fa382ea1cba4d87515c79d9c51b1029ee1d
ko,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ko_ARM64_v25.01r5618.zip,a9117d1289a170ed8900c38c2b58d50037a2c03a4de0b6a9e72941a585845dec
ko,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ko_AVX2_v25.01r5618.zip,9dbbe54777ce454f416afb1b75570cde87787ae80ecaaa964587bf9f91735d1a
ko,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ko_Win32_v25.01r5618.zip,8e7d07779baf8f25db3887ca2125f37612bd26100dcc62a00f931302cde8eff2
ko,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ko_x64_v25.01r5618.zip,45d4266c3e3c7618eac1954d3b5f4e6eb614061f0f4a314d4b0353dd4f469fd9
ru,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ru_ARM64_v25.01r5618.zip,93abdb7556c6308128cd52af2355e3866fcf4dccd99bf23969dfc7f1d7f5cf46
ru,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ru_AVX2_v25.01r5618.zip,c23591d0e0f0386fe9cc4810526b29f187d8d06d5d84a8209dd0d0b9e3347860
ru,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ru_Win32_v25.01r5618.zip,21df804080d07f8c5218af9d16a6b01c5cb51577d5f5a1c2defa6d4f5f6ff1c2
ru,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_ru_x64_v25.01r5618.zip,1853e79f35697f72a72164050a733b85ebeb3bbc7b5a7b5579248bde33e858cc
zh-Hans,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hans_ARM64_v25.01r5618.zip,766d50a24ebf1c297b5b8b6841cb4ae15088159790f54bc1e7cb1dd7bd0421e9
zh-Hans,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hans_AVX2_v25.01r5618.zip,326ece0deb9cd3eff610ee43416dab65437343d6d1f129ff177c15c96757781a
zh-Hans,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hans_Win32_v25.01r5618.zip,d1316fde4433c6c85429f9d718674ac9b7cc88261362d600ad09f5acf2a414ba
zh-Hans,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hans_x64_v25.01r5618.zip,ad640453693c929b67837c9c5b3311f95d62e4e9d817e94920997a3f516d164e
zh-Hant,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hant_ARM64_v25.01r5618.zip,0ce430fce295e43fab7f04c06b8ad712beb68823f9badfc7f458ad736de67433
zh-Hant,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hant_AVX2_v25.01r5618.zip,fa27f2151cea9bac8e468029d7e227e93228ffae39b3828de794d5de10c31e5e
zh-Hant,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hant_Win32_v25.01r5618.zip,2df4c5390474ddcb52283e33610d2a8737abf6d621f45e2af79a805cf5298a00
zh-Hant,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.01r5618/Notepad4_zh-Hant_x64_v25.01r5618.zip,1c184d59f40a863f2e707afc3aadfcfd60c02aa5c5d39411bbe83d7babef846a
$StartShortcut = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\Notepad4.lnk'
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Force
}
# For future user profiles
$Default = (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList').Default
if (Test-Path "$Default\AppData\Local\Notepad4") {
Remove-Item "$Default\AppData\Local\Notepad4" -Recurse -Force
}
Function Get-ProcessorFeatures() {
# This is available separately with more info here:
# https://github.com/teknowledgist/TeknowTools/tree/master/Get-ProcessorFeatures
# https://www.p-invoke.net/kernel32/isprocessorfeaturepresent
$Signature = @'
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool IsProcessorFeaturePresent(
uint ProcessorFeature
);
'@
$type = Add-Type -MemberDefinition $Signature -Name Win32Utils -Namespace GetProcessorFeatures -PassThru
# https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent
$FeatureIDs = [ordered]@{
'0' = 'FLOATING_POINT_PRECISION_ERRATA' #On a Pentium, a floating-point precision error can occur in rare circumstances.
'1' = 'FLOATING_POINT_EMULATED' #Floating-point operations are emulated using a software emulator.
'2' = 'COMPARE_EXCHANGE_DOUBLE' #The atomic compare and exchange operation (cmpxchg) is available.
'3' = 'MMX_INSTRUCTIONS' #The MMX instruction set is available.
'6' = 'XMMI_INSTRUCTIONS' #The SSE instruction set is available.
'7' = '3DNOW_INSTRUCTIONS' #The 3D-Now instruction set is available.
'8' = 'RDTSC_INSTRUCTION' #The RDTSC instruction is available.
'9' = 'PAE_ENABLED' #The processor is Physical Address Extension (PAE)-enabled. All x64 processors always return a nonzero value for this feature.
'10' = 'XMMI64_INSTRUCTIONS' #The SSE2 instruction set is available. Windows�2000: Not supported.
'12' = 'NX_ENABLED' #Data execution prevention is enabled. Windows�XP/2000: Not supported.
'13' = 'SSE3_INSTRUCTIONS' #The SSE3 instruction set is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'14' = 'COMPARE_EXCHANGE128' #The atomic compare and exchange 128-bit operation (cmpxchg16b) is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'15' = 'COMPARE64_EXCHANGE128' #The atomic compare 64 and exchange 128-bit operation (cmp8xchg16) is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'16' = 'CHANNELS_ENABLED' #The processor channels are enabled.
'17' = 'XSAVE_ENABLED' #The processor implements the XSAVE and XRSTOR instructions. Windows Server�2003/2008, Windows�2000/XP/Vista: Not supported.
'18' = 'ARM_VFP_32_REGISTERS' #The VFP/Neon: 32 x 64bit register bank is present. This flag has the same meaning as PF_ARM_VFP_EXTENDED_REGISTERS .
'20' = 'SECOND_LEVEL_ADDRESS_TRANSLATION' #Second Level Address Translation is supported by the hardware.
'21' = 'VIRT_FIRMWARE_ENABLED' #Virtualization is enabled in the firmware and made available by the operating system.
'22' = 'RDWRFSGSBASE' #RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE instructions are available.
'23' = 'FASTFAIL' #_fastfail() is available.
'24' = 'ARM_DIVIDE_INSTRUCTION' #The divide instructions are available.
'25' = 'ARM_64BIT_LOADSTORE_ATOMIC' #The 64-bit load/store atomic instructions are available.
'26' = 'ARM_EXTERNAL_CACHE' #The external cache is available.
'27' = 'ARM_FMAC_INSTRUCTIONS' #The floating-point multiply-accumulate instruction is available.
'29' = 'ARM_V8_INSTRUCTIONS' #This Arm processor implements the Arm v8 instructions set.
'30' = 'ARM_V8_CRYPTO_INSTRUCTIONS' #This Arm processor implements the Arm v8 extra cryptographic instructions (for example, AES, SHA1 and SHA2).
'31' = 'ARM_V8_CRC32_INSTRUCTIONS' #This Arm processor implements the Arm v8 extra CRC32 instructions.
'34' = 'ARM_V81_ATOMIC_INSTRUCTIONS' #This Arm processor implements the Arm v8.1 atomic instructions (for example, CAS, SWP).
'36' = 'SSSE3_INSTRUCTIONS' #The SSSE3 instruction set is available.
'37' = 'SSE4_1_INSTRUCTIONS' #The SSE4_1 instruction set is available.
'38' = 'SSE4_2_INSTRUCTIONS' #The SSE4_2 instruction set is available.
'39' = 'AVX_INSTRUCTIONS' #The AVX instruction set is available.
'40' = 'AVX2_INSTRUCTIONS' #The AVX2 instruction set is available.
'41' = 'AVX512F_INSTRUCTIONS' #The AVX512F instruction set is available.
'43' = 'ARM_V82_DP_INSTRUCTIONS' #This Arm processor implements the Arm v8.2 DP instructions (for example, SDOT, UDOT). This feature is optional in Arm v8.2 implementations and mandatory in Arm v8.4 implementations.
'44' = 'ARM_V83_JSCVT_INSTRUCTIONS' #This Arm processor implements the Arm v8.3 JSCVT instructions (for example, FJCVTZS).
'45' = 'ARM_V83_LRCPC_INSTRUCTIONS' #This Arm processor implements the Arm v8.3 LRCPC instructions (for example, LDAPR). Note that certain Arm v8.2 CPUs may optionally support the LRCPC instructions.
}
$Features = @{}
Foreach ($ID in $FeatureIDs.keys) {
$Features.Add($FeatureIDs["$ID"],$type::IsProcessorFeaturePresent($ID))
}
[PSCustomObject]$Features
}
md5: 437956299B33D09213D8E0E4D095CED2 | sha1: F134CE3CF2496FB05C7BF8F4390A497764283396 | sha256: 8584511E82B2C8107C800D51024555B540C424F4F212D3B164FF65050C9A7F7C | sha512: F47F91503448DCB0796BEC6983A29C3160DB3D0532E8CD2ECB6B26AB6FCC45BE850B7D1E9C4CB8C1214005B5AB1E77D95D727542CD508F8E7503FA83B42F3410
md5: 94BAF6B7E2662CC933599DCA1AF94611 | sha1: 4922DF0CCD796E97A55FAA987275A66C02482442 | sha256: 09A4DEA9DB14539D18E8029BD7FCE8A2B29D64DDA653F048B3D4FAE94E212A7F | sha512: A4AD9F3612296E4520DCBC2A355756DB699668A82BA89420D1B87BE00BC924C25E71B3C89DF26C6C0A792C848408D37AED206DA9578119B2A5896054242B31F8
Log in or click on link to see number of positives.
- notepad4.25.1.5618.nupkg (9a15fb551c15) - ## / 66
- Notepad4_HD_i18n_AVX2_v25.01r5618.zip (8584511e82b2) - ## / 65
- Notepad4_i18n_Win32_v25.01r5618.zip (09a4dea9db14) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Notepad4 25.1.5618 | 48 | Monday, January 27, 2025 | Approved | |
Notepad4 24.11.5548 | 249 | Friday, November 22, 2024 | Approved | |
Notepad4 24.9.5472 | 27 | Wednesday, November 6, 2024 | Approved | |
Notepad4 24.7.5332 | 164 | Tuesday, July 16, 2024 | Approved |
Copyright © 2011-2024 Zufu Liu and All contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about Notepad4 and the Notepad4 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Notepad4, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.