aboutsummaryrefslogtreecommitdiff
path: root/src/pm.c
AgeCommit message (Collapse)Author
2008-06-15Merged pm.c and find_replace.c into textadept.c; updated Makefile.mitchell
2008-06-15Added doxygen documentation to source files.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2007-09-19Pressing escape anywhere in the project manager refocuses the buffer; src/pm.cmitchell
2007-08-21Pruned C++ code, added additional comments.mitchell
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-15Searching in pm_view now uses strstr; src/pm.cmitchell
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-06Initial import of core C files.mitchell