Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EditorConfig plugin for Notepad++

License

NotificationsYou must be signed in to change notification settings

sarvex/editorconfig-notepad-plus-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

This is anEditorConfig plugin for Notepad++.

Installation

Install from the Plugin Manager

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 theInstallbutton.

Install from the Binary Package

  1. Download the binary package fromthe SourceForge downloads page.

  2. 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++).

Install from Source

Before installation, you must have bothcmake andMicrosoft Visual C++installed.

  1. Download theEditorConfig core and follow the instructions in the READMEand INSTALL files to compile and install it with Microsoft Visual C++.

  2. Download theEditorConfig plugin for Notepad++ and extract it.

  3. Open your command line prompt, and usecd 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.

  4. If the build succeeded, you should havebin\unicode\NppEditorConfig.dllandbin\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.

Supported properties

The EditorConfig Notepad++ plugin supports the following EditorConfigproperties:

  • indent_style
  • indent_size
  • tab_width
  • end_of_line
  • root (only used by EditorConfig core)

Bugs and Feature Requests

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++93.6%
  • CMake6.4%

[8]ページ先頭

©2009-2025 Movatter.jp