Open whysqwhw opened 8 years ago
Could you please give a simple and detailled scenario with your problem, please.
1.Create a new javascript project which named "HelloWorld". In this project, it contains some css files in a folder. The index.html will link the css files.
<link>
tag, it will prompt the css files path.<link>
tag cannot prompt the css files path.This issue is not for tern.java, but for https://github.com/angelozerr/eclipse-wtp-webresources
But I think I will give up this project since @mickaelistria is to move features from https://github.com/angelozerr/eclipse-wtp-webresources to WTP HTML Editor step by step.
Yes,hello cow force. I fix it by change WebResourcesIndexManager.performAction function to update WebResourcesProjectConfiguration data; and WebResourcesProviderType.collect function to avoid resource not exists.Is it ok?
@whysqwhw Would you rather be interested in contributing those features to Eclipse directly? As @angelozerr explained, we're trying to move/copy those features to Eclipse WTP directly (where the HTML editor lives). See https://bugs.eclipse.org/bugs/show_bug.cgi?id=495132 for example.
ok,thanks
@whysqwhw a nice contribution would be to try the Gerrit patch I suggested and to report whether it works for your use-case or not ;)
Eclipse content assist set auto and prompt more characters.
egg.
<link href="css/base.css">
It will prompt "href" and it's value. The former seems supported by jsdt and the latter is by angularjs-eclipse.It's cool.But after I changed the project name, it does not work anymore unless I restart Eclipse. In Eclipse's "Error Log" view there are some resource path errors which are use old project name.
I find some rename related plugins as follows.But I do not how it works.I guess tern.java need do something,so I report a issue here.
org.eclipse.ltk.core.refactoring org.eclipse.ltk.ui.refactoring org.eclipse.jdt.ui org.eclipse.wst.jsdt.ui