Nico Löber
- Total activity 31
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 3
- Subscriptions 9
-
Created "There is no ProgressIndicator or Job in this thread" error in 2024.1
AnsweredHello,I am about to release a new version of my plugin for 2024.1 but noticed the following error appearing.This error seems to happen everytime my plugin is executing a binary in background. This ... -
Edited Data Source Introspection Scope "All Schemas"
AnsweredHello, My DDEV Integration Plugin creates an auto configured data source for the database of the DDEV development environment. A new feature request is asking for scanning "All schemas" by default ... -
Created Placing a Got It notificiation on existing component
AnsweredHello, I have added a custom terminal provider in my plugin. I would like to place a Got It notification on the marked (see screenshot) UI element to notify users about the availability of the new ... -
Created DatabaseDriverManager.getInstance returns null in test environment
AnsweredHello, I recently tried to tidy up my plugin dependencies. I added the current version for the com.intellij.database plugin in my build.gradle.kts plugins.add("com.intellij.database:221.5080.193") ... -
Edited Reading PHP Remote Interpreter Path
AnsweredHello, I'm working on a plugin that is auto configuring a docker compose based remote php interpreter. Registering the Interpreter works quite well now. But I would like to improve the performance ... -
Created Refresh DataSource automatically
AnsweredHello, I create a plugin that should automatically manage one data source configured by changing configuration. I was able to create that data source with the following code: LocalDataSource dataSo...