Re: 推荐MadEdit,非常给力的gui中文编辑器
发表于 : 2011-11-12 23:19
打开第二个文件madedit就崩溃推出了。
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)
不知道有没有已经修改了该故障的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)
希望它工作……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)
可以用wine运行一个cnbook;cnbook和textpro几乎一模一样guokw 写了:强烈建议做成和textpro一样强大功能的文本处理,不要再在那些编程用的文本编辑器中竞争了,没多大意思。
我的朋友们常用的就是textpro,那个没有linux版本。
解决了我提到的问题,非常感谢!skydark 写了: 希望它工作……
你一说才发现项目主页上不去了……redhatlinux10 写了:该项目的主页好像不可访问了,项目开发还是激活状态吗?