Differences between revisions 5 and 23 (spanning 18 versions)
Revision 5 as of 2004-08-21 19:05:49
Size: 1239
Editor: limodou
Comment:
Revision 23 as of 2004-10-15 11:15:18
Size: 2510
Editor: limodou
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
含有章节索引的中文 文章模板 A flexible general editor with mixins and plugins, based on wxPython.
Line 8: Line 8:
= NewEdit项目 = = NewEdit Project =
Line 10: Line 10:

You can check the Chinese Version of this wiki at NewEditCn.
Line 30: Line 32:
attachment:snapNE-2.4r1.gif
Line 35: Line 35:

== 截屏 ==

attachment:newedit_2_6_1.jpg
Line 46: Line 50:
 * 2.5 realease 1 Windows版 attachment:newedit2.5r1.exe  * 2.8 release 1 Windows版 attachment:NewEdit2.8.exe
 * 2.8 release 1 Source attachment:newedit_2.8r1.zip

 * 2.7 release 2 Windows版 attachment:NewEdit2.7r2.exe
 * 2.7 release 2 Source attachment:newedit_2.7r2.zip

== 如何得到最新源码 ==

得到最新的 NewEdit 源码很容易。你可以按照 http://newedit.tigris.org/servlets/ProjectSource 所说的去做。下面是我列出的步骤:

1. 你应该有一个cvs工具。我建议使用命令行工具,如:cvs.exe。在Windows下,你可以从 http://www.cvshome.org 上下载或如果你安装了cygwin,则其中已经包含它了。

2. 第一次:

首先要登录:

{{{
cvs -d :pserver:[email protected]:/cvs login
}}}

然后checkout出模块:

{{{
cvs -d :pserver:[email protected]:/cvs checkout newedit
}}}

这样将会在你的当前目录下创建一个newedit的目录。最新的源码就在里面。这一步应该只执行一次,除非你改变了目录。

3. 第二次和后面

进入以前使用checkout创建出来的newedit目录,然后只要执行:

{{{
cvs update
}}}

就可以了。

== 更多截屏 ==
 访问:NewEditScreenShot 查看NewEdit的样子

A flexible general editor with mixins and plugins, based on wxPython.

-- limodou [DateTime(2004-08-15T21:24:42Z)] TableOfContents

NewEdit Project

前身为FlyEdit,后变成为NewEdit

You can check the Chinese Version of this wiki at NewEditCn.

描述

NewEdit 是一个测试性的项目。它基于大量的mixin和plugin。所以扩展它很容易。

它是用Python + wxPython编写的。

最新的相关软件版本为:

  • Python 2.3.3
  • wxPython 2.4.2.4+ Unicode Version

任务

创建一个干净、强大的编辑器。并且扩展相当容易。

主要的特性:

  • 一个灵活的mixin和plugin框架
  • 用户可以加入自已的插件来处理文本

项目文档

截屏

attachment:newedit_2_6_1.jpg

软件下载

本软件现存于tigris.org站点上, [http://newedit.tigris.org 项目地址]

最新版本下载:

  • 2.8 release 1 Windows版 attachment:NewEdit2.8.exe

  • 2.8 release 1 Source attachment:newedit_2.8r1.zip
  • 2.7 release 2 Windows版 attachment:NewEdit2.7r2.exe

  • 2.7 release 2 Source attachment:newedit_2.7r2.zip

如何得到最新源码

得到最新的 NewEdit 源码很容易。你可以按照 http://newedit.tigris.org/servlets/ProjectSource 所说的去做。下面是我列出的步骤:

1. 你应该有一个cvs工具。我建议使用命令行工具,如:cvs.exe。在Windows下,你可以从 http://www.cvshome.org 上下载或如果你安装了cygwin,则其中已经包含它了。

2. 第一次:

首先要登录:

cvs -d :pserver:[email protected]:/cvs login

然后checkout出模块:

cvs -d :pserver:[email protected]:/cvs checkout newedit

这样将会在你的当前目录下创建一个newedit的目录。最新的源码就在里面。这一步应该只执行一次,除非你改变了目录。

3. 第二次和后面

进入以前使用checkout创建出来的newedit目录,然后只要执行:

cvs update

就可以了。

更多截屏

NewEdit (last edited 2009-12-25 07:13:58 by localhost)