-
Notifications
You must be signed in to change notification settings - Fork 52
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
project rename, resource path is still under old project name #421
Comments
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. |
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
The text was updated successfully, but these errors were encountered: