Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
February 03, 2014 22:43
Hello,Could you please check that your ProjectTemplatesFactory isn't registered twice in plugin.xml (<projectTemplatesFactory/> extension point)?Sergey
Community
IntelliJ IDEA Open API and Plugin Development
2 same modules in New Project/Module Wizard
0 votes
Created
September 30, 2015 22:27
Probably, first you need to obtain reference to com.intellij.execution.ui.RunContentManager (ExecutionManager.getInstance(project).getContentManager()).To obtains a reference to console use com.int...
Community
IntelliJ IDEA Open API and Plugin Development
How to get information from debug console?
0 votes
Created
April 22, 2013 09:54
Hello Roland,Unfortunately, sources under com.intellij.javascript.debugger.* aren't open.But you can take a look at our opensourced example that also needs to debug JavaScript in a webpage with giv...
Community
IntelliJ IDEA Open API and Plugin Development
How to let IntelliJ connect to the Jetbrains chrome and firefox extension programmatically
0 votes
Created
February 04, 2014 12:21
Yes, you're right. Adding tools.jar to JDK doesn't work. But adding tools.jar to classpath of "Intellij Platform Plugin SDK" should work (at least it worked for me).Each classloader tries to load a...
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
February 04, 2014 16:06
Hmm, looks like I couldn't reproduce your problem:private JavacProcessingEnvironment procEnv;public synchronized void init(final ProcessingEnvironment procEnv) { super.init(procEnv); this.p...
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
June 25, 2015 13:58
Please clone https://github.com/JetBrains/intellij-community
Community
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 votes
Created
June 25, 2015 21:57
Makes sense. Feel free to track the progress of ADM-9061.
Community
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 votes
Created
June 26, 2015 10:01
Sorry. Indeed, the issue's visibility isn't public. Didn't know that.Anyway, our admins have increased a number of simultaneous connections. Please try again.
Community
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 votes
Created
June 25, 2015 14:29
Glad you have figured it out.
Community
IntelliJ IDEA Open API and Plugin Development
git fetch of Idea - connection reset by peer
0 votes
Created
October 01, 2015 16:47
Not sure about `fileTypeDetector` extension point, because it allows to determine file type for unrecognized files only.This extension point gets called in `FileTypeManagerImpl.detectFromContentAnd...
Community
IntelliJ IDEA Open API and Plugin Development
Determine file type based on content
0 votes
«
First
‹
Previous
Next
›
Last
»