Jamie Echlin
- 活动总数 157
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 79
-
创建于 infer actual method return type
已回答I'm having a conceptual (and programming) difficulty. I need to infer that the actual return value from a groovy script is compatible with the Script.run() method. I see different ways of handling... -
创建于 httpRequestHandler single request?
Hi - With the httpRequestHandler extension point it seems it only handles a single request at a time. This is easily demonstrated by a simple httpRequestHandler with a sleep in it, and sending sev... -
创建于 completions contributor for strings
Hi, I would like to provide some suggestions for a given method, where only certain strings are applicable. Eg: class Bar { void foo(String str) {}}// usagenew Bar().foo(<caret>) // should suggest:... -
创建于 case-sensitivity issue with plugins in gradle build
Morning... Strange problem here. I have the follow plugin requirements in the intellij {} block in my build.gradle: plugins = ["Groovy", "maven"] This produces the following error: FAILURE: Build f... -
创建于 idea does not write iml files in headless mode
已回答Hi... I have some code that imports a project from a pom file. In headed mode this creates the project metadata files and an iml file for each module, as expected. However in headless mode, no iml ... -
创建于 possible to get active task status and text
Hi, Can I get any active background task(s), as shown in the status bar. I'm interested in getting the current percentage completion and the text. I have tried many things, really, to no avail. che... -
创建于 run when maven project completed opening
Hi... In my plugin I am writing a new pom file, then opening it with ProjectUtil.openOrImport(/path/to/pom). It works fine but I need to know when the project is completely initialised, ie all mave... -
创建于 wait for DaemonCodeAnalyzer to complete pass on file
已回答Morning... I'm using DaemonCodeAnalyzerEx to retrieve the linting information from the editor, such as deprecations, unused imports and so on. I am setting text in the current document in the edit... -
创建于 using plugin classes with gradle build
已回答Hi all, I've been working on a plugin using the "plugin module" type. For reasons of portability I converted it to the idea gradle plugin system, as it makes it easier to add new dependencies and s...