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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
ED flags making 0-Register hook execution configurable
Robin Haberkorn
6
-9
/
+95
2012-11-20
Scintilla command ES accepting string parameter: if empty, pop value from sta...
Robin Haberkorn
2
-15
/
+31
2012-11-20
cleanup strings[0] before invoking done(): can only be a preliminary solution
Robin Haberkorn
2
-8
/
+12
2012-11-20
first working draft of syntax highlighting support and related necessary feat...
Robin Haberkorn
4
-32
/
+57
2012-11-18
fixed "*" register: instead of trying to update it everywhere the buffer file...
Robin Haberkorn
2
-35
/
+67
2012-11-18
avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...
Robin Haberkorn
4
-38
/
+22
2012-11-17
Q-Register "*" holding the current filename
Robin Haberkorn
2
-9
/
+19
2012-11-17
use special flag to temporarily disable buffer dirty checks when a Q-Register...
Robin Haberkorn
3
-4
/
+22
2012-11-17
fixed behaviour on runtime errors: the character resulting in the error is no...
Robin Haberkorn
1
-6
/
+19
2012-11-17
fixed rubout for loading Q-Registers (with files)
Robin Haberkorn
2
-7
/
+12
2012-11-16
avoid some unnecessary jumps to buffer start
Robin Haberkorn
2
-4
/
+2
2012-11-16
scroll caret into view after text insertion
Robin Haberkorn
1
-1
/
+3
2012-11-16
Make sure undo tokens and RB-tree entries are destroyed properly
Robin Haberkorn
3
-3
/
+4
2012-11-16
yet another minor README fix
Robin Haberkorn
1
-1
/
+1
2012-11-16
added some build-time dependencies
Robin Haberkorn
1
-2
/
+3
2012-11-16
minor README.md fix
Robin Haberkorn
1
-1
/
+1
2012-11-16
README.md for Github
Robin Haberkorn
1
-0
/
+57
2012-11-16
ensure that infoline is correct on startup
Robin Haberkorn
1
-1
/
+2
2012-11-16
fixed clearing message line: do not display an empty message line (which can ...
Robin Haberkorn
6
-3
/
+27
2012-11-16
changed default scintilla directory
Robin Haberkorn
1
-1
/
+1
2012-11-16
clear message line after every keypress
Robin Haberkorn
1
-0
/
+1
2012-11-16
support different kinds of runtime errors (using C++ exceptions)
Robin Haberkorn
7
-113
/
+174
2012-11-16
NCURSES interface: fix message displaying in batch mode (avoid any refresh)
Robin Haberkorn
1
-1
/
+13
2012-11-16
file closing must be enforced now (teco.ini)
Robin Haberkorn
1
-1
/
+1
2012-11-16
support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ...
Robin Haberkorn
3
-0
/
+24
2012-11-16
NCURSES: simplified notification callback a bit
Robin Haberkorn
1
-4
/
+2
2012-11-16
empty Scintilla undo buffer on line termination and after munging
Robin Haberkorn
2
-0
/
+4
2012-11-16
keep a buffer dirty flag and display infos about the current buffer in the in...
Robin Haberkorn
8
-65
/
+261
2012-11-16
define some Autoconf-(config.h)-like PACKAGE_* macros
Robin Haberkorn
1
-0
/
+5
2012-11-15
NCurses interface: support terminal resizing
Robin Haberkorn
5
-10
/
+50
2012-11-15
install target
Robin Haberkorn
1
-0
/
+5
2012-11-15
support stdio for curses interface
Robin Haberkorn
6
-32
/
+86
2012-11-15
ease changing the scintilla directory
Robin Haberkorn
1
-3
/
+4
2012-11-15
minor Makefile cleanup
Robin Haberkorn
1
-1
/
+3
2012-11-15
minor change to avoid compiler warning
Robin Haberkorn
1
-1
/
+1
2012-11-15
added NCurses user interface (based on Scinterm)
Robin Haberkorn
3
-9
/
+286
2012-11-15
changed default colors and moved stuff into user interface
Robin Haberkorn
2
-11
/
+19
2012-11-15
adapted Makefile to handle different user interfaces
Robin Haberkorn
2
-8
/
+33
2012-11-15
cleaned up command line updating: the interface is responsible for drawing th...
Robin Haberkorn
5
-13
/
+15
2012-11-15
make it possible for interface classes to define a get_options() method to ad...
Robin Haberkorn
3
-2
/
+17
2012-11-15
changed save point file pattern to .teco-xxx-ddd
Robin Haberkorn
2
-2
/
+2
2012-11-15
replaced remaining editor_msg() references with new Interface::ssm()
Robin Haberkorn
1
-10
/
+11
2012-11-15
added Interface class to ease porting SciTECO to other platforms (toolkits)
Robin Haberkorn
11
-307
/
+452
2012-11-15
let Git ignore save point files
Robin Haberkorn
1
-0
/
+2
2012-11-15
simplified popup type to gtk type mapping
Robin Haberkorn
1
-11
/
+7
2012-11-14
minor comment fix
Robin Haberkorn
1
-1
/
+1
2012-11-14
default teco ini file
Robin Haberkorn
1
-0
/
+5
2012-11-14
error checking and colon modifier support for lots of commands
Robin Haberkorn
3
-45
/
+165
2012-11-14
expressions.find_op(), can be used test whether we are in a loop (although th...
Robin Haberkorn
2
-0
/
+14
2012-11-14
simplified move_lines() a bit
Robin Haberkorn
1
-2
/
+1
[next]