推荐MadEdit,非常给力的gui中文编辑器
- redhatlinux10
- 帖子: 773
- 注册时间: 2008-01-22 23:24
- 来自: 三亚
- 联系:
Re: 推荐MadEdit,非常给力的gui中文编辑器
打开第二个文件madedit就崩溃推出了。
牛牛博客
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
- skydark
- 帖子: 24
- 注册时间: 2009-03-31 8:12
Re: 推荐MadEdit,非常给力的gui中文编辑器
redhatlinux10 写了:打开第二个文件madedit就崩溃推出了。
以前在本论坛搜到的。madedit has "segmentation fault" in ubuntu 9.10, 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:
void MadEdit::OnPaint(wxPaintEvent &evt) {
if(m_ClientWidth==0 || m_ClientHeight==0) return;
wxPaintDC dc(this);
wxMemoryDC memdc, markdc;
wxWindow *focuswin=FindFocus();
...........
and now make! (…less)
- redhatlinux10
- 帖子: 773
- 注册时间: 2008-01-22 23:24
- 来自: 三亚
- 联系:
Re: 推荐MadEdit,非常给力的gui中文编辑器
不知道有没有已经修改了该故障的deb包啊?就是不想自己编译,懒得装依赖库啊。skydark 写了:redhatlinux10 写了:打开第二个文件madedit就崩溃推出了。以前在本论坛搜到的。madedit has "segmentation fault" in ubuntu 9.10, 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:
void MadEdit::OnPaint(wxPaintEvent &evt) {
if(m_ClientWidth==0 || m_ClientHeight==0) return;
wxPaintDC dc(this);
wxMemoryDC memdc, markdc;
wxWindow *focuswin=FindFocus();
...........
and now make! (…less)
牛牛博客
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
- skydark
- 帖子: 24
- 注册时间: 2009-03-31 8:12
Re: 推荐MadEdit,非常给力的gui中文编辑器
希望它工作……redhatlinux10 写了:不知道有没有已经修改了该故障的deb包啊?就是不想自己编译,懒得装依赖库啊。skydark 写了:redhatlinux10 写了:打开第二个文件madedit就崩溃推出了。以前在本论坛搜到的。madedit has "segmentation fault" in ubuntu 9.10, 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:
void MadEdit::OnPaint(wxPaintEvent &evt) {
if(m_ClientWidth==0 || m_ClientHeight==0) return;
wxPaintDC dc(this);
wxMemoryDC memdc, markdc;
wxWindow *focuswin=FindFocus();
...........
and now make! (…less)
- 附件
-
- madedit_0.2.9-1_i386.deb
- (1.08 MiB) 已下载 143 次
-
- 帖子: 219
- 注册时间: 2011-11-05 13:00
Re: 推荐MadEdit,非常给力的gui中文编辑器
谢谢楼上提供的软件包;本来对它很失望,打开gbk编码的文件就直接崩溃,现在好了 
要求不高,能看中文编码的txt文件就行了,gedit\leafpad都不好使,medit\kate不错,楼上的也不错

要求不高,能看中文编码的txt文件就行了,gedit\leafpad都不好使,medit\kate不错,楼上的也不错
-
- 帖子: 219
- 注册时间: 2011-11-05 13:00
Re: 推荐MadEdit,非常给力的gui中文编辑器
可以用wine运行一个cnbook;cnbook和textpro几乎一模一样guokw 写了:强烈建议做成和textpro一样强大功能的文本处理,不要再在那些编程用的文本编辑器中竞争了,没多大意思。
我的朋友们常用的就是textpro,那个没有linux版本。
- redhatlinux10
- 帖子: 773
- 注册时间: 2008-01-22 23:24
- 来自: 三亚
- 联系:
Re: 推荐MadEdit,非常给力的gui中文编辑器
解决了我提到的问题,非常感谢!skydark 写了: 希望它工作……
牛牛博客
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
- redhatlinux10
- 帖子: 773
- 注册时间: 2008-01-22 23:24
- 来自: 三亚
- 联系:
Re: 推荐MadEdit,非常给力的gui中文编辑器
该项目的主页好像不可访问了,项目开发还是激活状态吗?
牛牛博客
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
linux 系统中 Chrome 地址栏输入卡顿的解决方法
Linux 下 MPV 和 VLC 播放器 VAAPI 显卡加速对比
---
using : openSUSE 13.2 ( 3.16.6-2 x86_64 ) , KDE 4.14.2
- skydark
- 帖子: 24
- 注册时间: 2009-03-31 8:12
Re: 推荐MadEdit,非常给力的gui中文编辑器
你一说才发现项目主页上不去了……redhatlinux10 写了:该项目的主页好像不可访问了,项目开发还是激活状态吗?

以前关注的时候就有段时间没有更新过了。
蛮可惜的,如果经常需要处理来自windows的文件,madedit是我用过的辨识度最好的。
而且我经常处理日文编码的文件,它工作的也非常好。几乎第一次认的都是对的,就算不是对的,重试其他编码也比很多软件方便。也自带了转换编码转换日文和繁简字的功能。
有时也用它处理一些二进制文件。对于带着gbk/shift-jis的字符串资源的二进制文件以及大尺寸的文件,这是最好的选择。
当然现在的功能倒也足够用了,平时文本编辑的主力已经是它和vim了,倒也没必要非要更新什么的。但确实觉得这个项目挺好的。另外我意见最大的其实是wxwidget……
-
- 帖子: 89
- 注册时间: 2008-02-26 15:55
Re: 推荐MadEdit,非常给力的gui中文编辑器
有没有64位的啊
- fuhaoyun
- 帖子: 526
- 注册时间: 2009-05-08 14:12
- 来自: http://weibo.com/u/2201287863
Re: 推荐MadEdit,非常给力的gui中文编辑器

只用Ubuntu/Unity:安全、高效、自由、简洁!
http://weibo.com/u/2201287863
----------------------------------------------------
用了4年Ubuntu,发现离开windows也可以活得很好
看球赛、炒股、聊天、office等等都不算问题了
一切都是习惯,困难解决了就好
-
- 帖子: 61
- 注册时间: 2011-05-03 17:31
-
- 帖子: 6548
- 注册时间: 2008-10-31 22:12
- 系统: 践兔
- 联系: