Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Bjorn Tipling
Follow
New posts
New posts and comments
Total activity
20
Last activity
January 16, 2016 13:36
Member since
January 09, 2014 23:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
February 06, 2014 17:26
I can log in now. Not sure if someone fixed it or if it just took a day.
Community
IntelliJ IDEA Open API and Plugin Development
Can't log into Plugin Site to upload Plugin
0 votes
Created
February 04, 2014 20:36
Thanks for your help again. I removed all PyCharm class paths referencing "plugin" and ran into some more bad dependencies at runtime. I will just have to go through the jars and remove them one at...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 votes
Created
February 04, 2014 17:46
Thanks again for your help, I don't have anything like that. Here's my entire classpath contents: jar:///System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/deploy.jar!/ jar:///Sys...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 votes
Created
February 04, 2014 17:20
Thanks again for your help.Here is my source code: https://github.com/btipling/DiskReadHere is how I've setup my SDK:http://glui.me/?i=6pjmwa71c2bopca/2014-02-04_at_8.17_AM_2x.png/http://glui.me/?...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 votes
Created
February 04, 2014 17:16
Yes, I absolutely followed the rules there. The plugin compiles when following these instructions:In order to do that, you can create an IntelliJ IDEA SDK pointing to an installation of RubyMine or...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 votes
Created
February 04, 2014 16:58
Right, I don't know why my Plugin doesn't work in PyCharm, I'm trying to figure out why. The plugin is complicated and basic features do not work. There are no exceptions. I am not asking about why...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 votes
Created
January 30, 2014 02:51
Ok cool. And I actually ran into a 1.7 issue that I fixed by using 1.6 and rewriting some Java 7 code. So I've updated the blog post. Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 30, 2014 00:56
Wow that's crazy. Thanks for the usage data. The plugin.xml file lets you specify an idea version so one could mitigate the problem by requiring newer versions of Intellij IDEA, but then the audien...
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 30, 2014 00:46
That's a good point regarding the JDK version. If you're on windows though getting 1.6 requires going through Oracle's warning saying it's not secure and you shouldn't use it. If you have Windows 8...
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 12, 2014 21:17
That worked great. I actually first tried Java's File .mkdirs and VirtualFileManager.syncRefresh but that only worked sometimes. It would always make the dirs, but not in time to get references to ...
Community
IntelliJ IDEA Open API and Plugin Development
Renaming and moving a file from a plugin
0 votes