Posted By:
hemant_joshi
Posted On:
Tuesday, April 2, 2002 10:53 AM
Though the development team can tell you what is the correct way to do it, I used workaround to solve the problem of long list pf projects. Here's what you can do
1. Goto $INTELLIJ_HOME$/config/options/
2. Save file other.xml as other.xml.orig [backup to revert back in case you have a problem ]
3. Look for the XML tag '
' which will have the list of .ipr files.
4. Edit this list to keep only the ipr [projects] you want and start IDEA again.
Let me know if this has a problem
-hemant