index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
parser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-17
fixed invalid memory accesses in the expression stack and reworked expression...
Robin Haberkorn
1
-8
/
+8
2015-03-16
documented the automatic EOL translation feature
Robin Haberkorn
1
-3
/
+8
2015-03-16
added EL command for setting/getting the EOL mode
Robin Haberkorn
1
-0
/
+89
2015-03-10
added the <"I> conditional for checking a directory separator
Robin Haberkorn
1
-0
/
+4
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
1
-5
/
+5
2015-03-02
minor optimization: no need to check for NULL when using C++ delete operator
Robin Haberkorn
1
-2
/
+1
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-7
/
+9
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
2015-02-23
implemented to undo stack memory limiting
Robin Haberkorn
1
-7
/
+49
2015-02-21
throw error instead of assertion when loop is closed (>) or continued (F>) wi...
Robin Haberkorn
1
-2
/
+9
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2015-02-11
implemented support for different indention styles
Robin Haberkorn
1
-21
/
+69
2014-12-15
fixed remaining reference to register "0" in the documentation
Robin Haberkorn
1
-1
/
+1
2014-11-24
implemented pQq and :Qq commands
Robin Haberkorn
1
-1
/
+1
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
1
-0
/
+1
2014-11-22
added EI as non-string-building variant of I
Robin Haberkorn
1
-6
/
+24
2014-11-22
added variant of the ^U command with string building: the EU command
Robin Haberkorn
1
-0
/
+1
2014-11-22
added EJ command: return runtime properties
Robin Haberkorn
1
-0
/
+57
2014-11-22
added globbing command EN
Robin Haberkorn
1
-0
/
+2
2014-11-21
updated documentation on ED (buffer editing) hooks
Robin Haberkorn
1
-1
/
+2
2014-11-20
simplified attaching errors to a position in a macro
Robin Haberkorn
1
-7
/
+4
2014-11-20
Throw error when a macro terminates while a local q-reg is edited.
Robin Haberkorn
1
-14
/
+26
2014-11-20
throw error when macro returns with an unterminated command
Robin Haberkorn
1
-0
/
+13
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
1
-2
/
+2
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
1
-4
/
+1
2014-11-16
rewritten View and Interface base classes using the Curiously Recurring Templ...
Robin Haberkorn
1
-1
/
+2
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-13
/
+13
2014-11-14
added ^# (XOR) operator
Robin Haberkorn
1
-0
/
+5
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-84
/
+12
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-10
clarified conditions when <;> should yield an error
Robin Haberkorn
1
-2
/
+11
2014-11-10
support new "~" conditional: useful for implying default parameters in macros
Robin Haberkorn
1
-6
/
+17
2014-11-09
current_doc_must_undo(): check for undo-necessity when operating on the curre...
Robin Haberkorn
1
-12
/
+25
2014-11-09
documented EC and EG commands
Robin Haberkorn
1
-0
/
+3
2014-11-09
added EG command: pipe from buffer into Q-Register
Robin Haberkorn
1
-0
/
+1
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
1
-0
/
+2
2014-08-02
don't abort on unexpected semicolon (break from loop)
Robin Haberkorn
1
-1
/
+3
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
1
-7
/
+13
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
added State::StdError class for constructing errors from std::exception objects
Robin Haberkorn
1
-5
/
+7
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-2
/
+3
2014-02-15
fixed Execute::macro() and Execute::file() exceptions
Robin Haberkorn
1
-4
/
+29
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-15
/
+15
2014-02-15
glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...
Robin Haberkorn
1
-4
/
+11
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
1
-1
/
+16
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-14
/
+57
2013-07-05
only allow command-line replacements when actually editing the replacement re...
Robin Haberkorn
1
-0
/
+7
2013-03-19
rewritten CHR2STR() using compound statement
Robin Haberkorn
1
-2
/
+2
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-1
/
+1
[next]