Eugene Berman

- Total activity 150
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 36
-
Created com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
AnsweredI'm sure it is something very obvious that I'm missing but I can't figure out how to make my plugin's logger.debug() statements visible in the IntelliJ console. My plugin project is Gradle-based an... -
Created Rename behavior is different between editor and structure view
I implemented my own rename handler for certain tags in XML files. It works fine when I invoke it from the context menu in editor, but when I open the structure view and select Rename, it opens sta... -
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...