aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-168/+19
* will support Scintilla with Scinterm/NCurses * changes are in such a way that the generated machine code should have almost no overhead compared to the previous implementation (at least when compiled with optimizations)
2012-11-13support differen EOL modesRobin Haberkorn1-8/+17
* only <CR> was inserted into the command stream for Enter, which Scintilla always interpreted as <CR> * instead of interpreting the <CR> in the Insert command based on the EOL-Mode, always insert the current EOL into the command stream when Enter is pressed * inserting <CR> and <LF> independant of the EOL mode is still possible by using <CTRL/N> and <CTRL/K> respectively
2012-11-12allow munged macros to quit and echo messages on stdout/stderrRobin Haberkorn1-2/+21
* makes it possible to write standalone scripts * message echoing is only a preliminary way of stdio
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline ↵Robin Haberkorn1-1/+57
option processing, unhandled commandline options in default buffer
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
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-5/+7
* undoing supported * does not yet support globbing
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