aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-101/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...Robin Haberkorn1-1/+1
2012-12-03refactored search command (states): they are now in a separate search.cpp fileRobin Haberkorn1-1/+1
2012-11-24NCURSES is the default interface nowRobin Haberkorn1-1/+1
2012-11-24allow symbolic names (symbols) being specified for the scintilla (ES) commandRobin Haberkorn1-2/+7
2012-11-23system for looking up static symbolsRobin Haberkorn1-5/+15
2012-11-22Windows compile fixesRobin Haberkorn1-6/+29
2012-11-16changed default scintilla directoryRobin Haberkorn1-1/+1
2012-11-15install targetRobin Haberkorn1-0/+5
2012-11-15ease changing the scintilla directoryRobin Haberkorn1-3/+4
2012-11-15minor Makefile cleanupRobin Haberkorn1-1/+3
2012-11-15added NCurses user interface (based on Scinterm)Robin Haberkorn1-9/+12
2012-11-15adapted Makefile to handle different user interfacesRobin Haberkorn1-8/+32
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-2/+2
2012-11-11RBTree class (wrapper around BSD macros) - use for Goto tableRobin Haberkorn1-1/+1
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-1/+11
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-1/+1
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-1/+2
2012-11-07expression stack based on THECO's ArithmeticStackRobin Haberkorn1-1/+1
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+17