Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Language Console autocomplete popup problem
Hi all,In my language console implementation I'm using a custom action assigned to the Enter key, similar to the way the Clojure plugin works. However this stops the Enter key working in the autoco... -
创建于 Terminating a Language Console?
Hi all,I'm using the new Language Console functionality, but I'm not using it with an external process - I'm using it as an in-process library. It works well, except that I can't indicate to the co... -
创建于 Switching lexer/parser implementations based on module config?
Hi all,I'm currently developing an editing mode for Scheme in IntelliJ. I'd like to allow the user to switch between implementations (currently Kawa and SISC but I'd like to allow more), but Scheme... -
创建于 Completion related NPE in Idea X
Hi all,When I run my language plugin under Idea X, I get the following exception. Is there something I'm doing wrong, or not doing that I should be? It happens the first time I type in an editor, s... -
创建于 LanguageConsole problems
Hi all,I just managed to get a language console working in Idea X, based on the new Clojure plugin. It's all round fantastic functionality, this is a great step for Idea, this will be really useful... -
创建于 Interactive REPL support in Idea 10?
Hi all,I seem to recall seeing a plan to have better interactive REPL support in Idea 10 - did that make it in? I'd like to create a decent REPL (syntax colouring, history support using normal arro... -
创建于 Problem deploying webapp in Tomcat from Maven project
Hi all,My girlfriend is working in a company currently with Eclipse. She's keen to move to IDEA, so we've been trying to deploy her project in IDEA at home. However it fails to deploy with a strang... -
创建于 Formatting problems in v8
Hi all,We recently switched to IntelliJ 8, and since then we're seeing some very strange formatting behaviour. We also switched from IPR format to .idea, so I don't know if something in our setting... -
创建于 Error recovery in language parsers?
Hi all,When writing parsers for cursom languages in IntelliJ, is there a general strategy used for error recovery or correction? I've looked at a couple of existing parsers, but it's hard to figure... -
创建于 I/O resource opened but not safely closed inspection misbehaving
Hi all,Has anyone else noticed this inspection reporting false positives lately? I'm using IntelliJ 8.1.4, and I've attached a screenshot of a case that is pretty clearly wrong. Is this a bug or so...