<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: MadEdit: 免费好用的跨平台文本/十六进制编辑器</title>
	<atom:link href="http://www.linuxtoy.org/archives/madedit.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/madedit.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 10 Feb 2012 04:03:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: duke</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-165148</link>
		<dc:creator>duke</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-165148</guid>
		<description>&lt;p&gt;emacs編輯上百兆的文件很慢，卡死掉了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>emacs編輯上百兆的文件很慢，卡死掉了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kappa8086</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-151547</link>
		<dc:creator>kappa8086</dc:creator>
		<pubDate>Thu, 08 Apr 2010 11:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-151547</guid>
		<description>&lt;p&gt;40L的代码补丁值得试试...郁闷半年多了
没了madedit十六进制编辑器我就想找个专门的，居然就这么困难，vim就甭提了，根本玩不了大文件
编码识别vim也比madedit弱很多&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>40L的代码补丁值得试试...郁闷半年多了
没了madedit十六进制编辑器我就想找个专门的，居然就这么困难，vim就甭提了，根本玩不了大文件
编码识别vim也比madedit弱很多</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xulinzhou</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-139041</link>
		<dc:creator>xulinzhou</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-139041</guid>
		<description>&lt;p&gt;11L &#38; 15 L that has "segmentation fault", because the in the MadEdit::OnPaint function will be call when m_ClientBitmap=NULL.
I change this by add follow code in the front of the MadEdit::OnPaint like this:&lt;/p&gt;

