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