Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Ivan Poliakov
Follow
New posts
New posts and comments
Total activity
7
Last activity
January 30, 2018 21:17
Member since
December 05, 2017 18:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
January 30, 2018 21:17
There are no errors in the logs. Version 2017.3.2 behaves the same, but 2017.2.6 works fine. I strongly suspect that this is a Scala-specific issue, in particular connected with SBT shell mode, but...
Community
IntelliJ IDEA Users
Run behaving strangely after update to 2017.3.3
0 votes
Created
January 30, 2018 15:57
Try making your application an object instead of a class, e.g.: object RunMe { def main(args: Array[String]): Unit = { println("Hello from main of class") } } or object RunMe extends App { ...
Community
IntelliJ IDEA Users
How to run scala main file
1 vote
Edited
December 05, 2017 18:21
IDEA 2017.3 insists on applying this ridiculous raster stretching scaling mode that looks blurry and distorted for me on my 4K monitor in Windows 10. With IDEA 2017.2 there was a workaround possibl...
General
Troubleshooting
Troubleshooting IDE scaling (DPI) issues on Windows
0 votes