aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-22under Windows, look for profile in current directoryRobin Haberkorn1-8/+34
2012-11-20on UNIX, look for teco.ini in HOME directory instead of the system's config d...Robin Haberkorn1-3/+9
2012-11-20cleanup macro execution functions: common namespace, Execute::file() uses Exe...Robin Haberkorn1-4/+5
2012-11-20local Q-Register tables; :M commandRobin Haberkorn1-2/+11
2012-11-20goto table cleanupRobin Haberkorn1-1/+1
2012-11-20make goto tables local to macro invocation: they are declared on the C++ call...Robin Haberkorn1-1/+3
2012-11-20ED flags making 0-Register hook execution configurableRobin Haberkorn1-0/+4
2012-11-20first working draft of syntax highlighting support and related necessary feat...Robin Haberkorn1-7/+1
2012-11-18avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...Robin Haberkorn1-22/+1
2012-11-17use special flag to temporarily disable buffer dirty checks when a Q-Register...Robin Haberkorn1-1/+2
2012-11-16avoid some unnecessary jumps to buffer startRobin Haberkorn1-3/+2
2012-11-16empty Scintilla undo buffer on line termination and after mungingRobin Haberkorn1-0/+3
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn1-1/+29
2012-11-15support stdio for curses interfaceRobin Haberkorn1-0/+24
2012-11-15changed default colors and moved stuff into user interfaceRobin Haberkorn1-11/+15
2012-11-15cleaned up command line updating: the interface is responsible for drawing th...Robin Haberkorn1-2/+1
2012-11-15make it possible for interface classes to define a get_options() method to ad...Robin Haberkorn1-2/+7
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-168/+19
2012-11-13support differen EOL modesRobin Haberkorn1-8/+17
2012-11-12allow munged macros to quit and echo messages on stdout/stderrRobin Haberkorn1-2/+21
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...Robin Haberkorn1-1/+57
2012-11-11use DEBUG macroRobin Haberkorn1-0/+2
2012-11-11Q-Register table and EQx commandRobin Haberkorn1-0/+1
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+5
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-5/+7
2012-11-07fixed "-" processing and improved C command, added R commandRobin Haberkorn1-3/+3
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+159