Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chai2010/notepadplus-go
notepad++ support Go language and Go assembly language (Windows).
https://github.com/chai2010/notepadplus-go
Last synced: 27 days ago
JSON representation
notepad++ support Go language and Go assembly language (Windows).
- Host: GitHub
- URL: https://github.com/chai2010/notepadplus-go
- Owner: chai2010
- Created: 2014-08-20T09:20:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T09:42:35.000Z (over 4 years ago)
- Last Synced: 2024-11-28T21:42:07.423Z (about 1 month ago)
- Homepage:
- Size: 182 KB
- Stars: 55
- Watchers: 11
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- *Go语言QQ群: 102319854, 1055927514*
- *凹语言(凹读音“Wa”)(The Wa Programming Language): https://github.com/wa-lang/wa*----
Notepad++ syntax highlighting
-----------------------------The `userDefineLang.xml` uses the new User Defined Language system (`UDL2`),
which needs `Notepad++ v6.2` or higher.Installing from Notepad++ Installer
1. Add the contents of `userDefineLang.xml` at `%APPDATA%\Notepad++\userDefineLang.xml`
between ` ... `
2. Restart Notepad++Installing from Notepad++ zip/7z package
1. Given a Notepad++ installation at ``.
2. Add the contents of `userDefineLang.xml` at `\userDefineLang.xml`
between ` ... `
3. Restart Notepad++**Reference:**
1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Languages
2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html
3. http://udl20.weebly.com/index.htmlNotepad++ Function List
-----------------------The `functionList.xml` uses the Function List Pane new feature,
which needs Notepad++ v6.4 or higher.Installing from Notepad++ Installer
1. Add the contents of `functionList.xml` at `%APPDATA%\Notepad++\functionList.xml`
between ` ... ` and ` ... `
2. Restart Notepad++Installing from Notepad++ zip/7z package
1. Given a Notepad++ installation at ``.
2. Add the contents of `functionList.xml` at `\functionList.xml`
between ` ... ` and ` ... `
3. Restart Notepad++**Reference:**
1. http://notepad-plus-plus.org/features/function-list.html
Notepad++ keyword auto-completion
---------------------------------1. Given a Notepad++ installation at ``.
2. Copy `go.xml` to the `\autoCompletion` directory
3. Restart Notepad++**Reference:**
1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion
Screenshots
-----------![](screenshot.png)
![](screenshot-asm.png)
BUGS
----Please report bugs to .
Thanks!