-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmc.html
118 lines (103 loc) · 4.28 KB
/
mc.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?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>Midnight Commander mod with Colorer-take5 syntax engine</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>
<h1>Midnight Commander mod with Colorer-take5 syntax engine</h1>
<p>
<img alt='mc' style="float: right" src='images/mcpic.png' width='465' height='348'/>
This Midnight Commander build is modified to use
Colorer-take5 as a syntax highlighting engine in the standard mc editor.
</p>
<h2>Features</h2>
<p>
MC-Colorer supports all basic functionality you have already in Eclipse or FAR Colorer:
</p>
<ul>
<li>General syntax highlighting with all the features common HRC language base provides.</li>
<li>Brackets/paired constructions matching, jumping and block marking.</li>
<li>Plain outliner for the functions list.</li>
<li>Color styles runtime change with special dialog.</li>
<li>Syntax type selection dialog.</li>
</ul>
<h2>Building and installing</h2>
<div class="download">
<a href="http://sourceforge.net/project/showfiles.php?group_id=34855&package_id=188547">Get MC-Colorer</a>
</div>
<p>
Source package allows you to rebuild it for any platform MC available on,
and Binary package contains Midnight Commander, compiled for <strong>i386 Linux</strong> (mdk10).
</p>
<ul>
<li>Source package doesn't contain colorer-take5 library part, so you should download and compile it separately
(<a href="http://sourceforge.net/project/showfiles.php?group_id=34855">Colorer-take5-linux</a>)
</li>
<li>Binary package already contains compiled colorer-take5 library you need.
You can install it into normal place (/usr/ or /usr/local/) or just unpack somewere.
</li>
<li>
MC binary was compiled with hardcoded <strong>/usr/</strong> prefix,
so you should have MC already installed there
or recompile it from the source package with your prefix.
</li>
<li>
In case you have no root rights, just use the provided <strong>'mclr.sh'</strong> script to run it.
Or you can install library and <strong>mc</strong> binary into the appropriate locations and use it
as always.
<br/>
</li>
</ul>
<hr/>
<h2>Whats new in MCColorer 0.9?</h2>
<ul>
<li>Color style selection dialog from MCEdit menu.</li>
<li>Outline dialog (<strong>Commands/Outline</strong> MCEdit menu).</li>
<li>Syntax selection dialog.</li>
<li>Upmerge with latest CVS MC revision.</li>
</ul>
<hr/>
<h2>Whats new in MCColorer 0.5?</h2>
<p>
Editor is now capable to show paired constructions, like it works in eclipse/far versions.<br/>
Moreover, two editor menu options were added:
Command/<code>"Select Block"</code> and <code>"Select Block Content"</code>.
<br/>
These allows you to mark with selection current paired construction.
<br/>
Of course, <code>"Go to matching Bracket"</code> (alt/meta-b) also works with Colorer.
</p>
<p>
There is no UI settings now, however you can manually change default color
style, colorer uses to highlight the text.
<br/>
To do this just add this section to your ~/.mc/ini file:
</p>
<pre>
[Colorer]
colorer_hrd_string=nc
</pre>
<p>
Changing it's value you can choose one of available HRD styles (see your
colorer/catalog.xml file for list of available styles).
</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>
<object><noscript><p><img src="http://sourceforge.net/apps/piwik/colorer/piwik.php?idsite=1" alt="piwik"/></p></noscript></object>
<!-- End Piwik Tag -->
</body>
</html>