Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | Merged pm.c and find_replace.c into textadept.c; updated Makefile. | ||
2008-06-15 | Added doxygen documentation to source files. | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2007-09-19 | Pressing escape anywhere in the project manager refocuses the buffer; src/pm.c | ||
2007-08-21 | Pruned C++ code, added additional comments. | ||
Modified C++ code structure to be more consistent throughout. Also added comments for functions that handle key events, indicating which (hard-coded) keys trigger what actions. | |||
2007-08-15 | Searching in pm_view now uses strstr; src/pm.c | ||
Instead of the normal tree view search function which matches the start of a string, a new search function is used which uses strstr, matching anywhere in a string. | |||
2007-08-06 | Initial import of core C files. | ||