Questions about some of the api methods #1305
-
I was looking at the JSON RPC Introduction and the api and decided to try the methods. Here are my questions: CopyToClipboardThis is actually the only one that worked the way I thought it would. The question is: why isn't this method listed in the docs? ChangeQueryInitially, I thought it would work like the Explorer plugin: I type the query, press enter and it changes the query without closing the query box. But what happens is that it closes the query box and, if I set the ShellRun, GetTranslation, OpenSettingDialog and Start / StopLoadingBarNothing happened at all. Maybe I did something wrong, specially when testing the GetTranslation. Also, I couldn't find Start / StopLoadingBar in the api. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This a new API added in the last version. Unfortunately it has yet to be added to the docs.
You'll want to set 'dontHideAfterAction' to 'true' under 'JsonRPCAction'
Not sure about 'GetTranslation' but the rest should work. IIRC the loading bar ones work under methods that have been triggered to run when the user selects an item. |
Beta Was this translation helpful? Give feedback.
This a new API added in the last version. Unfortunately it has yet to be added to the docs.
You'll want to set 'dontHideAfterAction' to 'true' under 'JsonRPCAction'