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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js

Issue 2372663004: DevTools: Replace multiline InplaceEditor with CodeMirrorTextEditor (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
index c234cb48e635ea761bbf0331eefedb183259f2b6..9fe38800369156cf3a8e27d1db1e4c531cf4a6cc 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
@@ -94,7 +94,8 @@ WebInspector.TextEditor.Options;
* substituteRangeCallback: ((function(number, number):?WebInspector.TextRange)|undefined),
* suggestionsCallback: ((function(!WebInspector.TextRange, !WebInspector.TextRange):?Promise.<!WebInspector.SuggestBox.Suggestions>)|undefined),
* isWordChar: ((function(string):boolean)|undefined),
- * captureEnter: (boolean|undefined)
+ * captureEnter: (boolean|undefined),
+ * padBottom: (boolean|undefined)
* }}
**/
WebInspector.AutocompleteConfig;

Powered by Google App Engine
This is Rietveld 408576698