Konstantin Annikov

Results 8 comments of Konstantin Annikov

I'm using it with wails for some time. Work smoothly. Implemented like that: ``` func CheckForUpdate(currentVersion string) (bool, string, string) { latest, found, err := selfupdate.DetectLatest("annikovk/IntelliJ-Log-Analyzer") if err != nil...

Electron extends DOM to include path to file: https://www.electronjs.org/docs/latest/api/file-object#file-object > File interface provides abstraction around native files in order to let users work on native files directly with the HTML5...

@KronicDeth Do you use the JediTerm emulator, which gets the "Use Option As Meta key" value from the IDE and parses the pressed key based on this setting? https://github.com/JetBrains/jediterm/blob/master/terminal/src/com/jediterm/terminal/ui/TerminalPanel.java#L1746 If...

Does anyone have a workaround to pass a path to the backend via drag&drop of the file?

Will fix it next Thursday. Btw, you can drag&Drop to the analyzer window to parse a directory/archive: ![Screen Recording 2022-06-24 at 12 11 38](https://user-images.githubusercontent.com/12910542/175514794-cff50e31-795d-455f-bf84-e477731963ba.gif)

Should be fixed. Please update to the latest version and check. If it is still here, please share the `product-info.json` file from the IDE installation directory. Thanks.

> built from sources running where no such file exists in /Contents/Resources Got you, that's the cause. Will try to gather product info using other methods for IDEs built from...