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
April 12, 2013 23:41
Ok, thanks Dmitry - I'll have to think about how to structure things then.
Community
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 votes
Created
May 21, 2013 22:19
Hi Patrick,I'm not sure why your getVariants() is not called, your code looks good to me. The PSI structure you have is correct, I believe all tokens in the file get a LeafPsiElement and then your ...
Community
IntelliJ IDEA Open API and Plugin Development
getVariants() is not called
0 votes
Created
July 08, 2013 23:28
Ok, so when you're talking about caching values above, you mean values that are simply stored in user data? Are there any pros and cons to the two caching methods (i.e. any guidance as to when to c...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator and nested levels local variable highlighting
0 votes
Created
July 05, 2013 21:37
You could use folding for this (see http://confluence.jetbrains.com/display/IntelliJIDEA/Folding for some examples).
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 08, 2013 23:34
Hi Alan,I don't, sorry, but I put a copy online at http://colinfleming.net/Sergey.pdf, I hope Sergey doesn't mind!Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Writing an IDEA Plugin with Scala
0 votes
Created
July 31, 2013 10:59
Hi syt, thanks very much, I will definitely take a look at the code - this would be really useful for me too.
Community
IntelliJ IDEA Open API and Plugin Development
Display Browser
0 votes
Created
July 29, 2013 22:51
I don't think so, since this happens on the first test. This is in the Clojure plugin, BTW. What seems to happen is that the test cases are FileSetTestCases, they call super.setUp() and then fixtur...
Community
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 votes
Created
August 23, 2013 04:33
I'm not aware of anything like this, but what I've been doing is using the functionality to see the actions bound to a particular key. This is fairly well hidden - in the Keymap settings, at the to...
Community
IntelliJ IDEA Open API and Plugin Development
All keyboard shortcuts
0 votes
Created
September 28, 2013 00:59
Stubs are actually pretty well documented here: http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA. IntelliJ has to be not only general but efficient too.It's t...
Community
IntelliJ IDEA Open API and Plugin Development
Can anyone explain tree related classes?
0 votes
Created
September 21, 2013 21:05
Hi Terence,IntelliJ uses a couple of different types of lexer - you can use different lexers for the parsing process and the syntax highlighting process, for example. Lexers can be called to increm...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language support w/o JFlex
0 votes
«
First
‹
Previous
Next
›
Last
»