Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pavel Fatin
Total activity
547
Last activity
June 29, 2018 11:43
Member since
January 29, 2010 12:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
227
Activity overview
Posts (11)
Comments (309)
Sort by recent activity
Recent activity
Votes
Created
April 16, 2014 19:57
Hi! There's no automatic way to do that (yet). We'll surely add a debug option when we implement project build via SBT and support of running SBT tasks.
Community
Scala
How to debug/launch a SBT Scala webapp
0 votes
Created
April 16, 2014 19:46
Hi!First of all, there exists a quite useful guide for IDEA plugin development ("References and Resolve" in Developing Custom Language Plugins for IntelliJ IDEA is especially relevant).Another usef...
Community
Scala
Plugin dev
0 votes
Created
April 17, 2014 11:32
Runtime PSI structure should completely match the structure in the PSI viewer.Here's how you can verify that: val s = """package scaladefs | |import cucumber.api.scala....
Community
Scala
Plugin dev
0 votes
Created
April 17, 2014 12:19
You may use the following to check the full PSI stucture:System.out.print(DebugUtil.psiToString(myElement.getContainingFile(), true))
Community
Scala
Plugin dev
0 votes
Created
April 16, 2014 18:45
Hi!Settings / Code Style / Scala / Wrapping and Braces / Anonymous method definition / Parameters on new line :)I wonder whether we should turn it off be default (SCL-6927)...
Community
Scala
Prevent line wrapping and identation when using a lambda arguments
0 votes
Created
April 16, 2014 18:21
Hi David!It's a nice idea to implement this feature, like in Java, so we've created an issue for that: SCL-6926.Currently the same functionality should be available (for sure) either via Code / Ove...
Community
Scala
How to override a method with content assist
0 votes
Created
April 16, 2014 18:06
Hi David!The problem was most likely caused by triggering (incorrect) project refresh via the automatic refresh popup message. Simply refreshing the project manually, via the SBT toolbar, would be ...
Community
Scala
Unable to use an aar library
0 votes
Created
March 24, 2014 15:34
That message is an artifact of the legacy project configuration UI (only module dependencies are counted as library usages). A brand new architecture is cooming soon :) Just igonre that "unused" wa...
Community
Scala
SBT:: scala-complier is not used
0 votes
Created
July 08, 2014 14:14
Hi Ittay!Compile server should be started on a first project make attempt. A "gauge" status icon should apper in the bottom-right corner:However, the compile server is used only during project comp...
Community
Scala
compile server not running
0 votes
Created
July 02, 2014 15:34
Hi Donald,There's a "release" build for IDEA 14 available in the Scala plugin repository (0.40.18), so it's already possible to use the plugin with IDEA 14 EAPs.However the main Scala plugin develo...
Community
Scala
IDEA 14
0 votes
«
First
‹
Previous
Next
›
Last
»