Alex

- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 35
-
-
Alex created a post, AnsweredMac failed to set about handler on plugin startup
Hi, 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... -
Alex created a post, AnsweredLicensing of Custom IDE Based On IntelliJ
Hi, 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... -
Alex created a post, AnsweredOptimizing Intellij Build Time with Ant
Hi, 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... -
Alex commented, -
Alex created a post, AnsweredHow to make JBSplitter collapsible?
Hi, 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... -
-
Alex created a post, AnsweredHow to setup updates on custom IDE built on intellij platform?
Hi, 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... -
Alex created a post, AnsweredTests run with JUnit jupiter and JUnit vintage
I'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... -