Eclipse-Markdown-Editor-Plugin icon indicating copy to clipboard operation
Eclipse-Markdown-Editor-Plugin copied to clipboard

Ubuntu 16.04 + Neon.1: Markdown View remains blank

Open sdruskat opened this issue 8 years ago • 3 comments

I've installed version 1.2.0.201501260515 into Neon 4.6.0 on Ubuntu 16.04 LTS.

The Markdown View (it's called that rather than Markdown HTML Preview) remains blank when opening an MD file in the Markdown Editor.

sdruskat avatar Sep 07 '16 12:09 sdruskat

Hello Stephan

Sorry you're experiencing issues. I was unable to reproduce this -- I tested with Neon 4.6.0 on Linux Mint, which should be pretty similar. The Markdown View seemed to work fine.

Have you tried restarting Eclipse? Re-opening the .md or .txt file? Toggling between views, so the Markdown View re-gains focus? Hopefully one of those will work.

I'm afraid I can't do much more to help. Even if I had reproduced the issue, I might not have the time to fix it. This is a side-project, and only gets minimal maintenance from me, Paul, or the other contributors.

Kind regards,

  • Daniel

On 7 September 2016 at 13:29, Stephan Druskat [email protected] wrote:

I've installed version 1.2.0.201501260515 into Neon 4.6.0 on Ubuntu 16.04 LTS.

The Markdown View (it's called that rather than Markdown HTML Preview) remains blank when opening an MD file in the Markdown Editor.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin/issues/69, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPmsNmN-IG-BC66LAd0vYQeVVpPAUWgks5qnq4ogaJpZM4J23Wr .


Dr Daniel Winterstein Director Edinburgh +44 (0)772 5172 612 http://sodash.com http://sogrow.co.uk

winterstein avatar Sep 07 '16 18:09 winterstein

Same issue here.

I have installed 1.2.0.201501260515 into Luna Service Release 2 (4.4.2) on Windows 7.

The Markdown View remains blank when opening an MD file in the Markdown Editor.

vanvught avatar Sep 29 '16 17:09 vanvught

RESOLVED Googling for the swt error showed that one would need to force GTK2 (yes it's not as beautiful as GTK3) to use xulrunner (i.e. the embedded browser)

see https://stackoverflow.com/questions/37099810/java-xulrunner-error-in-eclipse-swt-in-ubuntu


Hello same here

gentoo (kernel 4.12.12-gentoo #1 SMP Wed Oct 18 11:34:54 CEST 2017 x86_64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz GenuineIntel GNU/Linux)

Eclipse IDE for Java Developers

  • Version: Oxygen.1a Release (4.7.1a)
  • Build id: 20171005-1200

i found this in the log, might be related...

!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [Browser style SWT.MOZILLA and Java system property org.eclipse.swt.browser.DefaultType=mozilla are not supported with GTK 3 as XULRunner is not ported for GTK 3 yet]
        at org.eclipse.swt.SWT.error(SWT.java:4559)
        at org.eclipse.swt.browser.MozillaDelegate.<init>(MozillaDelegate.java:57)
        at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:655)
        at org.eclipse.swt.browser.Browser.<init>(Browser.java:99)
        at winterwell.markdown.views.MarkdownPreview.createPartControl(MarkdownPreview.java:41)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:147)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:355)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                                                                                                                                                                      
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                                                                                                                                                                              
        at java.lang.reflect.Method.invoke(Method.java:498)                                                                                                                                                                                                                   ```

squat80 avatar Nov 07 '17 10:11 squat80