Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-16 | first working version of the one-view-per-buffer design | Robin Haberkorn | 1 | -2/+2 |
2014-11-11 | refactored SciTECO runtime errors: moved from parser.cpp to error.cpp | Robin Haberkorn | 1 | -2/+3 |
2014-11-11 | added all of SciTECO's declarations to the "SciTECO" namespace | Robin Haberkorn | 1 | -0/+4 |
2014-11-10 | fixed EG command: make sure to reset the register argument on termination, | Robin Haberkorn | 1 | -0/+2 |
2014-11-09 | fixed EC command for negative line ranges | Robin Haberkorn | 1 | -0/+6 |
2014-11-09 | allow "-EC" command even though we do not generally imply the sign prefix | Robin Haberkorn | 1 | -3/+13 |
2014-11-09 | documented EC and EG commands | Robin Haberkorn | 1 | -0/+105 |
2014-11-09 | added EG command: pipe from buffer into Q-Register | Robin Haberkorn | 1 | -7/+34 |
2014-11-09 | implemented EC command (execute operating system command) in spawn.cpp | Robin Haberkorn | 1 | -0/+366 |