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 Requirements

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 / YY /"명령을 추가합니다. 그것은 멀티 바이트 기능 키를 시뮬레이션하기 위해 몇 가지 키를 입력 요구하여 사고 치는 탈출의 약간 성가신을 수정합니다.
Tags: 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

특정 상황에서 라인을 여는 발생한 사고 또는 Visual 손상이 해결되었습니다. 업그레 이드 권장합니다.
Tags: 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

이 릴리스에는 몇 가지 범위로 파일에서 커서의 위치를​​ 제한하는 새로운 "범위"명령을 추가합니다. 그것은 실수로 파일의 다른 섹션을 수정하지 않고 블록, 기능 등에 편집기를 제한하는 데 유용합니다.
Tags: 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 검색 키를 보존합니다. 그것은 오류가 이루어집니다 음성 종을 추가하고 그것에 대한 여부를 제어하는​​ 변수를 추가합니다. 그것은 [], 그리고 (), 새로운 "일치"명령은 {}에 맞게 추가합니다. 이 명령은 곱슬, 부목 부목, 또는 일치하는 괄호에 커서를 점프.
Tags: 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

처음 명령줄에서 여러 파일을 지정하여 여러 파일을 열 수있는 기능이 추가되었습니다. 이 라인과 탭을 가졌다면 아직 메모리로 가져온 없었 문자는 문자를 삭제 아니었 삭제 어디에 버그가 해결되었습니다. 파일이 플래그를 수정 문제도 해결되었습니다 표시된 라인을 절단 때 설정되지 않았습니다.
Tags: 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