I'm building an eclipse RCP using working sets. I programmatically add some working sets to my project explorer (CommonNavigator) and then add in recent working set list by IWorkingSetManager.addRecentWorkingSet.
In javadoc, it says "The last (oldest) item will be deleted if the list exceeds the size limit". Is there a way to set recent working set list size?
Edit: After more search, I found that there are getRecentWorkingSetsLength and getRecentWorkingSetsLength methods in eclipse 3.7.