You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>New modes: <ahref="../mode/ocaml/index.html">OCaml</a>, <ahref="../mode/haxe/index.html">Haxe</a>, and <ahref="../mode/vb/index.html">VB.NET</a>.</li>
32
+
<li>Several fixes to the new scrolling model.</li>
33
+
<li>Add a <ahref="manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
34
+
<li>Add <ahref="manual.html#getHistory"><code>getHistory</code></a> and <ahref="manual.html#setHistory"><code>setHistory</code></a> methods.</li>
35
+
<li>Allow custom line separator string in <ahref="manual.html#getValue"><code>getValue</code></a> and <ahref="manual.html#getRange"><code>getRange</code></a>.</li>
36
+
<li>Support double- and triple-click drag, double-clicking whitespace.</li>
<li>New modes: <ahref="mode/ocaml/index.html">OCaml</a>, <ahref="mode/haxe/index.html">Haxe</a>, and <ahref="mode/vb/index.html">VB.NET</a>.</li>
427
-
<li>Several fixes to the new scrolling model.</li>
428
-
<li>Add a <ahref="doc/manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
429
-
<li>Add <ahref="doc/manual.html#getHistory"><code>getHistory</code></a> and <ahref="doc/manual.html#setHistory"><code>setHistory</code></a> methods.</li>
430
-
<li>Allow custom line separator string in <ahref="doc/manual.html#getValue"><code>getValue</code></a> and <ahref="doc/manual.html#getRange"><code>getRange</code></a>.</li>
431
-
<li>Support double- and triple-click drag, double-clicking whitespace.</li>
Copy file name to clipboardExpand all lines: mode/mysql/index.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ <h1>CodeMirror: MySQL mode</h1>
35
35
});
36
36
</script>
37
37
38
+
<p><strong><spanstyle="color: red">!!</span> This mode is deprecated in favor of the <ahref="../sql/index.html">generic SQL mode</a> (which can be configured to handle MySQL).</strong></p>
<p><strong><spanstyle="color: red">!!</span> This mode is deprecated in favor of the <ahref="../sql/index.html">generic SQL mode</a> (which can be configured to handle PL/SQL).</strong></p>
57
+
56
58
<p>
57
59
Simple mode that handles Oracle PL/SQL language (and Oracle SQL, of course).
0 commit comments