devskii
devskii

Reputation: 355

How to configure Notepad++ to backspace unindent

I can't seem to find where to configure this option. Backspace unindent only works when using hard tabs, but should'nt this work since it works on other Scintilla based editors (eg Scite)?

Upvotes: 14

Views: 6330

Answers (3)

Johnny Wong
Johnny Wong

Reputation: 975

npp_tabs seems not working anymore.

Use ExtSettings, which is available through PluginsAdmin.

Website: https://sourceforge.net/projects/extsettings/

Upvotes: 2

ZorbaTHut
ZorbaTHut

Reputation: 1183

The solution I've found, which works exactly like Scite's solution does, is a little plugin from Virtual Roadside named npp_tabs. Highly recommended - after three separate attempts, it's the only thing I found that worked how I wanted.

Upvotes: 12

JimP
JimP

Reputation: 1076

Go to Setting > Shortcut Mapper then click the "Scintilla Commands" tab. Line 11 (on my version) is where you set the shortcut key for "SCI_BACKTAB". Highlight it and press "Modify" and you can set it to whatever you would like.

Hope this helps.

Upvotes: 3

Related Questions