Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Szymek Pindelski
Follow
New posts
New posts and comments
Total activity
92
Last activity
January 16, 2016 13:53
Member since
September 02, 2013 12:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
22
Activity overview
Posts (19)
Comments (51)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2015 08:16
well, I gave folding builder a try but it doesn't seem to do anything to the 'folded' code - probably because of JSPX own folding builder (you can fold <ui:remove> contents by default - without any...
Community
IntelliJ IDEA Open API and Plugin Development
making <remove> .. </remove>-wrapped code look like a comment (JSF syntax coloring)
0 votes
Created
November 19, 2015 15:07
Hello Imants,thank you for a quick responseI don't know the folding API very well - haven't used it in my previous plugin.Is it possible to register a folding builder for an existing language or do...
Community
IntelliJ IDEA Open API and Plugin Development
making <remove> .. </remove>-wrapped code look like a comment (JSF syntax coloring)
0 votes
Created
April 07, 2014 08:15
Anyone ?
Community
IntelliJ IDEA Open API and Plugin Development
method rename using custom reference provider - problem with isReferenceTo() (throws PsiInvalidElementAccessException..)
0 votes
Created
April 03, 2014 13:54
hello SaschaI'm aware this thread has been dead for quite a while but I'm still going to give it a shot.Is your 'isReferenceTo' method implementation (I see it has been included into IDEA's codebas...
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch & PsiPolyVariantReferences
0 votes
Created
April 03, 2014 11:00
UPDATE : I provided my own implementation of 'isReferenceTo' based on method name and enclosing class FQN comparison - the referencing element gets renamed successfully but the 'link' between refer...
Community
IntelliJ IDEA Open API and Plugin Development
method rename using custom reference provider - problem with isReferenceTo() (throws PsiInvalidElementAccessException..)
0 votes
Created
April 01, 2014 07:35
thanks a lot for your help, I'll stick to subclassing MergingUpdateQueue and overriding queue(), flush() and cancelAllUpdates() methods then.
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
March 31, 2014 16:14
Well, that's not so obvious to me and I don't want to re-invent the wheel, you see.And I'm certainly not as good a programmer as you JB folks :)Mostly I was hoping on some more 'background' knowled...
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
March 31, 2014 15:05
one more thing : I would also like to be able to check the number of queued updates at any given moment in time but since both 'myScheduledUpdates' collection and 'put()' method are private - I can...
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
March 31, 2014 14:51
You're right - I can override queue() and flush() methods and switch some 'busy' flag on in the former and off in the latter. But it seems that I would also need to intercept cancelAllUpdates() met...
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
March 31, 2014 11:28
hello ??another question left unanswered ?:>If you need clarification - ask, don't be shy :)I will do my best to broaden the context.
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
1
2
3
4
5
6
›
»