Downloadliste

Projektbeschreibung

Rho is a small, very powerful console-based POSIX text editor and mini-IDE with Bash/Emacs key bindings. A configuration file allows the user to create macros using not only any internal function but anything available to a shell command. Keyboard macros (Ctl-Alt-A through Z) can be sourced into the editor for each kind of task, the next sourcing overwriting the last. Rho also allows an unlimited number of templates (sh, awk, python, etc.) to be injected into executable buffers which trap stdout and stderr.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2012-02-05 12:45
1.1.14

Diese Version ist die Portierung auf OS X. Der Port wurde durch einen Beitrag erbracht. Für POSIX-Benutzer ist Rho unverändert. Finden Sie in der Readme-Datei in der Distribution für portierte Kompilierungsanweisungen.
This release is a port to OS X. The port has been provided by a contributor. For POSIX users, rho is unchanged. See the README in the distribution for ported compilation instructions.

2012-01-26 06:48
1.1.13

In rho.docmdline, die Möglichkeit, eine nicht vorhandene Datei zu öffnen wurde restauriert, so dass Sie, "Rho Newfile" anstelle von "Rho verwenden können" und dann "^ X ^ W Newfile". Ein Aufruf wurde hinzugefügt, um alle baumelnde Tempfiles zu entfernen. Ein paar mehr nicht verwendete Variablen wurden entfernt. Der Befehl für eine Verschiebung von der Cursorzeile (^ U n ^ L) wurde dokumentiert.
In rho.docmdline, the ability to open a non-existent file was restored so that you can use "rho newfile" instead of "rho" and then "^X^W newfile". A call was added to remove any dangling tempfiles. A few more unused variables were removed. The command for relocation of the cursor line (^U n ^L) was documented.

2011-12-29 06:33
1.1.12

Die Envar Fillcol wurde restauriert, so dass die Zeilenumbruch Spalte zur Laufzeit festgelegt werden kann. Auch, Liste-Puffer funktioniert jetzt in mehreren Fenstern, und die Puffer-Liste nach oben und unten ausgelagert werden kann.
The envar fillcol has been restored so that the word-wrap column can be set at runtime. Also, list-buffers works in multiple windows now, and the buffer list can be paged up and down.

2011-12-26 05:58
1.1.11

Die Online-Hilfe wurde auf dem neuesten Stand mit aktuellen Suchfunktionen des Editors gebracht. Abschnitt Makros wurde überarbeitet, so dass alle alten Elemente entfernt wurden oder gelten, als in den Fällen wo die Beispiele noch nützlich sind nicht mehr vorhanden ist.
The on-line help has been brought up to date with the editor's current functionality. The Macros section has been reworked so that all legacy elements have either been removed or are noted as no longer present in
the cases where the examples are still useful.

2011-12-24 12:34
1.1.10

Buffer.purge_sbuffers wurde hinzugefügt, um alle leeren Puffer bezogen. Eine Datei mit Makros und Tastenzuordnungen Sourcing jetzt freigibt alle vorherige Makros Zutaten aus der Region und löscht die Tastenzuordnungen. BIND.unbind_key wurde behoben, so dass es richtig geprüft, ob ein Schlüssel verwendet wurde. Dieses fest bestimmte Anrufe über die Bind_to_key. BIND.new_binding wurde auch festgelegt, obwohl es wirkten Bußgeld in was einem gebrochenen Zustand gewesen sein sollte. BIND.clear_sbinding wurde hinzugefügt, um die Tastenzuordnungen der unbelegte Puffer deaktivieren.
Buffer.purge_sbuffers was added to purge all sourced buffers. Sourcing
a file of macros and key bindings now frees all prior sourced macros
and clears the key bindings. Bind.unbind_key was fixed so that it
properly determined whether a key was in use. This fixed certain bind_to_key
calls. Bind.new_binding was also fixed, even though it worked fine in
what should have been a broken state. Bind.clear_sbinding was added in
order to clear the key bindings of unsourced buffers.

Project Resources