主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pavel Fatin
活动总数
547
最后的活动
2018年06月29日 11:43
成员加入日期
2010年01月29日 12:16
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
227
活动概览
帖子(11)
评论(309)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月16日 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.
社区
Scala
How to debug/launch a SBT Scala webapp
0 票
创建于
2014年04月16日 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...
社区
Scala
Plugin dev
0 票
创建于
2014年04月17日 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....
社区
Scala
Plugin dev
0 票
创建于
2014年04月17日 12:19
You may use the following to check the full PSI stucture:System.out.print(DebugUtil.psiToString(myElement.getContainingFile(), true))
社区
Scala
Plugin dev
0 票
创建于
2014年04月16日 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)...
社区
Scala
Prevent line wrapping and identation when using a lambda arguments
0 票
创建于
2014年04月16日 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...
社区
Scala
How to override a method with content assist
0 票
创建于
2014年04月16日 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 ...
社区
Scala
Unable to use an aar library
0 票
创建于
2014年03月24日 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...
社区
Scala
SBT:: scala-complier is not used
0 票
创建于
2014年07月08日 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...
社区
Scala
compile server not running
0 票
创建于
2014年07月02日 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...
社区
Scala
IDEA 14
0 票
«
第一页
‹
上一页
下一页
›
最后
»