Package Details: notepad-- 3.7.2-1

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)

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 4

To 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开始作者都没有开放源代码了