Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...