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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
implemented support for different indention styles
Robin Haberkorn
1
-0
/
+12
2014-11-22
added EI as non-string-building variant of I
Robin Haberkorn
1
-1
/
+6
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-189
/
+2
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
revised U command: fail if no argument is provided
Robin Haberkorn
1
-0
/
+8
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
-0
/
+11
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-0
/
+6
2014-02-15
fixed Execute::macro() and Execute::file() exceptions
Robin Haberkorn
1
-4
/
+40
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-20
/
+20
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
1
-11
/
+10
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-3
/
+80
2014-02-15
added EMCurses/Emscripten support
Robin Haberkorn
1
-1
/
+7
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
1
-0
/
+1
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-4
/
+4
2013-03-18
declare State::Error::Error() as printf-like
Robin Haberkorn
1
-1
/
+1
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
1
-0
/
+12
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-5
/
+5
2013-02-16
implemented command to query ASCII code of character (^^x)
Robin Haberkorn
1
-0
/
+9
2013-02-14
hide some implementation details in MicroStateMachines
Robin Haberkorn
1
-5
/
+12
2013-02-14
use Q-Register micro state machine when parsing Q-Reg spec in string-building...
Robin Haberkorn
1
-7
/
+8
2013-02-14
rewritten string building state machine using a common MicroStateMachine base...
Robin Haberkorn
1
-25
/
+51
2013-02-11
States::is_string() to check whether current state is a string-state
Robin Haberkorn
1
-0
/
+6
2013-02-08
reverse Execute::step() change: no need to pass parameters by reference
Robin Haberkorn
1
-1
/
+1
2013-02-08
use special Q-Register $ (<ESC>) to hold the replacement commandline
Robin Haberkorn
1
-1
/
+1
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-6
/
+17
2013-02-03
first draft of commandline-editing commands ({ and } as in VideoTECO)
Robin Haberkorn
1
-1
/
+1
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-22
/
+0
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+266
[prev]