Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Charlie Choiniere
Total activity
160
Last activity
August 11, 2020 20:49
Member since
February 04, 2010 17:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
47
Activity overview
Posts (41)
Comments (71)
Sort by recent activity
Recent activity
Votes
Created
July 13, 2015 17:08
Hey nothing like a good old System.out.println(); :DThanks again for the help!
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 votes
Created
July 09, 2015 11:23
Is there a way to add a .tmbundle through the plugin api? So I could write basic syntax highlighting instead of a custom language then include it with my plugins resources?
Community
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting
0 votes
Created
May 21, 2015 13:49
That worked great! Thank you! This seems to get me the files I want to upload and is a good start. I'm not sure it's the best approach, but it works for now.@Override public void after(@NotNull Lis...
Community
IntelliJ IDEA Open API and Plugin Development
Current Project in Application Component
0 votes
Created
May 28, 2015 11:35
This is the correct answer. Thanks for the help! Setting the IDEA jdk properly to a Java 1.6 JDK worked.
Community
IntelliJ IDEA Open API and Plugin Development
Building Idea with Java 1.6 on OSX
0 votes
Created
May 27, 2015 14:44
That makes a lot of sense and would in theory look similar to the deployments configuration. Are there any examples of how to create such a UI or an existing project I could take a look at? I was a...
Community
IntelliJ IDEA Open API and Plugin Development
Mark folder as Custom?
0 votes
Created
May 27, 2015 12:35
Perfect! Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Create Project Service
0 votes
Created
June 02, 2015 18:22
I wasn't able to resolve this issue. It seems to be a problem with the Java 1.6 JDK Security strength policies which are set to a hard limit by default. The solution is to install Unlimited Policie...
Community
IntelliJ IDEA Open API and Plugin Development
Java 1.6 Could not generate DH keypair
0 votes
Created
June 12, 2015 11:38
That sounds easy enough. Is there a way to not even register the component in the plugin.xml based on the currenet SDK? Just curious. I can always run return from my component as you said using the...
Community
IntelliJ IDEA Open API and Plugin Development
Java 1.6 Could not generate DH keypair
0 votes
Created
July 01, 2015 00:15
I ended up making a project service. public class ConsoleService { private final ConsoleView consoleView; public ConsoleService(Project project) { consoleView = TextConsoleBuilderFacto...
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
July 01, 2015 11:14
Hmmm now I'm curious when you'd want to use one vs. the other.
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
«
First
‹
Previous
Next
›
Last
»