Ioannis G
5d6436864d
plugin: remove the SolutionAssemblyInfo file
...
CI patches the version of this file, causing the Plugin project to have
the wrong Assembly/File versions.
2020-05-27 01:42:27 +03:00
Ioannis G
f8481a8435
plugin: enable deterministic builds in CI
2020-05-27 01:38:27 +03:00
Ioannis G
42845dadcf
plugin: switch to embedded PDBs
2020-05-27 01:37:07 +03:00
Jeremy Wu
af00ec5879
remove obsolete variable folderSubtitleString in DirectoryInfoSeach
2020-05-27 07:41:08 +10:00
Jeremy Wu
c93f4a09ea
DirectoryInfoPath- fix partial item search
2020-05-27 07:30:52 +10:00
Jeremy Wu
e22abba18c
DirectoryInfoSearch- remove auto open folder via appending '\' to path
2020-05-27 07:30:27 +10:00
Jeremy Wu
7d7421acc5
Merge pull request #58 from Flow-Launcher/add_handling_typereflectionerror
...
Add handling of reflection type error
2020-05-27 06:28:22 +10:00
Jeremy Wu
5b2f06bf10
add logic for index search to search with partial item name
2020-05-26 21:55:07 +10:00
Jeremy Wu
ea9992475e
move method up for readability
2020-05-26 21:51:05 +10:00
Jeremy Wu
353fa026af
rename variables and update comment
2020-05-26 21:49:59 +10:00
Jeremy Wu
3caafa325f
Update getting previous directory method
2020-05-26 21:47:47 +10:00
Jeremy Wu
355a787b5e
Fix test expected result
2020-05-26 21:47:04 +10:00
Jeremy Wu
2d4e2f5662
Add methods to test for previous directory location
2020-05-26 20:18:18 +10:00
Jeremy Wu
436cfe2e2b
Add tests for GetPreviousDirectory method
2020-05-26 19:49:18 +10:00
Jeremy Wu
2feba97f56
Add tests for index searching partial folder or file name
2020-05-26 19:35:30 +10:00
Jeremy Wu
900502e079
Update test assert string text
2020-05-26 19:34:45 +10:00
Jeremy Wu
7f23ac4909
remove unintended space before text
2020-05-26 19:10:40 +10:00
Jeremy Wu
f564d4b29d
Merge branch 'dev' into add_handling_typereflectionerror
2020-05-26 19:04:55 +10:00
Jeremy Wu
5cf85b46de
per comment
...
Add refer to logs message + warning icon
2020-05-26 14:11:20 +10:00
Jeremy Wu
0ba9a86e46
Clean up method
2020-05-26 13:46:59 +10:00
Jeremy Wu
74b25c0bf1
Add first result as opening current directory
2020-05-26 09:03:27 +10:00
Jeremy Wu
b03ee66646
Rename IndexSearcher
2020-05-25 19:06:09 +10:00
Jeremy Wu
b1a0ddfe2f
Remove unused context from IndexSearch
2020-05-25 19:01:31 +10:00
Jeremy Wu
f8a4b924c8
IndexSearch use ResultManager
2020-05-25 18:58:28 +10:00
Jeremy Wu
b737811bdc
Add ContextMenu
2020-05-25 18:58:04 +10:00
Jeremy Wu
08a3215c9d
Make ResultManager static
2020-05-25 18:55:50 +10:00
Jeremy Wu
327ee2d091
Add QuickFolderAccess functionality
2020-05-25 08:14:21 +10:00
Jeremy Wu
5150d8a1f6
Add DirectryAllFilesFolders method to DirectoryInfo search
2020-05-25 07:37:05 +10:00
Jeremy Wu
6badecb877
Add TopLevelDirecotry search using DirectoryInfo
2020-05-24 20:14:36 +10:00
Jeremy Wu
d839ecab26
make Context static so can be called anywhere
2020-05-24 19:19:54 +10:00
Jeremy Wu
c5c15d2ab3
Move IsLocationPathString method to FilesFolder class
2020-05-24 19:18:58 +10:00
Jeremy Wu
df0871a924
Fix incorrect return state on PathIsIndexed
2020-05-24 19:16:10 +10:00
Jeremy Wu
472f4a5f49
Move ReservedStringPattern to IndexSearcher class
2020-05-24 19:15:13 +10:00
Jeremy Wu
191efe31cb
Add ResultManager for handling creation of folder and file result
2020-05-24 19:11:40 +10:00
Jeremy Wu
9b416bf75f
Add EnvironmentVariablesPath handling
2020-05-24 19:09:44 +10:00
Jeremy Wu
9039848078
Add method in search manager to handle top folder level win index search
2020-05-23 16:41:25 +10:00
Jeremy Wu
66334947e2
TopLevelFolderSearch- Change name to reflect behaviour
2020-05-23 16:37:29 +10:00
Jeremy Wu
acdca571fa
Update ActionKeyword window
2020-05-23 14:58:57 +10:00
Ioannis G
2e003f8f49
Merge pull request #59 from JohnTheGr8/plugin_portable_pdb
...
Create a portable pdb file in release builds of Flow.Launcher.Plugin
2020-05-21 23:56:27 +03:00
Jeremy Wu
9058afd1b0
Update error messages
2020-05-22 06:48:03 +10:00
Ioannis G
8171df9995
plugin: bump version to 1.0.0-beta2
2020-05-21 23:39:44 +03:00
Ioannis G
72640f62d7
plugin: in release, create a portable pdb file
...
The nuget symbols server only supports portable pdbs. This results in
"Symbols package publishing failed." when uploading the .snupkg file
2020-05-21 21:57:03 +03:00
Ioannis G
ba163974bb
Merge branch 'dev' into add_handling_typereflectionerror
2020-05-21 17:20:38 +03:00
Jeremy Wu
e475d2f691
Merge pull request #35 from JohnTheGr8/feat_appveyor
...
Packaging updates and AppVeyor integration
2020-05-21 14:12:30 +10:00
Jeremy Wu
f98eee6058
Fix nuget commandline reference
2020-05-21 13:31:24 +10:00
Jeremy Wu
cd2037dfae
Merge branch 'dev' into feat_appveyor
2020-05-21 13:25:43 +10:00
Ioannis G
945c124b31
appveyor: do not patch csproj files
...
The way the project files are currently configured, this setting
resulted in only the Plugin project being patched. Consequently, the
version of the Plugin project was wrong in the built package.
2020-05-21 03:32:55 +03:00
Ioannis G
408fabd556
update project versions
2020-05-21 03:16:47 +03:00
Ioannis G
6347893356
appveyor: ignore squirrel artifacts
...
The squirrel artifats produced (nupkg, RELEASES and exe) are not ready
for deployment as they depend on the .net core runtime being installed.
We remove them temporarily from the build artifacts to avoid confusion,
until this issue has been addressed.
2020-05-21 03:10:05 +03:00
Ioannis G
04b48eb616
downgrade PropertyChanged.Fody to 2.5.13
...
This is the latest version of the package that copies itself to the
build output. Downgrading fixes runtime errors.
2020-05-21 03:08:08 +03:00