aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-03-07improved --help output and introduced PACKAGE_URL_DEV (for development home)Robin Haberkorn4-3/+24
2015-03-07fixed m,nXq for m > n: this properly throws an error nowRobin Haberkorn1-3/+3
2015-03-07changed save point file format to .teco-<n>-<filename>~Robin Haberkorn3-5/+7
2015-03-07fixed TAB completion of files in the current directory beginning with "."Robin Haberkorn1-9/+14
2015-03-07sciteco(7): Use em-dash (\[em]) characters instead of "-" in sentencesRobin Haberkorn1-6/+6
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn4-5/+18
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn6-14/+27
2015-03-07fixed 0EB command to display all buffers in the ringRobin Haberkorn2-23/+24
2015-03-03define -DCURSES instead of -DNCURSESRobin Haberkorn1-1/+1
2015-03-03fixed double-free in Curses viewsRobin Haberkorn1-3/+6
2015-03-02used file lists instead of wildcards in lib/Makefile.amRobin Haberkorn1-4/+13
2015-03-02added function key macro for Shift+DEL: Acts as a "reverse" ruboutRobin Haberkorn1-0/+4
2015-03-02define scintilla.a as a phony targetRobin Haberkorn1-1/+6
2015-03-02use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...Robin Haberkorn2-2/+2
2015-03-02fixed re-insertion of incomplete commandsRobin Haberkorn1-1/+3
2015-03-02fixed minor typos in <EC> documentationRobin Haberkorn1-2/+2
2015-03-02avoid warning about uninitialized variableRobin Haberkorn1-1/+1
2015-03-02updated TODORobin Haberkorn1-9/+11
2015-03-02removed last remaining "throw" specificationsRobin Haberkorn1-9/+6
2015-03-02minor optimization: no need to check for NULL when using C++ delete operatorRobin Haberkorn4-10/+5
2015-03-02fixed function key handling on GTK UIRobin Haberkorn2-1/+9
2015-03-02try hard to free heap memory after command-line termination using malloc_trim()Robin Haberkorn2-2/+18
2015-03-02updated documentation: cover undo/redo, the new ^G editing command and remova...Robin Haberkorn2-13/+123
2015-03-02introduced the ^G immediate editing command for toggling the undo/redo mode (...Robin Haberkorn2-88/+163
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn15-295/+493
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn11-72/+154
2015-02-23implemented to undo stack memory limitingRobin Haberkorn12-34/+241
2015-02-21throw error instead of assertion when loop is closed (>) or continued (F>) wi...Robin Haberkorn1-2/+9
2015-02-21fixed assertion in search.cppRobin Haberkorn1-1/+1
2015-02-19fixup: work around Scintilla drawing bug also when undoing Q-Reg editRobin Haberkorn1-0/+8
2015-02-19work around Scintilla character representation drawing bugRobin Haberkorn1-0/+16
2015-02-18added session.hg and session.vcs macrosRobin Haberkorn3-4/+23
2015-02-18Merge branch 'master' of github.com:rhaberkorn/scitecoRobin Haberkorn2-3/+19
2015-02-17added session.svn macro to set up a session profile in the current Subversion...Robin Haberkorn2-3/+19
2015-02-14updated Scintilla submodule: fixed tab stop calculation on CursesRobin Haberkorn10-11/+10
2015-02-12updated Scintilla to v3.5.2 and Scinterm to v1.5Robin Haberkorn2-4/+10
2015-02-11updated copyright to 2015Robin Haberkorn41-42/+42
2015-02-11updated TODORobin Haberkorn1-0/+7
2015-02-11implemented support for different indention stylesRobin Haberkorn4-23/+103
2014-12-15fixup: the spawn context's GError must not be memory-managed by the state objectRobin Haberkorn1-4/+0
2014-12-15always free glib's GError structuresRobin Haberkorn3-2/+17
2014-12-15add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...Robin Haberkorn1-0/+41
2014-12-15updated TODORobin Haberkorn1-3/+11
2014-12-15fixed remaining reference to register "0" in the documentationRobin Haberkorn1-1/+1
2014-12-15fixed globbing of non-existing directoriesRobin Haberkorn1-0/+4
2014-12-09updated README: elaborate on supported platforms, libraries and featuresRobin Haberkorn1-8/+37
2014-12-09support filename auto completions with forward-slash directory separators on ...Robin Haberkorn2-4/+64
2014-12-09Curses: support cycling through long lists of possible auto-completions and o...Robin Haberkorn7-70/+162
2014-12-08Curses: fixed formatting of popup windowsRobin Haberkorn1-24/+20
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn4-12/+64