Mike Conner

- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 10
-
已编辑于 "Open Files with Single Click" opens it again in main window even if already open in another window
已回答I've got two windows open, but the same project. I've also got "Open Files with Single Click" enabled in the Project view. options. If, in the Project view, I click on a file I've not yet opened... -
创建于 Unresolved variable or type x in angular template name attribute
If I have many inputs in with a name attribute in some angular templates. For example (using primeng components): <input id="newRecipientFamilyName" name="newRecipientFamilyName" class="w-100" ty... -
创建于 Spring Boot static content in another module not included when running in IntelliJ
已回答I've got a gradle project with multiple modules. One of the modules, config-ui, is an angular project, and I'm generating the files into a directory named, "static", within a jar. This is then i... -
创建于 Angular 5: Completion and Nav to Declaration on custom directives with binding () or []
I've got some custom directives that take an output for event handling (e.g. for handling mouse enter/leave on an ancestor). So they have @Output: @Output() tmHover = new EventEmitter<Event>();@I... -
创建于 stylePreprocessorOptions includePaths in angular-cli.json ignored
IntelliJ seems to support scss @import pretty well, but it appears that it does not recognize the includePaths: Given a .angular-cli.json with "stylePreprocessorOptions": { "includePaths": [ "... -
创建于 Can't lookup Gradle classes
已回答I'm using the gradle wrapper, and the have defined the "all" distribution in the gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip When editin... -
已编辑于 Any way to disable refresh when applying changes in file compare?
已回答I'm comparing a file (a build.gradle in a subproject, if it matters) with local history to selectively undo a few changes. Every time I apply a change from history to my current version, it refres... -
创建于 File status highlighting in Project View
已回答Is there a way to change the font/color in the Project view? What I'm trying to do is get some indicator that a file is ignored in the Project window. It just shows up as white (Darcula Theme), whi...