Eugene Berman

- Total activity 150
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 36
-
Created How do I create a server configuration with HTTPS?
I'm trying to debug a local Drupal installation (inside MAMP), so I created a PHP Web Page run configuration, and proceed to create a server configuration. I set the host and port, but the URL belo... -
Created Unable to debug app running in Docker
CompletedFolks, I'm facing a weird problem when trying to debug my Go code running in Docker. I followed the steps documented at https://blog.jetbrains.com/go/2020/05/06/debugging-a-go-application-inside-a-... -
Created How to search for files in classpath?
What is the best way to search for all files of a particular type, e.g. "*.mytestfile" in module classpath, including searching within dependency JARs? I tried using FileTypeIndex but it did not re... -
Created Document.addDocumentListener throws "Already registered"
Is there any way to check if a listener already registered with the document? I'm getting `java.lang.Throwable: Already registered` error, but obviously I could've avoided it if I had a way to chec... -
Created In CompletionContributer my elements are LeafPsiElement???
AnsweredI'm trying to implement autocompletion for my custom language. I've implemented a completion contributor, and trying to make a decision based on the type of the PSI element at the current position.... -
Created How do I display multi-line text in JBTabsPresentation.setEmptyText()?
AnsweredI would like to set an empty text for my tabs that is split into two lines of text. Is it supported? I tried something like "line 1\nline2" but it didn't work. -
Created Clickable text in editor?
AnsweredHow can I create a text in editor that is clickable (and opens a pane in Preferences?) -
Created ActionPopupMenu icons are not displayed?
AnsweredI created a bunch of actions and added them to my ActionPopupMenu. Everything works fine except icons I created the actions with are not displayed in the popup menu. Is it designed to be this way o... -
Created How to detect framework support in module builder?
I have a custom module builder implemented. In the `setupRootModel` I need to check if the additional frameworks support was selected, and based on that either to retrieve a setting for a particula... -
Edited Unable to run project with multiple plugins
CompletedI have a project which contains three multiple modules, each one compiles as a plugin. The plugin number 3 depends on plugins 1 and 2. I created a Gradle run configuration with runIde task, but whe...