Module textadept.pm.browsers.find
Find in files browser for the Textadept project manager. It is enabled with the prefix 'find' in the project manager entry field.
Functions
| get_contents_for (full_path, expanding) |
If not expanding, creates the entire tree; otherwise returns the child table of the parent being expanded. |
| matches (entry_text) |
Matches 'file:search text' (search text can contain spaces) |
Tables
Functions
- get_contents_for (full_path, expanding)
-
If not expanding, creates the entire tree; otherwise returns the child table of the parent being expanded.
Parameters
- matches (entry_text)
-
Matches 'file:search text' (search text can contain spaces)
Parameters
Tables
- find_matches
- The table of file matches. Each key is a filename and the value is a table containing the usual as well as a children key that contains entries for line number matches.