- Notifications
You must be signed in to change notification settings - Fork0
EditorConfig plugin for Notepad++
License
sarvex/editorconfig-notepad-plus-plus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is anEditorConfig plugin for Notepad++.
If you haveNotepad++ Plugin Manager installed (usually installed bydefault in Notepad++), you can install in this way.
Launch Notepad++, click on thePlugins
menu, thenPlugin Manager
->Show Plugin Manager
. In theAvailable
tab, findEditorConfig
in the list, check the checkbox and click on theInstall
button.
Download the binary package fromthe SourceForge downloads page.
Extract the compressed archive and copy the corresponding dll into yourNotepad++ plugin directory(the unicode dll if your Notepad++ version isunicode or the ansi one if you're using the ansi version Notepad++).
Before installation, you must have bothcmake andMicrosoft Visual C++installed.
Download theEditorConfig core and follow the instructions in the READMEand INSTALL files to compile and install it with Microsoft Visual C++.
Download theEditorConfig plugin for Notepad++ and extract it.
Open your command line prompt, and use
cd
command to switch currentworking directory to the root of the source tree of the Notepad++ plugin.Use the following command to generate the project file:C:\path\to\editorconfig-notepad-plus-plus> cmake . -DEDITORCONFIG_CORE_PREFIX="$(The_path_to_EditorConfig_core_prefix)"
After this project file is built, double click on the project file and useMicrosoft Visual C++ to build it.
If the build succeeded, you should have
bin\unicode\NppEditorConfig.dll
andbin\ansi\NppEditorConfig.dll
in your build tree. Copy thecorresponding one (the unicode one if your Notepad++ is unicode version orthe ansi one if your Notepad++ is ansi version) to your the plugin directoryof the Notepad++ directory to complete the installation.
The EditorConfig Notepad++ plugin supports the following EditorConfigproperties:
- indent_style
- indent_size
- tab_width
- end_of_line
- root (only used by EditorConfig core)
Feel free to submit bugs, feature requests, and other issues to the mainEditorConfig issue tracker.
About
EditorConfig plugin for Notepad++
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- C++93.6%
- CMake6.4%