How to disable css warning “Unknown property” in Eclipse Mars?

后端 未结 3 1750
执念已碎
执念已碎 2020-12-30 13:20

I get many \"Unknown property\" warnings in my css files.

This might be due to the fact that I have e(fx)clipse 2.0 and the Eclipse Web Developer Tools installed. <

3条回答
  •  轮回少年
    2020-12-30 13:42

    I filed an e(fx)clipse bug [1] and uninstalled e(fx)clipse for the time being.

    The main reason why I had installed e(fx)clipse at the beginning was to get rid of the access restriction warnings related to jfxrt.jar (also see [2]). Now I use additonal access rules for the JRE container in my classpath file instead of using e(fx)eclipse:

    
            
                
                   
            
                
                         
              
    
    

    [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=475347

    [2] Using JavaFX in JRE 8

提交回复
热议问题