LiClipseText icon indicating copy to clipboard operation
LiClipseText copied to clipboard

Liclipse Preference page directories are not opened on click

Open paulvi opened this issue 7 years ago • 4 comments

image

When clicking on those folders on Windows, Explorer is not opened

paulvi avatar Nov 29 '16 14:11 paulvi

Strange (it does work for me).

This is done at: https://github.com/fabioz/LiClipseText/blob/master/plugins/org.brainwy.liclipsetext.editor/src/org/brainwy/liclipsetext/editor/preferences/RootPreferencesPage.java#L128

Do you have some error in your error log? Which Eclipse version are you using?

fabioz avatar Nov 29 '16 15:11 fabioz

eclipse.buildId=4.5.0.I20150603-2000
java.version=1.8.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Framework arguments:  -product nodeclipse.package.enide.product -product nodeclipse.package.enide.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product nodeclipse.package.enide.product -data file:/D:/Workspaces/Enide-2015-7/ -product nodeclipse.package.enide.product

org.brainwy.liclipsetext.shared_core
Error
Sat Dec 03 23:07:13 CST 2016
No message gotten (null message).

java.lang.NullPointerException

paulvi avatar Dec 03 '16 15:12 paulvi

Maybe I should try on newest Eclipse

paulvi avatar Dec 03 '16 15:12 paulvi

Yeap, I think that the API it's using is Eclipse 4.6 only.

fabioz avatar Dec 03 '16 15:12 fabioz