Kota65535
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Cannot resolve resource filtering of MatchingCopyAction when I reload Gradle projects
AnsweredWhen I click "Reload All Gradle Projects" button, I see the following warning on Build window. Cannot resolve resource filtering of MatchingCopyAction. IDEA may fail to build project. Consider usi... -
Created Allow Ignoring Folders and Files in File/Folder Diff Viewer
AnsweredCurrently File/Folder Diff Viewer does not ignore directories that are "Marked as excluded". Is this not a bug? The YouTrack issue (https://youtrack.jetbrains.com/issue/IDEA-123224) has 106 votes b... -
Edited Can I use GDSL with generics?
AnsweredI have following GDSL for my Groovy DSL. contributor(apiCtx) { // Non generic method definition method name: 'foo', params: [cl: "java.util.function.Function<String, String>"] // Generic method ... -
Created Mixed Java and Groovy project cannot build
AnsweredThis is my sample project to reproduce. https://github.com/kota65535/GroovyEclipseTest The project contains the following classes: Java class using Lombok annotated (@Builder) Java class Java clas... -
Edited Cannot build groovy project using Groovy-Eclipse compiler
Answered"Build Project" fails with message "Workspace is closed". No other message is shown. groovy-eclipse-batch jar version is 2.5.5-01. Below is copied from Help -> About Menu. IntelliJ IDEA 2018.3.1 ... -
Created Typescript auto-import style
I noticed that auto-import (by Alt+Enter) on typescript is using two different style. 1. import module = require("module") 2. import { module } from "module" I'm get used to the first style, but re...