supermemo / SuperMemoAssistant

A companion app for SuperMemo 17-18 which extends its functionalities through plugins.
https://www.supermemo.wiki/sma/
MIT License
195 stars 20 forks source link

- Added a way to programmatically open the find elements dialog #243

Open bjsi opened 3 years ago

bjsi commented 3 years ago

NativeMethod.TSMMain_FindElements.ExecuteOnMainThread((char)x, (char)y, (char)z);

The underlying search method is a generic function that SM uses to search its various registries. I am not entirely sure what the parameters represent yet. Though I believe the y parameter represents the search target (registry?) The parameters for this method added to the ElementWdw are copied from the IDR disassembly for the TSMMain.MIFindElementsClick function.

Let me know if you want me to investigate further / add / change anything etc.

alexis- commented 3 years ago

I don't think I can accept that PR: