3 projects tagged "text editor"
goinedit is a text editor and integrated development environment for developing applications in a range of programming languages. It features an integrated shell terminal, buttons for compiling, executing, and debugging, and support for scripts that can provide configurations for new languages. It includes support for PIC microcontroller programming, using SDCC as the default compiler, and pk2cmd to flash EEPROMs.
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.