Ramon R Vermeulen

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Interaction between JBCefBrowser JavaScript and Kotlin code
AnsweredHello, I am working on an IntelliJ plugin where I would like to render a graph in a webview which is part of a ToolWindow. I am using the JBCefBrowser for this, and I managed to initiate this brows... -
Edited Iterate over only git tracked files
AnsweredCurrently I am working on an IntelliJ plugin, with this plugin I want to iterate over a list of files that are only tracked by git (so excluding the files in the .gitignores).I am able to loop over...