Don't worry about the update Ah, even if it does not take care of its own play.
Our own IDE in the use of the process will always have a variety of settting configuration, after the update of these are not, and their own locally installed plug-ins are not, so update must be cautious.
This update is recorded here, and after the update to the SBT configuration changes to make a record, the next time the problem will not have to go online to find.
1, font settings
- Go directly to the setting font, it is worth noting that the console font changes need to be reopened after the console effect will be displayed
2,SBT Configuration
SBT is actually annoying, and we have SBT on our own system, but when using the idea SBT plugin, it doesn't automatically use our local SBT. So we need to configure, especially when we have downloaded a lot of package files locally. Two methods
The first: the direct import Project->sbt->global SBT setting is configured inside:
-xx:maxpermsize=512m-dsbt.ivy.home=e:/sbt/ivy/
- Launcher (Sbt-launch.jar)
Select Custom and fill in the locally installed SBT path.
The second type: direct to setting search SBT, related modification items similar to the above
Record an accident--idea,sbt,scala