aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
AgeCommit message (Expand)AuthorFilesLines
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