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
2016-02-16
implemented ^C command
Robin Haberkorn
1
-0
/
+23
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
1
-99
/
+192
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
1
-30
/
+106
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
1
-32
/
+64
2016-02-10
added String::toupper(): minor optimization
Robin Haberkorn
1
-10
/
+10
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-1
/
+1
2016-01-28
fixup: clarified :EX behaviour on modified unnamed files
Robin Haberkorn
1
-2
/
+4
2016-01-28
added :EX (colon-modified EX): exits SciTECO saving all modified buffers
Robin Haberkorn
1
-15
/
+30
2016-01-28
fixed memory leaks in case of exceptions in StateExpectString
Robin Haberkorn
1
-3
/
+14
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-07-14
fixed <nA> for n pointing to the buffer end
Robin Haberkorn
1
-1
/
+5
2015-07-14
curses UI: support terminal palette restoration on PDCurses/win32 and xterm
Robin Haberkorn
1
-11
/
+8
2015-07-14
programmable terminal color redefinition and theming SciTECO curses UI based ...
Robin Haberkorn
1
-3
/
+60
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-33
/
+36
2015-06-27
do not imply values for the "=" command but fail instead if argument is missing
Robin Haberkorn
1
-1
/
+4
2015-06-14
handle environment variables more consistently
Robin Haberkorn
1
-10
/
+18
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-7
/
+27
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-0
/
+56
2015-05-25
extended <EN> command and used it to optimize "lexer.test..." macros
Robin Haberkorn
1
-1
/
+1
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
[next]