Eugene Berman

- Total activity 150
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 36
-
Created Adding toolbar with action to the tab?
AnsweredI'm trying to create a vertical toolbar on the side of each tab, similar to what the console in IntelliJ has. What happens is the toolbar is created next to the tabs and for some reason it is resiz... -
Created Is it possible to change the Editor language / content type dynamically?
AnsweredI'm wondering if it's possible to change the language of the Editor after it was instantiated? E.g. I create an editor as follows: EditorFactory.getInstance().createEditor(f.getViewProvider().getDo... -
Created Need help with choosing the right text editor component
AnsweredIn my plugin I need to have an editor component similar to the default one in IntelliJ. What I need is syntax highlighting, line numbers and support for different types, e.g. XML, JSON, etc. I will... -
Created TextFieldWithBrowseButton now opens native file dialog on Mac
Sorry if this is an FAQ, but prior to 2016.3 EAP when I click on the browse button, it opened an IntelliJ file selection dialog, and all my FileChooserDescriptor settings worked. E.g. in one of my ... -
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 Need help with extending the Properties plugin functionality
AnsweredI'm writing a plugin that extends the Properties functionality by adding a new context menu to the Structure view. When I right-click on a property in a Structure view, I invoke a custom action whi... -
Created Module for file in fileCreated?
I implemented VirtualFileListener in a Component and in its fileCreated() method I need to know the root path for the module where the file is created. My code is: Module module = ProjectRootManage... -
Created How do I make a new action which is only available for certain file type?
I would like to add an option to the pop-up menu which shows up when I right-click on a file in the Project tree, but only for certain type, e.g. only file with extension .foo. I understand that I ... -
Created How to detect files deleted in subdirectories?
So it's a little bit difficult to explain. I need to watch for any change in a specific location in my project, e.g. src/main/resources/templates. I implemented a VirtualFileAdapter and all changes... -
Created How to get project directory in the overridden postProcess method?
I'm new to this community so I apologize if this is an FAQ. I created a new action for my plugin which extends CreateFileFromTemplateAction class. In the overridden postProcess method I need to per...