🇬🇧 A cross-platform reimplementation of Notepad++ — built natively for macOS. 🇮🇩 Implementasi ulang Notepad++ lintas platform — dibangun secara native untuk macOS.
🇬🇧 This repository is a macOS-only build of the original project by @dail8859. All credit for the original source code, design, and development goes to the original author. This fork only provides macOS builds (Apple Silicon & Intel) for convenience.
🇮🇩 Repository ini merupakan build khusus macOS dari proyek asli oleh @dail8859. Seluruh kredit untuk kode sumber, desain, dan pengembangan diberikan kepada penulis asli. Fork ini hanya menyediakan build macOS (Apple Silicon & Intel) untuk kemudahan pengguna.
| 🏠 Original Repository | github.com/dail8859/NotepadNext |
| 👤 Original Author | @dail8859 |
| 🍎 macOS Build by | @alsyundawy |
🇬🇧 MacOS disk images are available for three architectures on the release page.
🇮🇩 Disk image MacOS tersedia untuk tiga arsitektur di halaman release.
🇬🇧 You can also download the latest development builds (artifacts) directly from the GitHub Actions workflow:
🇮🇩 Anda juga dapat mengunduh build development terbaru (artifacts) langsung dari workflow GitHub Actions:
.dmg sesuai arsitektur (arm64 / x64) dan Qt version.| 📁 Package | 🏗️ Architecture | 🍎 Minimum macOS | ⚙️ Qt Version |
|---|---|---|---|
NotepadNext-macOS-arm64-Qt6.5.zip |
Apple Silicon (arm64) | macOS 11.0 Big Sur | Qt 6.5 |
NotepadNext-macOS-arm64-Qt6.8.zip |
Apple Silicon (arm64) | macOS 12.0 Monterey | Qt 6.8 |
NotepadNext-macOS-arm64-Qt6.10.zip |
Apple Silicon (arm64) | macOS 13.0 Ventura | Qt 6.10 |
| 📁 Package | 🏗️ Architecture | 🍎 Minimum macOS | ⚙️ Qt Version |
|---|---|---|---|
NotepadNext-macOS-x64-Qt6.5.zip |
Intel (x86_64) | macOS 11.0 Big Sur | Qt 6.5 |
NotepadNext-macOS-x64-Qt6.8.zip |
Intel (x86_64) | macOS 12.0 Monterey | Qt 6.8 |
NotepadNext-macOS-x64-Qt6.10.zip |
Intel (x86_64) | macOS 13.0 Ventura | Qt 6.10 |
sudo xattr -cr "NotepadNext-v0.14.dmg"
sudo xattr -rd com.apple.quarantine "NotepadNext-v0.14.dmg"
sudo codesign --force --deep --sign - "NotepadNext-v0.14.dmg"
🇬🇧 It can also be installed using Homebrew: 🇮🇩 Dapat juga diinstal menggunakan Homebrew:
brew tap alsyundawy/notepadnext
brew install --no-quarantine notepadnext
🇬🇧 By default, macOS enables font smoothing which causes text to appear quite differently from the Windows version. This can be disabled system-wide using the following command:
🇮🇩 Secara default, macOS mengaktifkan font smoothing yang menyebabkan tampilan teks berbeda jauh dari versi Windows. Hal ini dapat dinonaktifkan secara sistem menggunakan perintah berikut:
defaults -currentHost write -g AppleFontSmoothing -int 0
🇬🇧 Though the application overall is stable and usable, it should not be considered safe for critically important work. There are numerous bugs and half working implementations. Pull requests are greatly appreciated.
🇮🇩 Meskipun aplikasi secara keseluruhan stabil dan dapat digunakan, aplikasi ini tidak disarankan untuk pekerjaan yang sangat penting. Masih terdapat banyak bug dan fitur yang belum sempurna. Pull request sangat diterima dengan tangan terbuka.
🇬🇧 This code is released under the GNU General Public License version 3.
🇮🇩 Kode ini dirilis di bawah GNU General Public License versi 3.