notepad-plus-plus

Notepad++ official repository
授权协议 View license
开发语言 C/C++
所属分类 应用工具、 文档/文本编辑
软件类型 开源软件
地区 不详
投 递 者 龙玄天
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

What is Notepad++ ?

        

Notepad++ is a free (free as in both "free speech" and "free beer") source codeeditor and Notepad replacement that supports several programming languages andnatural languages. Running in the MS Windows environment, its use is governed byGPL License.

See the Notepad++ official site for more information.

Notepad++ Release Key

Since the release of version 7.6.5 Notepad++ is signed using GPG with the following key:

  • Signer: Notepad++
  • E-mail: don.h@free.fr
  • Key ID: 0x8D84F46E
  • Key fingerprint: 14BC E436 2749 B2B5 1F8C 7122 6C42 9F1D 8D84 F46E
  • Key type: RSA 4096/4096
  • Created: 2019-03-11
  • Expires: 2024-03-11

https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/nppGpgPub.asc

Supported OS

All the Windows systems still supported by Microsoft are supported by Notepad++. However, not all Notepad++ users can or want to use the newest system. Here is the Supported systems information you may need in case you are one of them.

Build Notepad++

Please follow build guide to build Notepad++ from source.

Contribution

Code contribution is welcome. Here are some rules that your should follow to make your contribution accepted easily.

Notepad++ Contributors

  • notepad++官网地址https://notepad-plus-plus.org/今天想进官网下载notepad++ ,却发现百度搜索官网都是出来很多乱七八糟的,就自己记录一下这些真实网址。 notepad++官网:https://notepad-plus-plus.org/ notepad++项目主页:https://github.com/notepad-plus-plus/notepad-

 相关资料
  • Usage let notepad = Notepad(frame: view.bounds, themeFile: "one-dark")view.addSubview(notepad) Notepad is just like any other UITextView, but you need to use the convenience initializer in order to us

  • Notepad-- 是一个使用 C++ 编写的跨平台、简单的文本编辑器,支持Win/Linux/Mac平台。其内置强大的代码对比功能,让你丢掉付费的beyond compare。 目标是要替换 Notepad++,重点在国产 Uos 系统、Mac 系统上发展。对比 Notepad++ 而言的优势是可以跨平台,支持 linux mac 操作系统。 Notepad-- 的意义在于:减少一点错误言论,减少一点自以为是。

  • The Algorithms - C++ # {#mainpage} Overview This repository is a collection of open-source implementation of a variety of algorithms implemented in C++ and licensed under MIT License. These algorithms

  • AutoSave 是 Notepad++ 的自动保存插件,可设置保存间隔时间,支持所有标签页。 AutoSave 插件包内含有 ANSI & Unicode 两个 .dll 文件,放到 X:\Program Files\Notepad++\plugins 目录内即可。重新运行 Notepad++ 后会要求你删除不支持的那一个选是即可。 AutoSave 插件的主要内容如下: 失去窗口焦点的时候是否

  • Chrome Notepad 是一款 Chrome 浏览器上的小扩展,顾名思义就是 Chrome 上的记事本,相对于 Windows 自带的记事本工具来说,Chrome Notepad 扩展最大的优势就是可以自动保存,甚至可以在线同步(当然需要两台电脑都装上 Chrome NotePad 这个扩展)。也就是说,你在单位的电脑上随手记录了一些文字,下班回家后也可以看到,非常方便。

  • notepad-pyqt5这是仿照 Windows 系统自带记事本(Nodepad)应用写的一个基于 Python_3.4.1 + PyQt_5.4.1的山寨记事本 使用到的技术     1. Python 3.x     2. Qt 5.x     3. PyQt 5.4.1         - QtCore         - QtGui         - QtWidgets