gecko-dev/devtools/client/sourceeditor
Julian Descottes b6c5329234 Bug 1339293 - devtools sourceeditor: calculate indentSize depending on current position;r=gl
The TAB handler for the source editor used to add indentSize - 1 spaces, unless the caret
was on the beginning of a line. This only ever works if you are pressing TAB after writing
one character. Otherwise we should always calculate the necessary spaces based on the caret
position (modulo indentSize)

MozReview-Commit-ID: EdcM4IhhyMk

--HG--
extra : rebase_source : 99957d8683f172d65213052e36281a24c7dffd2a
2017-05-02 12:48:42 +02:00
..
codemirror
tern
test
.eslintrc.js
autocomplete.js
css-autocompleter.js
debugger.js
editor.js Bug 1339293 - devtools sourceeditor: calculate indentSize depending on current position;r=gl 2017-05-02 12:48:42 +02:00
moz.build
package.json
webpack.config.js