evan-king / nppAutoDetectIndent

DEPRECATED: see Indenture instead

Home Page:https://github.com/evan-king/nppIndenture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED: see Indenture instead

Auto Detect Indention Plugin for Notepad++

version mit license build status

Detects indention (tab or spaces) and auto adjust Tab key on-the-fly

What It Does

Indention used in file Tab key
Tabs 1 tab
For example: 3 Spaces 3 spaces
Cannot determine Depends on Notepad++ settings

Installation

  1. Extract the downloaded archive
  2. Depending on your Notepad++ version (x86 or x64), move the respective nppAutoDetectIndent.dll into Notepad++ plugin folder.
    For Notepad++ x86: C:\Program Files (x86)\Notepad++\plugins
    For Notepad++ x64: C:\Program Files\Notepad++\plugins

Download

Latest version (x86 & x64 included)

Compiler

Visual Studio 2017 Community

Origin

Chocobo1 first discovered this functionality in Geany editor: detecting-indent-type
Finding autodetection preferable to reliance on systems like editorconfig, he implemented the original version.

After using the plugin for some time, I became increasingly annoyed with the plugin failing to correctly identify the indentation width for files using spaces. I was able to note some ways that the accuracy could be enhanced, however Chocobo1 was not actively supporting his version (or at least uninterested in my contributions). Hence this fork.

About

DEPRECATED: see Indenture instead

https://github.com/evan-king/nppIndenture

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:C 4.3%