Bug fix: use correct action name for "insert" action

The logic that updates breakpoint positions in the code editor has a small bug (uses action name "insertText" instead of "insert"). When the user presses enter in the middle of the line, the breakpoint is not supposed to move, but it does, because of this bug.
This commit is contained in:
Adrian T 2016-02-07 15:39:07 -06:00 committed by nightwing
parent f2ba7769bc
commit 73013a8f0e

View File

@ -72,7 +72,7 @@
"c9.ide.find": "#e33fbaed2f",
"c9.ide.find.infiles": "#f0149b05ff",
"c9.ide.find.replace": "#8cbce45290",
"c9.ide.run.debug": "#7406555669",
"c9.ide.run.debug": "#f51895faec",
"c9.automate": "#47e2c429c9",
"c9.ide.ace.emmet": "#6dc4585e02",
"c9.ide.ace.gotoline": "#a8ff07c8f4",