&lt;p&gt;void MadEdit::OnPaint(wxPaintEvent &#38;evt)&lt;/p&gt;

&lt;p&gt;{
    if(m&lt;em&gt;ClientWidth==0 &#124;&#124; m&lt;/em&gt;ClientHeight==0)
        return;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;wxPaintDC dc(this);

wxMemoryDC memdc, markdc;



wxWindow *focuswin=FindFocus();
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;...........&lt;/p&gt;

&lt;p&gt;and now make!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>11L &amp; 15 L that has "segmentation fault", because the in the MadEdit::OnPaint function will be call when m_ClientBitmap=NULL.
I change this by add follow code in the front of the MadEdit::OnPaint like this:</p>

<p>void MadEdit::OnPaint(wxPaintEvent &amp;evt)</p>

<p>{
    if(m<em>ClientWidth==0 || m</em>ClientHeight==0)
        return;</p>

<pre><code>wxPaintDC dc(this);

wxMemoryDC memdc, markdc;



wxWindow *focuswin=FindFocus();
</code></pre>

<p>...........</p>

<p>and now make!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mercurius</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-130116</link>
		<dc:creator>Mercurius</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-130116</guid>
		<description>&lt;p&gt;饮水思源上的介绍文章，作者推崇的是EmEditor。&lt;/p&gt;

&lt;p&gt;MadEdit的优点：小巧快速，整个程序文件夹不超过2M；Unicode支持，自动检测内码，可
以编辑和保存任意编码格式，支持实时编码转换；带有16进制编辑模式；界面语言支持简
繁日英意；开源。&lt;/p&gt;

&lt;p&gt;在转码功能上，MadEdit有一个很特别的功能：支持日文汉字、简体汉字和繁体汉字的互转
。同一个汉字在不同的书写体系中有不同的书写方式（当然编码也不同），MadEdit可以在
文件编码一定的情况下改变汉字的书写形式，如果出现了目标编码页不包括的汉字，MadE
dit会将其标注为U+XXXXh的Unicode越界形式便于恢复，不会丢失字符信息。&lt;/p&gt;

&lt;p&gt;这个功能有时是很实用的，比如原来我在轻国下的日文小说，上传者很秀逗地特意把日文
汉字预先替换成简体汉字，然后转成GB码。而我PDA上的青空文库体阅读软件只能读取Shi
ft-JIS编码的青空文库格式文本。利用EmEditor来做GB到Shift-JIS的转码，由于Shift-J
IS不包括某些简体汉字，这些汉字全部被转换为“？”。利用MadEdit就能轻松地转码。&lt;/p&gt;

&lt;p&gt;不过MadEdit还算不上成熟的编辑器，它的缺点很明显：还存在很多bug；作为开源软件却
没有内建扩展功能，没有宏、插件、不支持外部工具；连开发文档都没有；还有，程序图标实在是太过小众了……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>饮水思源上的介绍文章，作者推崇的是EmEditor。</p>

<p>MadEdit的优点：小巧快速，整个程序文件夹不超过2M；Unicode支持，自动检测内码，可
以编辑和保存任意编码格式，支持实时编码转换；带有16进制编辑模式；界面语言支持简
繁日英意；开源。</p>

<p>在转码功能上，MadEdit有一个很特别的功能：支持日文汉字、简体汉字和繁体汉字的互转
。同一个汉字在不同的书写体系中有不同的书写方式（当然编码也不同），MadEdit可以在
文件编码一定的情况下改变汉字的书写形式，如果出现了目标编码页不包括的汉字，MadE
dit会将其标注为U+XXXXh的Unicode越界形式便于恢复，不会丢失字符信息。</p>

<p>这个功能有时是很实用的，比如原来我在轻国下的日文小说，上传者很秀逗地特意把日文
汉字预先替换成简体汉字，然后转成GB码。而我PDA上的青空文库体阅读软件只能读取Shi
ft-JIS编码的青空文库格式文本。利用EmEditor来做GB到Shift-JIS的转码，由于Shift-J
IS不包括某些简体汉字，这些汉字全部被转换为“？”。利用MadEdit就能轻松地转码。</p>

<p>不过MadEdit还算不上成熟的编辑器，它的缺点很明显：还存在很多bug；作为开源软件却
没有内建扩展功能，没有宏、插件、不支持外部工具；连开发文档都没有；还有，程序图标实在是太过小众了……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bamanzi</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129986</link>
		<dc:creator>bamanzi</dc:creator>
		<pubDate>Tue, 01 Dec 2009 05:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129986</guid>
		<description>&lt;p&gt;刚发现它的列模式不错，跟UltraEdit差不多（抱歉我不太清楚其他编辑器的列模式如何）&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>刚发现它的列模式不错，跟UltraEdit差不多（抱歉我不太清楚其他编辑器的列模式如何）</p>]]></content:encoded>
	</item>
	<item>
		<title>By: b4283</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129901</link>
		<dc:creator>b4283</dc:creator>
		<pubDate>Mon, 30 Nov 2009 04:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129901</guid>
		<description>&lt;p&gt;想了想，電腦裡面已經有了 vim，實在不需要其他 gtk editor 了
索性把 leafpad beaver medit 全刪了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>想了想，電腦裡面已經有了 vim，實在不需要其他 gtk editor 了
索性把 leafpad beaver medit 全刪了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Deleted</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129900</link>
		<dc:creator>Deleted</dc:creator>
		<pubDate>Mon, 30 Nov 2009 04:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129900</guid>
		<description>&lt;p&gt;For 11F and 15F: The problem in Ubuntu 9.10 might be occurred when using iBus. I changed the default IM to gcin by im-switch command, and the problem is solved.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For 11F and 15F: The problem in Ubuntu 9.10 might be occurred when using iBus. I changed the default IM to gcin by im-switch command, and the problem is solved.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ginkgo</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129896</link>
		<dc:creator>ginkgo</dc:creator>
		<pubDate>Mon, 30 Nov 2009 04:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129896</guid>
		<description>&lt;p&gt;madedit的16进制编辑是比vim要好一点，特别是粘贴的时候。不过vim的主要是文字编辑方面强。&lt;/p&gt;

&lt;p&gt;linux下好用的16进制编辑器还没有象winhex那么方便的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>madedit的16进制编辑是比vim要好一点，特别是粘贴的时候。不过vim的主要是文字编辑方面强。</p>

<p>linux下好用的16进制编辑器还没有象winhex那么方便的。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: huangda1982</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129887</link>
		<dc:creator>huangda1982</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129887</guid>
		<description>&lt;p&gt;vim的十六进制模式不能删字节的，可用性比较差的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>vim的十六进制模式不能删字节的，可用性比较差的。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 51xuele</title>
		<link>http://linuxtoy.org/archives/madedit.html#comment-129885</link>
		<dc:creator>51xuele</dc:creator>
		<pubDate>Mon, 30 Nov 2009 01:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3533#comment-129885</guid>
		<description>&lt;p&gt;The simple the best.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The simple the best.</p>]]></content:encoded>
	</item>
</channel>
</rss>

