1
0
mirror of https://github.com/chylex/Code-Statistics.git synced 2024-10-17 08:42:49 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
0704618841 Add FileSearchData.EntryCount property 2016-02-17 16:29:32 +01:00
8ed552a968 Cleanup code in FileSearch and FileSearchData 2016-02-17 14:20:49 +01:00
44eec35187 Fix file extension check to use lowercase ext and make sure the path is not null 2016-02-16 23:24:30 +01:00
a26a4e3901 Rewrite file searching to be asynchronous and safe 2016-02-16 20:40:38 +01:00
66810e21e3 Move MultiFolderDialog and reimplement into the form menu 2016-02-16 16:31:17 +01:00
e26cca2288 Remove IProjectInputMethod and old menu handling workarounds 2016-02-16 15:01:20 +01:00
af4ea4fe11 Fix more inspections (mostly missing readonly) 2015-09-11 12:23:47 +02:00
9b861b912d Fix inconsistencies and unnecessary code (resharper inspections) 2015-09-11 12:16:40 +02:00
5b5fe7d543 Add a link to the project github to main menu 2015-09-10 17:04:51 +02:00
18c2cb2f56 Tweak project selection menu to support actions 2015-09-10 17:02:21 +02:00
8a7b679c02 Fix File reading and comparison by using full path 2015-09-09 12:01:22 +02:00
10d1c9d60e Add file loading to File class 2015-09-08 23:03:05 +02:00
a36f9d237c Add a Quit option to main menu 2015-09-08 20:55:01 +02:00
453e0e9c5a Remove the moved input method file 2015-09-08 20:54:50 +02:00
1cc9b055e3 Move input methods to a separate namespace 2015-09-08 20:53:56 +02:00
db118518f3 Remove dot from file extensions in File 2015-09-08 18:14:46 +02:00
a0c08b3322 Change FileSearch to return the files instead of an event 2015-09-08 15:22:13 +02:00
4fbaa3974b Add file search 2015-09-08 14:37:20 +02:00
67789f1cf0 Work around unavailable Vista-style folder dialog 2015-09-08 14:36:52 +02:00
4ab46b1d41 Add project input method with a folder dialog 2015-09-08 02:10:20 +02:00