问题标签 [intellij-14]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Intellij:为 Git 和 Subversion 配置标签装饰
我最近切换到Intellij
,我想知道是否有可能显示git
与svn
给定项目文件关联的信息(作者姓名、上次提交日期...),例如Eclipse
:
提前致谢
intellij-idea - 对 webapp 进行更改,然后直接运行它,而不是先重建项目时出错
我有一个JAX-RS web app
使用Intellij IDEA
. 我Glassfish
用作服务器。不幸的是,在对类进行一些更改后,我得到以下错误,然后运行应用程序 (Shift+F10) 并调用资源,即使是未更改的资源。如果我在运行之前重建项目,我不会收到以下错误。
问题:我们可以直接运行项目,而不需要在每次该死的小改动后重新构建它吗?
groovy - 当将 Groovy indy 与 Intellij 一起使用时,非 Indy 版本也在类路径中
我有一个使用 Gradle 在 Intellij 13 中运行的 Groovy-indy 项目。
问题是我的库中有两个依赖项。印地版和普通版。
我怎样才能摆脱非 indy 版本。
仅删除它不是一种选择,因为它在重新启动或 Gradle 刷新或任何其他场合后又回来了。
更新 Intellij 14:
现在使用 intellij 14 有一个不同的问题:
依赖是一样的。
intellij-idea - 如何在 IntelliJ 14 中创建暂存文件?
在 IntelliJ 14 的发布公告中提到了暂存文件,但没有提到如何创建或使用它们。任何文档链接都将非常有帮助。
我已经尝试过的
我已经为创建暂存文件执行了几次网络搜索,唯一出现的内容是有关该功能的文章,没有一篇具体说明如何实际使用该功能。
我也试过“文件”->“新建...”,但没有临时文件的选项。
我确实在PhpStorm 插件中找到了一些关于暂存文件的文档,但是,尽管它们都是 JetbBrains 产品,但它们似乎完全不相关,而且这些快捷方式都不起作用。
scala - IntelliJ 14 - 创建/导入 Scala / SBT 项目
IntelliJ 14 通过 Scala 插件支持(理论上)SBT / Scala 项目,该插件仍可在官方 repo 中使用。根据这篇文章“Scala 插件项目本身现在使用 SBT 进行构建和依赖管理”。但是我找不到使用 IntelliJ 创建或导入 SBT / Scala 项目的任何方法。也缺乏解释更多关于配置 Scala 插件的新方法的文档。
我在 IntelliJ Ultimate 14.0 (139.224) 中激活了 Scala 插件。有任何想法吗?
intellij-idea - intellij 14 不显示所有打开的文件
在 Intellij 13 中,主代码窗口显示了我所有打开的类(它们的名称流向多行),但现在在 Intellij 14 中,它显示了一个小下拉列表,并且只在一行中显示它们。是否可以更改设置以使其再次流向多行?
intellij-idea - 如何激活显示方法值参数名称的新折叠
如何激活在 IntelliJ 14 中显示方法值的参数名称的新函数?
我在其中一个 EAP 中看到了这个功能(并且喜欢它!),但在 IntelliJ 14 的正式版本中,它似乎已经从我的 IDE 中消失了。
谢谢/马库斯
svn - Configuring Intellij 14 to work with Subversion v 1.8.5 using svn+ssh
I'm just making the switch to IntelliJ 14 from Eclipse. I'm having some trouble getting SVN set up. I use svn+ssh and my setup on Eclipse works fine. The Subversion server is running v1.8.5. I'm using v 1.8 in Intellij. I've pointed the SSH settings to use TortoisePlink.exe as my SSH executable but I'm wondering if this is necessary on IntelliJ ?? I've set my ssh username and port up. I'm logging in with password at the moment as this is what I do Eclipse (I'll probably change to private key once I have this working). I've cleared the Auth Cache a number of times between attempts to get this working.
When I click on my the repository I've added the Authentication Required dialog appears. I login and I can browse the repository. However if I try and check the repository out with the same credentials in the Authentication Required dialog they fail and I repeatedly get asked to reenter them. Any ideas what is happening here?
Thanks for any help
java - IntelliJ IDE 上的错误
第一次尝试这个 IntelliJ IDE。我刚刚创建了一个 Hello World 单行 Java 程序(来自 IDE 中包含的模板)并且 IDE 出现错误。
错误:模块“Hello World”生产:java.net.URISyntaxException:索引 61 处路径中的非法字符:file://C:/Users/Home/Programming/Workspace/IdeaProjects/Hello World
eclipse中的相同程序运行良好。
框架:JDK 1.8
intellij-idea - 在 IntelliJ IDEA 中隐藏树中排除的文件夹
更新到后,IntellijIdea 14
我发现我的项目中的排除文件夹现在可见。
我该如何隐藏它?