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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-16
support different kinds of runtime errors (using C++ exceptions)
Robin Haberkorn
1
-12
/
+12
2012-11-16
support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ...
Robin Haberkorn
1
-0
/
+2
2012-11-16
keep a buffer dirty flag and display infos about the current buffer in the in...
Robin Haberkorn
1
-1
/
+9
2012-11-15
replaced remaining editor_msg() references with new Interface::ssm()
Robin Haberkorn
1
-10
/
+11
2012-11-14
support rubout for EW command: if in undo mode, a save point is created so th...
Robin Haberkorn
1
-1
/
+21
2012-11-13
EF command to close a buffer
Robin Haberkorn
1
-1
/
+22
2012-11-13
try to canonicalize paths to non-existent files
Robin Haberkorn
1
-1
/
+2
2012-11-13
added EW...$ command
Robin Haberkorn
1
-12
/
+26
2012-11-13
added support for string match characters (match spec to regexp compiler)
Robin Haberkorn
1
-0
/
+5
2012-11-13
fixed undoing of setting Q-Register string
Robin Haberkorn
1
-0
/
+1
2012-11-11
<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...
Robin Haberkorn
1
-0
/
+6
2012-11-11
support for Qx, Ux, %x and Mx commands
Robin Haberkorn
1
-5
/
+30
2012-11-11
^Ux...$ command: rubout does not yet work properly
Robin Haberkorn
1
-3
/
+17
2012-11-11
support EQx<filename>$ command: load filename into Q register without changin...
Robin Haberkorn
1
-0
/
+8
2012-11-11
Q-Register table and EQx command
Robin Haberkorn
1
-1
/
+100
2012-11-10
use namespace "States" instead of "states" structure
Robin Haberkorn
1
-0
/
+4
2012-11-10
support 0EB...$ command
Robin Haberkorn
1
-1
/
+15
2012-11-10
filename autocompletion using <CTRL/T> and <TAB>
Robin Haberkorn
1
-0
/
+10
2012-11-08
support globbing in EB...$ to support opening multiple files at once
Robin Haberkorn
1
-0
/
+2
2012-11-08
added buffer ring and preliminary EB...$ implementation
Robin Haberkorn
1
-0
/
+122