Download List

项目描述

Stabie Rand Editor is a reimplementation of the RAND text editor, a full screen editor that was written in the 70s and had such advanced capabilities as multiple windows and rectangular cut and paste areas. Keyboard commands are hard-coded.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-21 06:59
V7

这个版本增加了一个新的“REPL / XXX /日/”命令来全局替换字符串。它修复了一个意外击中逃跑的轻微滋扰,要求输入一些键来模拟一个多字节的功能键。
标签: Minor enhancement
This release adds a new "repl /xxx/yy/" command to globally replace strings. It fixes a minor nuisance of hitting escape by accident by requiring entering some keys to simulate a multi-byte function key.

2011-06-18 16:27
V6

崩溃或视觉腐败开盘后在某些情况下线路发生是固定的。升级建议。
标签: Bug Fix
A crash or visual corruption that occurred after opening a line under certain circumstances was fixed. Upgrading is recommended.

2011-06-03 05:37
V5

此版本增加了一个新的“范围”命令,以限制在一个文件中光标的位置在一定范围内。它是有用的限制,而无需修改意外一些文件的其他部分中的一个块,功能等的编辑。
标签: minor update
This release adds a new "range" command to limit the cursor position in a file to some range. It is useful to limit the editor to a block, function, etc. without modifying some other section of the file by accident.

2011-04-20 05:54
V4

此版本将检查文件是否是只读的,如果是的话,不允许修改。它将复制访问模式时,保存修改的文件。它保留insertMode和搜索中的启动文件的关键。它增加了一个错误时,钟声响制成,并增加了一个变量来控制是否开启或没有。它增加了一个新的“匹配”命令来匹配{},[],和()。该命令将光标跳转到匹配大括号,括号或括号。
标签: minor update
This release will check whether a file is read-only, and if it is, disallow modification. It will copy access mode when saving a modified file. It preserves insertMode and search key in the startup file. It adds an audible bell when an error is made, and adds a variable to control whether it is on or not. It adds a new "match" command to match {}, [], and (). The command jumps the cursor to the matching curly brace, brace, or parenthesis.

2011-03-27 05:51
V3

的能力,初步打开命令行上指定多个文件,多个文件被添加。一个错误是固定的地方删除字符是不删除的字符如果行有标签,并没有被送入内存呢。所在的文件的修改国旗的问题是没有设置标线切割时也是固定的。
标签: Minor
The ability to initially open multiple files by specifying multiple files on the command line was added. A bug was fixed where the delete character was not deleting the character if the line had tabs and had not been brought into memory yet. The problem where the file modified flag was not set when cutting marked lines was also fixed.

Project Resources