Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/rpm/changes
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: RPM changes 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="changes.js"></script>
[8] Fix | Delete
<link rel="stylesheet" href="../../../doc/docs.css">
[9] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[10] Fix | Delete
[11] Fix | Delete
<div id=nav>
[12] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../../doc/logo.png"></a>
[13] Fix | Delete
[14] Fix | Delete
<ul>
[15] Fix | Delete
<li><a href="../../../index.html">Home</a>
[16] Fix | Delete
<li><a href="../../../doc/manual.html">Manual</a>
[17] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[18] Fix | Delete
</ul>
[19] Fix | Delete
<ul>
[20] Fix | Delete
<li><a href="../../index.html">Language modes</a>
[21] Fix | Delete
<li><a class=active href="#">RPM changes</a>
[22] Fix | Delete
</ul>
[23] Fix | Delete
</div>
[24] Fix | Delete
[25] Fix | Delete
<article>
[26] Fix | Delete
<h2>RPM changes mode</h2>
[27] Fix | Delete
[28] Fix | Delete
<div><textarea id="code" name="code">
[29] Fix | Delete
-------------------------------------------------------------------
[30] Fix | Delete
Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
[31] Fix | Delete
[32] Fix | Delete
- Update to r60.3
[33] Fix | Delete
- Fixes bug in the reflect package
[34] Fix | Delete
* disallow Interface method on Value obtained via unexported name
[35] Fix | Delete
[36] Fix | Delete
-------------------------------------------------------------------
[37] Fix | Delete
Thu Oct 6 08:14:24 UTC 2011 - misterx@example.com
[38] Fix | Delete
[39] Fix | Delete
- Update to r60.2
[40] Fix | Delete
- Fixes memory leak in certain map types
[41] Fix | Delete
[42] Fix | Delete
-------------------------------------------------------------------
[43] Fix | Delete
Wed Oct 5 14:34:10 UTC 2011 - misterx@example.com
[44] Fix | Delete
[45] Fix | Delete
- Tweaks for gdb debugging
[46] Fix | Delete
- go.spec changes:
[47] Fix | Delete
- move %go_arch definition to %prep section
[48] Fix | Delete
- pass correct location of go specific gdb pretty printer and
[49] Fix | Delete
functions to cpp as HOST_EXTRA_CFLAGS macro
[50] Fix | Delete
- install go gdb functions & printer
[51] Fix | Delete
- gdb-printer.patch
[52] Fix | Delete
- patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
[53] Fix | Delete
gdb functions and pretty printer
[54] Fix | Delete
</textarea></div>
[55] Fix | Delete
<script>
[56] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[57] Fix | Delete
mode: {name: "changes"},
[58] Fix | Delete
lineNumbers: true,
[59] Fix | Delete
indentUnit: 4
[60] Fix | Delete
});
[61] Fix | Delete
</script>
[62] Fix | Delete
[63] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-rpm-changes</code>.</p>
[64] Fix | Delete
</article>
[65] Fix | Delete
[66] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function