Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js

Issue 2176313002: DevTools: disable "lineWiseCopyCut" CodeMirror option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js b/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
index 1098c1ed1d6467567618729d98fe51d9a61b2b4d..0a252b7182ae054ac485b660a23b8c760ef9e90c 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
@@ -132,6 +132,7 @@ WebInspector.CodeMirrorUtils.prototype = {
var codeMirror = new window.CodeMirror(element, {
mode: config.mode,
lineWrapping: config.lineWrapping,
+ lineWiseCopyCut: false,
smartIndent: config.smartIndent,
autofocus: true,
theme: config.theme,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698