aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22clean up SciTECO bootstrapping by building convenience libraryRobin Haberkorn1-1/+1
* pkg-config LIBS should be added to $LIBS so that link order is correct
2013-01-27moved manpage to doc/ subdirRobin Haberkorn1-1/+1
later there will be much more documentation
2013-01-27revised lexer configuration using SciTE property files and Textadept's ↵Robin Haberkorn1-4/+5
terminal color definitions * lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately)
2013-01-20added manpage highlighting program invocation and batch modeRobin Haberkorn1-0/+1
language and commands will be described in separate documents
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-7/+24
2012-11-23system for looking up static symbolsRobin Haberkorn1-0/+2
* symbols are extracted from C header files by a TECO macro * macro is executed using a "minimal" version of SciTECO that does not include symbols (uses gcc's weak symbols) * the generated C++ code contains the symbol-name-to-define mapping as a constant sorted array and initializes the appropriate SymbolList object * a symbol lookup is super fast using a simple binary search in the symbol lists * except for object initialization, no there's no overhead for keeping the symbol lists! * build process is complicated by introduction of bootstrapping via sciteco-minimal
2012-11-22ignore *.exe filesRobin Haberkorn1-0/+1
2012-11-15adapted Makefile to handle different user interfacesRobin Haberkorn1-0/+1
2012-11-15changed save point file pattern to .teco-xxx-dddRobin Haberkorn1-1/+1
2012-11-15let Git ignore save point filesRobin Haberkorn1-0/+2
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+3
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+4