Search Criteria
Package Details: notepad-- 3.7.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/notepad--.git (read-only, click to copy) |
|---|---|
| Package Base: | notepad-- |
| Description: | A text editor written in C++,to eventually surpass Notepad++.一个国产跨平台,轻量级的文本编辑,是替换notepad++的一种选择.其内置强大的代码对比功,让你丢掉付费的beyond compare. |
| Upstream URL: | https://gitee.com/cxasm/notepad-- |
| Keywords: | notepad notepad-- |
| Licenses: | GPL-3.0-or-later |
| Provides: | notepad-- |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-03-12 11:30 (UTC) |
| Last Updated: | 2026-05-14 10:16 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- qscintilla-qt5 (make)
- qt5-tools (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
Latest Comments
zxp19821005 commented on 2026-04-20 15:25 (UTC)
@luis.brito Please see https://github.com/cxasm/notepad--/blob/144c14a9f9185845e763ecd75312febacc55cec3/CMakeLists.txt#L8 and https://github.com/cxasm/notepad--/blob/144c14a9f9185845e763ecd75312febacc55cec3/CMakeLists.txt#L57 , the upstream has used
Qt5.luis.brito commented on 2026-04-20 14:23 (UTC) (edited on 2026-04-20 14:23 (UTC) by luis.brito)
/notepad--/src/notepad---3.7.1/src/scintillaeditview.cpp:1333:59: aviso: formato ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘quint32’ {aka ‘unsigned int’} [-Wformat=] 1333 | sprintf(lineString, "%08lld ", startLineNumOffset + i); |
~^~~ | | | | long long int quint32 {aka unsigned int} | %08d ninja: build stopped: subcommand failed. ==> ERROR: Se produjo un fallo en build(). Cancelando... -> error al compilar: notepad---exit status 4 -> No se pudieron instalar los siguientes paquetes. Se requiere intervención manual: notepad-- - exit status 4To fix install qscintilla-qt6
pacman -S qscintilla-qt6
maoyaotang1 commented on 2024-09-24 11:54 (UTC)
查看ndd-v2.19说明书.pdf里有说明
zxp19821005 commented on 2024-09-24 10:54 (UTC)
@maoyaotang1 我查看了作者的官方主页,没有说不开放源代码了啊?而且使用的License仍然是GPL-3,详见:https://gitee.com/cxasm/notepad--
maoyaotang1 commented on 2024-09-24 10:28 (UTC)
从2.0开始作者都没有开放源代码了