Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chai2010/notepadplus-protobuf
notepad++ support Protobuf (Windows).
https://github.com/chai2010/notepadplus-protobuf
Last synced: 27 days ago
JSON representation
notepad++ support Protobuf (Windows).
- Host: GitHub
- URL: https://github.com/chai2010/notepadplus-protobuf
- Owner: chai2010
- Created: 2015-07-29T07:41:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T11:21:12.000Z (over 1 year ago)
- Last Synced: 2024-11-28T21:42:07.629Z (about 1 month ago)
- Homepage: https://developers.google.com/protocol-buffers
- Size: 259 KB
- Stars: 33
- Watchers: 8
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- *赞助 BTC: 1Cbd6oGAUUyBi7X7MaR4np4nTmQZXVgkCW*
- *赞助 ETH: 0x623A3C3a72186A6336C79b18Ac1eD36e1c71A8a6*
- *Go语言付费QQ群: 1055927514*----
Notepad++ syntax highlighting
-----------------------------The `userDefineLang.xml` uses the new User Defined Language system (`UDL2`),
which needs `Notepad++ v6.2` or higher.Installation
1. Download `userDefineLang.xml` from this repository
2. Open the UDL Dialog (Language > User Defined Language > Define Your Language...)
3. Import the downloaded file (via the "Import..." button)
4. Restart Notepad++**Reference:**
1. https://npp-user-manual.org/docs/user-defined-language-system/
Notepad++ Function List
-----------------------The `functionList.xml` uses the Function List Pane new feature,
which needs Notepad++ v6.4 or higher.Installation
1. Close Notepad++
2. Navigate to the `functionList` folder in the Notepad++ application data directory (`%APPDATA%/Notepad++/functionList`, if using the installer)
3. Copy `functionList/protobuf.xml` (from this repository) into the folder
4. Incorporate the contents of `functionList/add_to_overrideMap.xml` (from this repository) into the `overrideMap.xml` file**Reference:**
1. https://npp-user-manual.org/docs/function-list/
Screenshots
-----------![](protobuf-npp.png)
![](protobuf-npp-grpc-route-guide.png)
BUGS
----Please report bugs to .
Thanks!