
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
CodeFinder loads all text-files from a given directory into memory and lets you search for text or regular expressions, both case sensitive (CS) and not.
Both loading and searching are multi-threaded. It takes around 30secs to load all qt src files on my machine.
It features code-highlighting for c++, javascript, pascal and matlab code.
Windows-Installer features explorer context menu integration and downloading of the required qt dlls.
Please let me know immediately, if you have any comments or feature requests.
Happy coding!
10 years ago
v1.3:
* fixed virtual memory consumption. Handles really big folders now.
* Gracefully stops loading when available virtual memory drops below 20%. Is shown as "Only partially loaded!" in titlebar.
* Titlebar shows scan info
* added some more c++ keywords
v1.2:
* Word under textcursor is highlighted in whole document.
* Text is now stored in compressed UTF8 to save about 30% memory.
* Reduced scan priority, to keep GUI responsive, while loading.
* Interupting the scan is now possible.
v1.1:
* Installer
* Search Filename Checkbox
* DblClick in List opens file
* Matlab-Highlighting
10 years ago
v1.3:
* fixed virtual memory consumption. Handles really big folders now.
* Gracefully stops loading when available virtual memory drops below 20%. Is shown as "Only partially loaded!" in titlebar.
* Titlebar shows scan info
* added some more c++ keywords
v1.2:
* Word under textcursor is highlighted in whole document.
* Text is now stored in compressed UTF8 to save about 30% memory.
* Reduced scan priority, to keep GUI responsive, while loading.
* Interupting the scan is now possible.
v1.1:
* Installer
* Search Filename Checkbox
* DblClick in List opens file
* Matlab-Highlighting
Please login or register to add a comment or rating