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
/
qbuffers.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
make sure the NULL filename is handled properly on Windows
Robin Haberkorn
1
-2
/
+2
2012-11-22
Windows (MinGW32) compatibility changes
Robin Haberkorn
1
-7
/
+30
2012-11-21
fixed QRegister::set_string() for macro-local Q-Registers
Robin Haberkorn
1
-1
/
+3
2012-11-21
Gq command to insert Q-Register at current DOT
Robin Haberkorn
1
-0
/
+23
2012-11-20
support :X command
Robin Haberkorn
1
-2
/
+22
2012-11-20
fixed rubout of macro invocations: goto tables and q-registers are allocated ...
Robin Haberkorn
1
-11
/
+24
2012-11-20
cleanup macro execution functions: common namespace, Execute::file() uses Exe...
Robin Haberkorn
1
-47
/
+12
2012-11-20
local Q-Register tables; :M command
Robin Haberkorn
1
-39
/
+53
2012-11-20
errors when label cannot be found at end of macro invocation
Robin Haberkorn
1
-0
/
+5
2012-11-20
goto table cleanup
Robin Haberkorn
1
-4
/
+4
2012-11-20
make goto tables local to macro invocation: they are declared on the C++ call...
Robin Haberkorn
1
-0
/
+7
2012-11-20
fixed EB rubout when there is an ADD hook: must not remove buffer before undo...
Robin Haberkorn
1
-8
/
+3
2012-11-20
QRegister push-down stack: [x and ]x commands
Robin Haberkorn
1
-7
/
+114
2012-11-20
ED flags making 0-Register hook execution configurable
Robin Haberkorn
1
-7
/
+15
2012-11-20
cleanup strings[0] before invoking done(): can only be a preliminary solution
Robin Haberkorn
1
-1
/
+3
2012-11-20
first working draft of syntax highlighting support and related necessary feat...
Robin Haberkorn
1
-24
/
+39
2012-11-18
fixed "*" register: instead of trying to update it everywhere the buffer file...
Robin Haberkorn
1
-17
/
+40
2012-11-18
avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...
Robin Haberkorn
1
-13
/
+15
2012-11-17
Q-Register "*" holding the current filename
Robin Haberkorn
1
-1
/
+18
2012-11-17
use special flag to temporarily disable buffer dirty checks when a Q-Register...
Robin Haberkorn
1
-3
/
+18
2012-11-17
fixed rubout for loading Q-Registers (with files)
Robin Haberkorn
1
-7
/
+7
2012-11-16
avoid some unnecessary jumps to buffer start
Robin Haberkorn
1
-1
/
+0
2012-11-16
support different kinds of runtime errors (using C++ exceptions)
Robin Haberkorn
1
-17
/
+29
2012-11-16
support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ...
Robin Haberkorn
1
-0
/
+12
2012-11-16
keep a buffer dirty flag and display infos about the current buffer in the in...
Robin Haberkorn
1
-3
/
+12
2012-11-15
changed save point file pattern to .teco-xxx-ddd
Robin Haberkorn
1
-1
/
+1
2012-11-15
added Interface class to ease porting SciTECO to other platforms (toolkits)
Robin Haberkorn
1
-46
/
+44
2012-11-14
support rubout for EW command: if in undo mode, a save point is created so th...
Robin Haberkorn
1
-14
/
+112
2012-11-13
EF command to close a buffer
Robin Haberkorn
1
-3
/
+25
2012-11-13
try to canonicalize paths to non-existent files
Robin Haberkorn
1
-8
/
+23
2012-11-13
added EW...$ command
Robin Haberkorn
1
-8
/
+83
2012-11-13
fixed undoing of setting Q-Register string
Robin Haberkorn
1
-5
/
+18
2012-11-13
<x[,y]>S...$ command (only regexp searching at the moment)
Robin Haberkorn
1
-0
/
+3
2012-11-11
<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...
Robin Haberkorn
1
-0
/
+39
2012-11-11
fixed positioning after changing the current buffer
Robin Haberkorn
1
-17
/
+28
2012-11-11
support for Qx, Ux, %x and Mx commands
Robin Haberkorn
1
-6
/
+87
2012-11-11
^Ux...$ command: rubout does not yet work properly
Robin Haberkorn
1
-10
/
+57
2012-11-11
support EQx<filename>$ command: load filename into Q register without changin...
Robin Haberkorn
1
-8
/
+47
2012-11-11
Q-Register table and EQx command
Robin Haberkorn
1
-2
/
+47
2012-11-10
use namespace "States" instead of "states" structure
Robin Haberkorn
1
-2
/
+6
2012-11-10
support 0EB...$ command
Robin Haberkorn
1
-1
/
+20
2012-11-10
filename autocompletion using <CTRL/T> and <TAB>
Robin Haberkorn
1
-9
/
+0
2012-11-08
support globbing in EB...$ to support opening multiple files at once
Robin Haberkorn
1
-6
/
+53
2012-11-08
added buffer ring and preliminary EB...$ implementation
Robin Haberkorn
1
-0
/
+144