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

20 Commits

Author SHA1 Message Date
13341d4b76 Tweak formatting in main project, do minor refactoring 2016-10-05 22:05:31 +02:00
10d62b6b75 Move files around and redo build configurations 2016-09-30 02:38:58 +02:00
b6670a0022 Fix formatting (missing space after comma in method calls) 2016-09-05 15:17:57 +02:00
02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
a0ee24fb27 Fix Project & FileSearch task chaining 2016-03-02 12:41:07 +01:00
e3d345efd6 Add basic exception handling to FileSearch and Project tasks 2016-03-02 11:49:57 +01:00
eb3d59193e Fix dummy input handling in FileSearch 2016-03-01 23:08:28 +01:00
1693f300bd Add IInputMethod.CancelProcess 2016-02-28 22:22:26 +01:00
db29887ce1 Replace FileSearch.OnReady with ProjectLoadForm.UpdateCallbacks 2016-02-28 21:55:50 +01:00
b39cb659ff Add InvokeOnUIThread for easier handling of threaded UI updates 2016-02-28 16:37:46 +01:00
72264011d3 Make input related classes and structs public 2016-02-28 15:54:56 +01:00
cc98ca7372 Rework input by adding IInputMethod implemented by FileSearch and updating forms 2016-02-28 15:51:42 +01:00
c33fa48377 Use IOUtils.IsDirectory in FileSearch 2016-02-20 15:39:57 +01:00
21e5bc5320 Include the root path in FileSearchData for future use 2016-02-20 15:39:29 +01:00
55a605b868 Redo project load cancel to be safe and wait for the cancel to be acknowledged 2016-02-17 16:40:38 +01:00
8ed552a968 Cleanup code in FileSearch and FileSearchData 2016-02-17 14:20:49 +01:00
a26a4e3901 Rewrite file searching to be asynchronous and safe 2016-02-16 20:40:38 +01:00
af4ea4fe11 Fix more inspections (mostly missing readonly) 2015-09-11 12:23:47 +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