Mike Conner
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Is there some way to define a color under Color Scheme for undefined symbols
AnsweredThese two lines (in TypeScript) look the similar. The bottom is a typo. The color scheme is the same and gives no visual indicator that "SearcRequest" is undefined (missing the ‘h’). However, th... -
Edited "Open Files with Single Click" opens it again in main window even if already open in another window
AnsweredI'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... -
Created 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... -
Created Spring Boot static content in another module not included when running in IntelliJ
AnsweredI'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... -
Created 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... -
Created 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": [ "... -
Created Can't lookup Gradle classes
AnsweredI'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... -
Edited Any way to disable refresh when applying changes in file compare?
AnsweredI'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... -
Created File status highlighting in Project View
AnsweredIs 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...