Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with PyCharm 4.5.3/4 #23

Closed
la10736 opened this issue Sep 9, 2015 · 6 comments
Closed

Incompatibility with PyCharm 4.5.3/4 #23

la10736 opened this issue Sep 9, 2015 · 6 comments

Comments

@la10736
Copy link

la10736 commented Sep 9, 2015

I tried to use the plug-in by PyCharm (4.5.x) and when I try to open my markdown files I have follow exception

13.47.37 PluginException: javafx/beans/value/ChangeListener : Unsupported major.minor version 52.0 [Plugin: com.vladsch.idea.multimarkdown]

I downloaded and installed it by plugin PyCharm interface and I'm wondering if I missing something (I did just one click and restart PyCharm). I tried it by 4.5.3 and 4.5.4 versions but I suspect that is an 4.5.x related issue.

@la10736
Copy link
Author

la10736 commented Sep 9, 2015

UPDATE:

I tried PyCharm 4.0.6 and the issue was already present. Maybe I missed something....

@vsch
Copy link
Owner

vsch commented Sep 9, 2015

Thank you for reporting this.

This means you are running the IDEA with JDK 1.6 and the plugin was compiled for 1.8. I will double check that because normally I always stick to 1.6 level for compilation.

You can continue to use the previous version which you can download from the Official JetBrains plugin site Version 1.0.24.

I'll verify if it was compiled for 1.8 and correct it for the next release so that it will work with JDK 1.6.

@la10736
Copy link
Author

la10736 commented Sep 9, 2015

As far I can understand I'm using JDK 1.7

2015-09-09 13:47:16,385 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2015-09-09 13:47:16,399 [     14]   INFO -        #com.intellij.idea.Main - IDE: PyCharm (build #PY-141.2569, 28 Aug 2015 00:00) 
2015-09-09 13:47:16,399 [     14]   INFO -        #com.intellij.idea.Main - OS: Linux (3.16.0-31-generic, amd64) 
2015-09-09 13:47:16,399 [     14]   INFO -        #com.intellij.idea.Main - JRE: 1.7.0_79-b14 (Oracle Corporation) 
2015-09-09 13:47:16,399 [     14]   INFO -        #com.intellij.idea.Main - JVM: 24.79-b02 (OpenJDK 64-Bit Server VM) 
2015-09-09 13:47:16,401 [     16]   INFO -        #com.intellij.idea.Main - JVM Args: -javaagent:/usr/share/java/jayatanaag.jar -Xbootclasspath/a:./../lib/boot.jar -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=225m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=lcd -Djb.vmOptionsFile=./pycharm64.vmoptions -XX:ErrorFile=/home/damico/java_error_in_PYCHARM_%p.log -Djb.restart.code=88 -Didea.paths.selector=PyCharm40 -Didea.platform.prefix=Python -Didea.no.jre.check=true 

By official plugin works as a sharm.

@vsch
Copy link
Owner

vsch commented Sep 9, 2015

New version released. Will run with JDK 1.6.

@vsch
Copy link
Owner

vsch commented Sep 10, 2015

New release available 1.1.2:

  • Fix Exception reporting for ScratchFileService not found on older versions. If the check fails then no others will be performed until build of IDE changes.
  • Fix WebView Preview Tab not working for 1.8u60 and up. In 1.8u60+ it no longer handles fonts with uri(data:) nor font/woff only .ttf.
  • Fix allowing capital X to mark closed tasks. Fix Incorrect coloring of completed task lists when using capital X. #24
  • Fix lack of ComboBox for Build 133.1711, now for earlier builds using List for theme selection instead of ComboBox.
  • Change since-build to 133.1711, earliest tested version IDEA 13.0 CE, new Preview is not available but old preview works.

Please let me know if it solves your issue and/or close the issue which will be taken as issue solved.

@la10736
Copy link
Author

la10736 commented Sep 10, 2015

Fixed

2015-09-10 5:53 GMT+02:00 Vladimir Schneider notifications@github.com:

New release available 1.1.2:

  • Fix Exception reporting for ScratchFileService not found on older
    versions. If the check fails then no others will be performed until build
    of IDE changes.
  • Fix WebView Preview Tab not working for 1.8u60 and up. In 1.8u60+ it
    no longer handles fonts with uri(data:) nor font/woff only .ttf.
  • Fix allowing capital X to mark closed tasks. Fix Incorrect coloring of completed task lists when using capital X. #24
    Incorrect coloring of completed task lists when using capital X. #24
  • Fix lack of ComboBox for Build 133.1711, now for earlier builds
    using List for theme selection instead of ComboBox.
  • Change since-build to 133.1711, earliest tested version IDEA 13.0
    CE, new Preview is not available but old preview works.

Please let me know if it solves your issue and/or close the issue which
will be taken as issue solved.


Reply to this email directly or view it on GitHub
#23 (comment)
.

@vsch vsch closed this as completed Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants