Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
June 28, 2013 00:33
Ok, I see - so you're not actually needing JUnit for your tests at all, and I think you should be using test fixtures instead (which is what I do for Clojure testing). Sorry, I can't actually run y...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 votes
Created
July 06, 2013 01:16
That is strange, although thinking about it it makes sense - folding was initially designed to collapse large sections of text into smaller ones, and you can't collapse a single character into anyt...
Community
IntelliJ IDEA Open API and Plugin Development
Question simplified: is it possible to temporary change text in editor without changing underlying document?
0 votes
Created
July 30, 2013 12:34
Hi Jon, did you ever try this? Any experiences to share?
Community
IntelliJ IDEA Open API and Plugin Development
Creating a standalone IDE using IntelliJ
0 votes
Created
July 30, 2013 12:45
Yeah, I'm definitely planning to watch that but it'll have to be the recorded version later, it's on at around 4am where I am. I'm assuming that probably won't be many nitty gritty details of how t...
Community
IntelliJ IDEA Open API and Plugin Development
Creating a standalone IDE using IntelliJ
0 votes
Created
July 30, 2013 10:29
Great, thanks Peter.
Community
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 votes
Created
July 29, 2013 11:13
Great, thanks Dmitry.
Community
IntelliJ IDEA Open API and Plugin Development
Creating comments in parser
0 votes
Created
July 07, 2013 01:23
the cache needs to be cleared when IntelliJ IDEA calls PsiElement.clearCaches().Slightly off topic here, sorry, but this is something I've not heard before. Is this also true of elements cached wit...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator and nested levels local variable highlighting
0 votes
Created
July 10, 2013 01:25
Ah, ok, thanks Dmitry, that's very interesting. I might have to modify how I'm doing some of my caching then - currently I'm only using CachedValuesManager. Does using CachedValuesManager introduce...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator and nested levels local variable highlighting
0 votes
Created
July 10, 2013 23:08
Perfect, thanks Dmitry, I'll take a look.
Community
IntelliJ IDEA Open API and Plugin Development
Annotator and nested levels local variable highlighting
0 votes
Created
July 20, 2013 01:23
Interesting - is getAllKeys itself an expensive operation? If so, would a file based index generally be a better solution for this type of query?
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to use regular expressions in index?
0 votes
«
First
‹
Previous
Next
›
Last
»