Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indentation detection #1

Closed
wants to merge 1 commit into from

Conversation

john-peterson
Copy link
Member

the patch is at #1

indentation should be detected

users take for granted that the app detect EOL style and encoding. it should be equally unquestionable that it detects indentation style because it's an equally big time waster when it doesn't

svn

commit in svn with

curl https://github.com/mirror/notepadplus/pull/1.diff > patch.diff
patch -p1 < patch.diff

copy the commit message from https://github.com/mirror/notepadplus/pull/1/commits

set me as author

svn propset --revprop svn:author 'john-peterson'

sourceforge

a pull request notification is at https://sourceforge.net/p/notepad-plus/patches/438 https://sourceforge.net/p/notepad-plus/patches/645

@john-peterson john-peterson changed the title Indentation detection, 'Edit with Notepad++' association, automatic window arrangement compatibility, sql and vbs comment Indentation detection, automatic window arrangement compatibility Jan 31, 2015
@john-peterson john-peterson changed the title Indentation detection, automatic window arrangement compatibility Indentation detection Jan 31, 2015
@john-peterson john-peterson changed the title Indentation detection Add indentation detection Jan 31, 2015
copy scite's indentation detection to this app

use the tab setting when indentation can't be detected (in an empty or indentation-less document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants