Download List

Descripción del Proyecto

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

Esta versión incluye un nuevo "repl / xxx / aa /" comando de reemplazar todo el mundo cuerdas. Se fija una molestia menor de escape golpear por accidente, exigiendo entrar en algunas de las claves para simular una tecla de función multi-byte.
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

Un accidente o daño visual que se produjo después de la apertura de una línea de bajo ciertas circunstancias, se ha fijado. La actualización es recomendada.
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

Esta versión incluye un nuevo "gran" comando para limitar la posición del cursor en un archivo a una cierta gama. Es útil para limitar el editor de un bloque, función, etc sin modificación alguna otra sección del archivo por accidente.
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

Este lanzamiento comprobar si un archivo es de sólo lectura, y si lo es, no permitir la modificación. Se copia el modo de acceso al guardar un archivo modificado. Conserva insertMode clave y búsqueda en el archivo de inicio. Se añade una campana audible cuando se comete un error, y añade una variable para controlar si está encendido o no. Se añade un nuevo "partido" comando para que coincida con {}, [], y (). El comando salta el cursor a la correspondiente llave, llave o paréntesis.
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

La capacidad de abrir varios archivos inicialmente mediante la especificación de varios archivos en la línea de comando se ha agregado. Un error se corrigió en la eliminación de caracteres no era eliminar el carácter si la línea tenía las pestañas y no había sido traído a la memoria todavía. El problema en el archivo modificado bandera no se ha establecido al cortar las líneas marcadas se fijó también.
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