Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

readme.md

ClojureBoxNpp

Notepad++ patch for Clojure by:

  • Methord 01: modifying config files of Lisp.
  • Methord 02: userDefineLangs: Clojure

Screenshots:

BracketHighlighter:

Portable edition v7.5.6 (All in One) download:

download

Patch edition Method:

  1. copy all files of notepad++ directory to notepad++ home directory.

  2. copy Notepad++/plugins/.ctags file to user home directory (c:\user\xxx).

Config files of Clojure (userDefineLangs Clojure is Clojure, Lisp is also Clojure.)

  • userDefineLangs: Clojure, Clojure is Clojure,

    • notepad++\autoCompletion\Clojure.xml

    • notepad++\userDefineLangs\Clojure.xml

  • Modify Lisp as Clojure, Lisp is also Clojure.

    • notepad++\langs.xml

    • notepad++\stylers.xml

    • notepad++\autoCompletion\lisp.xml

  • notepad++\functionList.xml (Modify Lisp as Clojure, and add support userDefineLangs: Clojure and markdown)

  • notepad++\plugins\ .ctag (clojure config of ctags.exe and NppCCompletionPlugin.dll, copy to user home directory c:\user\xxx)

Note

.ctags : clojure config of ctags.exe and NppCCompletionPlugin.dll, copy to ~ (c:\user\xxx)

CodeExpress is Code Snippets plugin

Notepad++ and plugins source

https://notepad-plus-plus.org/

https://sourceforge.net/projects/npp-plugins/files/

BracketHighlighter: Author: Scott Sumner, Notepad++/plugins/PythonScript/scripts/startup.py https://notepad-plus-plus.org/community/topic/14501/has-a-plugin-like-sublime-plugin-brackethighlighter/7

https://github.com/bruderstein/PythonScript

https://code.google.com/archive/p/code-express/downloads

https://github.com/dail8859/ElasticTabstops

https://github.com/dail8859/SurroundSelection

https://github.com/dail8859/BetterMultiSelection

https://www.fesevur.com/selectquotedtext/

https://github.com/nex3z/NppQuickSearchPanel

https://github.com/niccord/BracketsCheck

https://github.com/prekageo/npp-explorer

https://github.com/jdubbeldam/NppChomeDebugPlugin

https://github.com/kapilratnani/JSON-Viewer

https://github.com/nea/MarkdownViewerPlusPlus

http://www.scout-soft.com/sql/

https://github.com/twentyTwo/Npp.Plugins-SQLPrettyPrinter

https://github.com/joaoasrosa/nppxmltreeview

https://github.com/vladk1973/NppQrCode

TwoDark Theme and custom Reaper language file (Walter & Jesusonic) https://github.com/RobU23/NotepadPlusPlus

http://sourceforge.net/projects/imgtag/

https://fossil.2of4.net/npp_htmltag/

http://www.semelinanno.com/downloads/anmxnpp/anmXNpp_Page.html

https://github.com/young-developer/nppNavigateTo

https://github.com/vladk1973/npp.connections

http://sourceforge.net/projects/nppcalc/

NewFileBrowser: https://sourceforge.net/projects/locationnav/

https://github.com/phdesign/NppToolBucket/

TopMost: https://sites.google.com/site/fstellari/nppplugins

ViSimulator: https://github.com/bycn82/visimulator

http://downloads.sourceforge.net/project/npp-plugins/WebEdit

http://fossil.2of4.net/npp_preview/

https://sourceforge.net/projects/npptranslate/

About

Notepad++ patch for Clojure by "modifying config files of Lisp" or "Clojure userDefineLang".

Topics

Resources

You can’t perform that action at this time.