Konstantin Annikov
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: 
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...
Cool feature. Worth merging IMO