-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfarplugin.html
61 lines (52 loc) · 2.53 KB
/
farplugin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="ru" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="syntax highlighting, colorer, colorizer, coloring, syntax check, text parsing, cail lomecb, color, coloring, highliting, âûäåëåíèå öâåòîì, êîëîðåð, ðàñöâåòêà, ðåäàêòîð, Colorizer, text"/>
<title>Far Manager Plugin</title>
<link href="styles/styles.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="images/logo-small.png"/>
</head>
<body>
<div class='back'><a href='index.html'><img alt='back' src='images/back.png' width='40' height='18'/></a></div>
<div style="float: right;"><img src="images/far1.png" width="344" height="301"/></div>
<h1>Far Manager Plugin</h1>
<h2>Installation</h2>
<div class="download">
<a href="https://sourceforge.net/projects/colorer/files/FAR%20Colorer/">Get FarColorer</a>
</div>
<p>
To install colorer plugin for <a href="http://www.farmanager.com/">Far Manager</a>,
you have to extract plugin distribution archive into the <code>Far\Plugins\Colorer</code>
folder or use provided installer
and restart Far Manager. Be sure to remove or disable all previous versions
of colorer, installed in Far.</p>
<h2>Features</h2>
<p>Colorer Plugin for Far Manager implements all the most important Colorer-take5 features.
These include:</p>
<ul>
<li>Editor syntax highlighting capabilities.<br/>
<img src="images/far2.png" width="475" height="273"/></li>
<li>Paired structures highlighting, search and selection.</li>
<li>Outline structure creation and flexible management.</li>
<li>Syntax caching, on modify reparsing.</li>
</ul>
<p>You can list and check all types, available in current HRC set.
Plugins supports selection of one of the installed Coloring styles.
</p>
<p>For more information see Far Manager help files, associated with plugin.</p>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/colorer/" : "http://sourceforge.net/apps/piwik/colorer/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<noscript><p><img src="http://sourceforge.net/apps/piwik/colorer/piwik.php?idsite=1" alt="piwik"/></p></noscript>
<!-- End Piwik Tag -->
</body>
</html>