Messages - AJolly [ switch to compact view ]

Pages: [1] 2 3 4 5 6next
1
@wraith808 I was looking through my files and found a later version of the SDK.  Its got a few more files in there but I did not do a full diff.  https://drive.google.com/file/d/1JQGuEBI_HDzzQAfA6f6tRdV_xc5owEbl/view?usp=sharing

I am curious to know what you are working on!

2
Does anyone happen to have a copy of this lying around?

What exactly are you looking for? This contains the c-sharp SDK, but admittedly it might be V1?  Unsure.  What are you working on? https://www.donationcoder.com/Software/Mouser/findrun/downloads/FarrPluginSDK.zip

3
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRAltTab
« on: January 09, 2025, 07:03 PM »
Does anyone still have the source code for this? Would like to try and get it running on Win 11.

4
Looking at the code, the ini has to be named farr_tinyev.ini. 


If it helps anyone my version has a result limit of 1million.

Seems like the issue is doing searches that include any sort of Everything modifiers (like path: or ext:exe )
Any search with those modifiers changes all the results to the hardcoded score of 1000.

But so far, It's nice using FARR as the launcher with everything as the backend!  If I could only get scoring working.

(I set up a filter in Everything, then set an alias to launch the plugin
^(.*)$
results
dosearch ev path:<$$1> launcher:

I'm using everything 1.5 (which I highly suggest). 

LauncherAlias.png

5
1) Does the scoring options in the ini work for anyone? 
[TinyEV]
; Scoring types:
; 0 -- Don't score at all.
; 1 -- Let FARR score
; 2 -- Let FARR filter and score
; 3 -- Let FARR score (w/ patterns)
; 4 -- Let FARR filter and score (w/ patterns)
; The default is 3.
ScoringType = 2


I can't seem to get any scoring options to work, and also the plugin seems to show all results with a score of 1000.
I did manage to compile an updated version, im using it to integrate everything as a launcher to speed up farr.

Pages: [1] 2 3 4 5 6next
Go to full version