Guys, I'm not sure this is the right community as my question is for the open source IDEA:
I've checkout the project from https://github.com/JetBrains/intellij-community built and ran the IDEA.
When I try to create a new project, I hit NPE here on line 135:
myProjectTypeList.setModel()
I don't see this variable initialized anywhere so is normal to get NPE there.
Is this the correct location of the open source IDEA, and is it possible that such basic functionality of the project is not working?