Edit File by line
/home/barbar84/www/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/properti...
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Properties files 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="properties.js"></script>
[8] Fix | Delete
<style>.CodeMirror {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}</style>
[9] Fix | Delete
<div id=nav>
[10] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[11] Fix | Delete
[12] Fix | Delete
<ul>
[13] Fix | Delete
<li><a href="../../index.html">Home</a>
[14] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[15] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[16] Fix | Delete
</ul>
[17] Fix | Delete
<ul>
[18] Fix | Delete
<li><a href="../index.html">Language modes</a>
[19] Fix | Delete
<li><a class=active href="#">Properties files</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<article>
[24] Fix | Delete
<h2>Properties files mode</h2>
[25] Fix | Delete
<form><textarea id="code" name="code">
[26] Fix | Delete
# This is a properties file
[27] Fix | Delete
a.key = A value
[28] Fix | Delete
another.key = http://example.com
[29] Fix | Delete
! Exclamation mark as comment
[30] Fix | Delete
but.not=Within ! A value # indeed
[31] Fix | Delete
# Spaces at the beginning of a line
[32] Fix | Delete
spaces.before.key=value
[33] Fix | Delete
backslash=Used for multi\
[34] Fix | Delete
line entries,\
[35] Fix | Delete
that's convenient.
[36] Fix | Delete
# Unicode sequences
[37] Fix | Delete
unicode.key=This is \u0020 Unicode
[38] Fix | Delete
no.multiline=here
[39] Fix | Delete
# Colons
[40] Fix | Delete
colons : can be used too
[41] Fix | Delete
# Spaces
[42] Fix | Delete
spaces\ in\ keys=Not very common...
[43] Fix | Delete
</textarea></form>
[44] Fix | Delete
<script>
[45] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
[46] Fix | Delete
</script>
[47] Fix | Delete
[48] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-properties</code>,
[49] Fix | Delete
<code>text/x-ini</code>.</p>
[50] Fix | Delete
[51] Fix | Delete
</article>
[52] Fix | Delete
[53] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function