Skip to content

Add an alwaysInsertAfter option on the editor to always force content to...#1972

Closed
jvdl wants to merge 1 commit intocodemirror:masterfrom
jvdl:master
Closed

Add an alwaysInsertAfter option on the editor to always force content to...#1972
jvdl wants to merge 1 commit intocodemirror:masterfrom
jvdl:master

Conversation

@jvdl
Copy link
Copy Markdown
Contributor

@jvdl jvdl commented Nov 21, 2013

Add an alwaysInsertAfter option on the editor to always force content to be injected after a targeted line to avoid pushing the current last line to the end of the document. Fixes #1967

… to be injected after a targeted line to avoid pushing the current last line to the end of the document. Fixes #1967
marijnh added a commit that referenced this pull request Nov 21, 2013
@marijnh
Copy link
Copy Markdown
Member

marijnh commented Nov 21, 2013

Implemented in a slightly different way as wholeLineUpdateBefore in attached patch.

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.

Insertion position on blank line with trailing newline char is inconsistent

3 participants