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
September 11, 2015 08:05
Please try TextFieldWithAutoCompletion
Community
IntelliJ IDEA Open API and Plugin Development
how to create a custom auto-complete textfield...
0 votes
Created
September 24, 2015 07:02
You certainly can call getReferencesFromProviders from completion contributor if you feel you need to. But most contributors don't do this directly, they call file.findReferenceAt(offset) (which en...
Community
IntelliJ IDEA Open API and Plugin Development
Reference Java elements in my custom language
0 votes
Created
September 24, 2015 16:31
Normally one doesn't change the text directly, but changes imports via PSI. Java does it that way. The logic is quite complicated there, but eventually it results in PsiElementFactory#createImportS...
Community
IntelliJ IDEA Open API and Plugin Development
Reference Java elements in my custom language
0 votes
Created
November 23, 2015 11:34
You need to depend on Perforce plugin. Then there's PerforceNumberNameSynchronizer.getInstance(project) that can return various p4 changelist numbers by local change list names. You might need Conn...
Community
IntelliJ IDEA Open API and Plugin Development
How to obtain perforce change list number
0 votes
Created
November 23, 2015 13:06
There might be several directories in the project, each under its own Perforce connection (which would be set up via P4CONFIG file and could have different connection settings).
Community
IntelliJ IDEA Open API and Plugin Development
How to obtain perforce change list number
0 votes
Created
July 22, 2015 18:48
Added to the description.Inability to comment is strange. Could you please report that to YouTrack (JT) project tracker, attaching the screenshots showing that you're logged in and that you can't c...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
July 31, 2015 08:10
There's no way currently unfortunately. Please vote for https://youtrack.jetbrains.com/issue/IDEA-142693
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 14, 2015 18:15
PSI tree structures are not well-suited for very large source code files, true. But the files have to be really large to not fit the memory. The best way to tell the reason of slowness is profiling...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 17, 2015 09:07
Other languages are suffering from this issue as well. We don't have a good solution yet. If you're able to build an index that speeds up the search (and it doesn't take hundreds of megabytes), tha...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 11, 2015 11:35
Have you profiled it? What exactly is slow?
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
«
First
‹
Previous
Next
›
Last
»