Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
May 07, 2014 13:14
Is your lexer obeying the contract described in Lexer#start javadoc? It should only return 0 from getState on the tokens that it's capable to restart from.
Community
IntelliJ IDEA Open API and Plugin Development
Group highlighting lexer tokens for relexing
0 votes
Created
May 07, 2014 13:13
The reasons for that ordering are motivated by internal architectural needs and complicated. It depends on the reason that PSI event was fired, which is unclear to me. A stacktrace could shed some ...
Community
IntelliJ IDEA Open API and Plugin Development
Why is PsiTreeChangeAdapter#beforeChildrenChange fired after BulkFileListener#after ?
0 votes
Created
May 07, 2014 16:00
To get a stacktrace, you can always do new Throwable().printStackTrace(), or pause on a breakpoint and invoke "Get thread dump" action.That said, I'm not that interested in the stacktrace :) If you...
Community
IntelliJ IDEA Open API and Plugin Development
Why is PsiTreeChangeAdapter#beforeChildrenChange fired after BulkFileListener#after ?
0 votes
Created
April 28, 2014 16:27
Judging by the stack trace, there's no fixed order. One of projectClosed listeners files fileClosed, so it really depends on the order of listeners. Sorry.To dispose something on project closing, y...
Community
IntelliJ IDEA Open API and Plugin Development
fileClosed vs projectClosed order
0 votes
Created
April 28, 2014 18:29
It doesn't look like an easy/intuitive way. Besides, fileClosed and projectClosed should both be fired on EDT, so synchronization shouldn't be of any help here.
Community
IntelliJ IDEA Open API and Plugin Development
fileClosed vs projectClosed order
0 votes
Created
April 28, 2014 18:50
They should be called from EDT only.
Community
IntelliJ IDEA Open API and Plugin Development
fileClosed vs projectClosed order
0 votes
Created
April 27, 2014 14:03
Congratulations!
Community
IntelliJ IDEA Open API and Plugin Development
Intentions versus live templates versus actions
0 votes
Created
July 23, 2014 15:58
Do you have a custom insert handler in your items? It could be removing the spaces, or invoking reformat which does this.I'd suggest to put a breakpoint to DocumentImpl.changedUpdate, then you'll s...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion inserting at a wrong position
0 votes
Created
July 23, 2014 19:07
When debugging, you can also see the stack trace of the event. Please provide it. "Get Thread Dump" debugger action might be useful for that purpose.
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion inserting at a wrong position
0 votes
Created
July 24, 2014 21:20
It still looks like "* " is included into the prefix that a particular lookup item was matched against.Yes, if you share your plugin project, it'll definitely make the investigation easier.
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion inserting at a wrong position
0 votes
«
First
‹
Previous
Next
›
Last
»