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-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