Alex

- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 35
-
Created Mac failed to set about handler on plugin startup
AnsweredHi, Ever since updating to the latest version of intellij (2021.2.3) on mac m1, i get the following error when running my platform plugin project: 2021-11-25 17:20:25,798 [ 1026] WARN - i.mac.MacOS... -
Created Licensing of Custom IDE Based On IntelliJ
AnsweredHi, We're currently in the final stages of building a custom IDE based on the IntelliJ platform and would like to understand more about the licensing of such a product. We see that there is a secti... -
Created Optimizing Intellij Build Time with Ant
AnsweredHi, With a decently powerful machine, building Intellij CE using ant takes about 35 minutes. I know this is far from what is possible and I intend to increase the heap size and try arrange compilin... -
Created How to make JBSplitter collapsible?
AnsweredHi, I'm trying to get the JBSplitter to have a feature like the JSplitPane.setOneTouchExpandable, in other words, I want to be able to click a button on the divider to collapse one side in the spli... -
Created How to setup updates on custom IDE built on intellij platform?
AnsweredHi, I'm in the process of building an IDE based on the intellij platform and I'm trying to allow users to update from within the IDE. I understand I have to setup an updates.xml on a website and pu... -
Created Tests run with JUnit jupiter and JUnit vintage
AnsweredI'm trying to execute some tests using only JUnit jupiter, however, on execution, JUnit Vintage and JUnit Jupiter is being used. Only one test is being run in JUnit vintage and that's the first tes... -
Created How to commit Document changes to Virtual File?
AnsweredI would like to use a PsiElementVisitor to register various PsiElements in the currently active file, shortly after code completion is invoked. My issue is, the actual string which is inserted via ... -
Created Execute code before shutdown
AnsweredAs part of my plugin, some data is being sent over http as the user types in editor. I would like to ensure, before intellij is shutdown, that the final update has been sent. What is the best way t... -
Created How do I set a default theme?
AnsweredI'm building a product based on the Intellij platform. In this product, I would like to set a certain sub-theme from the material theme for intellij, as the default theme for the application. I wou... -
Created How to manually update AnAction?
AnsweredSo, I have some text in the NavBarToolBar, which I put there by creating an action which extends ToolbarLabelAction. I would like to periodically update the text displayed in that label. So far, I...