Download List

專案描述

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.

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-12-24 12:34 Back to release list
1.1.10

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