Edit File by line
/home/barbar84/www/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/spreadsh...
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Spreadsheet mode</title>
[2] Fix | Delete
<meta charset="utf-8"/>
[3] Fix | Delete
<link rel=stylesheet href="../../doc/docs.css">
[4] Fix | Delete
[5] Fix | Delete
<link rel="stylesheet" href="../../lib/codemirror.css">
[6] Fix | Delete
<script src="../../lib/codemirror.js"></script>
[7] Fix | Delete
<script src="../../addon/edit/matchbrackets.js"></script>
[8] Fix | Delete
<script src="spreadsheet.js"></script>
[9] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[10] Fix | Delete
<div id=nav>
[11] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[12] Fix | Delete
[13] Fix | Delete
<ul>
[14] Fix | Delete
<li><a href="../../index.html">Home</a>
[15] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[16] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[17] Fix | Delete
</ul>
[18] Fix | Delete
<ul>
[19] Fix | Delete
<li><a href="../index.html">Language modes</a>
[20] Fix | Delete
<li><a class=active href="#">Spreadsheet</a>
[21] Fix | Delete
</ul>
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
<article>
[25] Fix | Delete
<h2>Spreadsheet mode</h2>
[26] Fix | Delete
<form><textarea id="code" name="code">=IF(A1:B2, TRUE, FALSE) / 100</textarea></form>
[27] Fix | Delete
[28] Fix | Delete
<script>
[29] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[30] Fix | Delete
lineNumbers: true,
[31] Fix | Delete
matchBrackets: true,
[32] Fix | Delete
extraKeys: {"Tab": "indentAuto"}
[33] Fix | Delete
});
[34] Fix | Delete
</script>
[35] Fix | Delete
[36] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-spreadsheet</code>.</p>
[37] Fix | Delete
[38] Fix | Delete
<h3>The Spreadsheet Mode</h3>
[39] Fix | Delete
<p> Created by <a href="https://github.com/robertleeplummerjr">Robert Plummer</a></p>
[40] Fix | Delete
</article>
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function