forked from wxMEdit/wxMEdit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (151 loc) · 7.35 KB
/
index.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<!-- vim: set sw=2 ts=2 sts=2 et: -->
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<script type="text/javascript">
if (location.search) {
var s = location.search;
var l = s.substr(1);
if (l.substr(0, 3) == 'hl=')
l = l.substr(3);
if (l.match(/^es_[A-Z][A-Z]/))
l = 'es';
var l10n = {'zh_CN':'zh_CN', 'zh_SG':'zh_CN', 'zh':'zh_CN', 'zh_TW':'zh_TW', 'zh_HK':'zh_TW',
'zh_MO':'zh_TW', 'ja_JP':'ja_JP', 'ja':'ja_JP', 'es':'es', 'de_DE':'de_DE'}[l] || '';
location = l10n + location.pathname + location.hash;
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/architectsdaughter.css">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="javascripts/html5.js"></script>
<![endif]-->
<title>wxMEdit - A Cross-platform Text/Hex Editor</title>
</head>
<body>
<header>
<div class="inner">
<h1>wxMEdit</h1>
<h2>A Cross-platform Text/Hex Editor</h2>
<a href="https://github.com/hltj" class="button"><small>Follow me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<aside id="sidebar">
<h2><a>Home</a></h2>
<h2><a href="downloads.html">Downloads</a></h2>
<h2><a href="credits.html">Credits</a></h2>
<h2><a target="_blank" href="https://github.com/hltj/wxMEdit/wiki">Wiki</a></h2>
<h2><a target="_blank" href="https://github.com/hltj/wxMEdit">Code</a></h2>
<h2><a target="_blank" href="https://github.com/hltj/wxMEdit/issues">Support</a></h2>
</aside>
<section id="main-content">
<p><strong>
<a href="zh_CN/">简体中文</a>
<a href="zh_TW/">正體中文</a>
<a href="de_DE/">Deutsch</a>
<a href="es/" >Español</a>
<a href="ja_JP/">日本語</a>
<a href="helpl10n.html" style="float:right;">[ Add/Update Translation ]</a>
</strong></p>
<h2>
<a name="wxmedit" class="anchor" href="#wxmedit"><span class="octicon octicon-link"></span></a>wxMEdit</h2>
<ul>
<li>wxMEdit is a cross-platform Text/Hex Editor written in C++ & wxWidgets.</li>
<li>wxMEdit is an improved version of <a href="http://sourceforge.net/projects/madedit/">MadEdit</a> which has been discontinued.</li>
<li>wxMEdit can edit files in Text/Column/Hex modes, and supports many useful functions, e.g. Bookmark, SyntaxHighlightings, Encodings, WordWrap, WordCount and Updates checking. </li>
<li>wxMEdit support common encodings (UTF8/16/32, ISO-8859-x, CP125x, KOI8, GB18030, Big5, ...) not only in Text/Column modes but also in Hex mode.</li>
<li>The purpose of this project is to provide a continually maintained text/hex editor with bug fixes, improvements and refactor.</li>
</ul><h2>
<a name="mainly-changes-from-madedit-029" class="anchor" href="#mainly-changes-from-madedit-029"><span class="octicon octicon-link"></span></a>Mainly Changes from MadEdit 0.2.9</h2>
<ul>
<li>Added automatically checking for updates.</li>
<li>Added bookmark support.</li>
<li>Added right-click context menu for each tab.</li>
<li>Added purging histories support.</li>
<li>Added selecting a line by triple click.</li>
<li>Added FreeBASIC syntax file.</li>
<li>Added an option to place configuration files into %APPDATA% directory under Windows.</li>
<li>Improved support for "Find / Replace".</li>
<li>Improved Mac OS X support.</li>
<li>Improved system integration under Windows.</li>
<li>Improved encoding detection result.</li>
<li>Improved Hex editing support.
<ul>
<li>Added more choices for data format copying/pasting in Hex Area.</li>
<li>Added new feature: Paste with Overwriting in Hex Area.</li>
</ul>
</li>
<li>Improved encoding support.
<ul>
<li>Added grouping of encodings.</li>
<li>Added new encodings: ISO-8859-16, Windows-1258, KOI8-R, KOI8-U, GB18030, CP850, CP852, CP855, CP866, CP437 Variant for ASCII-Art.</li>
</ul>
</li>
<li>Redesigned dialogs with Code::Blocks wxSmith.</li>
<li>Updated translations.
<ul>
<li>Added Spanish translation.</li>
<li>Added Russian translation.</li>
<li>Updated Simplified Chinese, Traditional Chinese and Japanese translations.</li>
</ul>
</li>
<li>Fixed many crashes and other bugs.</li>
<li>Improved build and packaging configurations.</li>
</ul><p>See <a href="https://github.com/hltj/wxMEdit/blob/master/ChangeLog">ChangeLog</a> for more changes.</p>
<h2>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h2>
<ul>
<li>wxMEdit can run under MS-Windows, Linux, FreeBSD and Mac OS X platforms.</li>
<li>Checks for updates automatically.</li>
<li>Supports bookmark.</li>
<li>Edits files in Text, Column and Hex modes.</li>
<li>In Hex-Mode, wxMEdit can open large files which size is up to 32GB (INT_MAX*16).</li>
<li>Users can change the encoding of files at runtime like Web-Browsers.</li>
<li>Supports many encodings, e.g.:
<ul>
<li>Unicode (UTF-8, UTF-16/32 with Little or Big Endian);</li>
<li>ISO-8859-1~16, Windows-1250~1258;</li>
<li>KOI8-R/U;</li>
<li>MS936(GBK*), GB18030, MS950(Big5*), Windows-31J(Shift-JIS*);</li>
<li>etc.</li>
</ul>
</li>
<li>Supports non-BMP Unicode Characters Such as CJK Ext-B/C/D, Miao Letters, Mathematical Alphanumeric Symbols, Musical Symbols, Emoji, etc.</li>
<li>If users input a character that is not supported by current encoding, this character will be converted to Unicode escape format (only code point format supported currently).</li>
<li>Regular Expression search & replace.</li>
<li>Opens multiple files on single instance.</li>
<li>Supports syntax-highlighting of many programming languages:
<ul>
<li>awk, C/C++, CSS, diff/patch, D, DOS Batch Script, Flash ActionScript, HTML, Java, JavaScript, JSP, Lua, Pascal, PHP, Perl, Python, Ruby, UNIX Shell Script, x86 Assembly, XML, Fortran, TeX/LaTeX, Squirrel, C#, Visual Basic, ASP(VBScript), SQL, Verilog, VHDL, FreeBASIC.</li>
</ul>
</li>
<li>wxMEdit can view ASCII-Art files with appropriate monospace font e.g.:
<ul>
<li>Courier New under Windows/Mac OS X;</li>
<li>Andale Mono, Courier, Menlo, Monaco under Mac OS X;</li>
<li>Console and Fixed under Unix-like OS; </li>
<li>DejaVu Sans Mono, Free Mono, Liberation Mono, etc.</li>
</ul>
</li>
</ul>
<div id="footer"><p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a> with modification.</p></div>
</section>
</div>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53914281-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>