codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

Pressing tab causes entire line to indent #61

Closed gitbase closed 12 years ago

gitbase commented 12 years ago

Pressing tab causes entire line to indent in CM2.

I dont want that to happen. instead it should just add the tab at the cursor position.

marijnh commented 12 years ago

Duplicate bug report.

kaniga commented 12 years ago

I'm experiencing the same issue, but can't seem to find the duplicate bug report. Could you please supply me with the ref ?

marijnh commented 12 years ago

Strange, I can't find it anymore either. Anyway, the information you want is at http://codemirror.net/doc/upgrade_v2.2.html

marijnh commented 12 years ago

Ah, here you go: https://github.com/marijnh/CodeMirror2/issues/285 . This is the wrong repository.