-
Notifications
You must be signed in to change notification settings - Fork 789
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
Renaming files in folders causes strange UI display #259
Comments
It's an annoying bug and it manifests in Folder organization feature in VFPT. I gave a try at fixing it but didn't find a way. |
I did some investigation. |
hey @dungpa you know other bugs like this one? with node moved in another folders? |
@enricosada I recalled another similar bug. See the last sentences at http://fsprojects.github.io/VisualFSharpPowerTools/folderorganization.html#Limitations.
Here is a long repro fsprojects-archive/zzarchive-VisualFSharpPowerTools#313 (comment). I can't seem to narrow down to a smaller repro. Could you have a quick look? Thanks. |
@dungpa i'll try a quick look, i think is renaming the physical directory into Maybe we need to summarize all the bugs on project system (not language service) and lacking features on a issue/wiki for status and roadmap. There are good example like pytools/nodejstools. As @KevinRansom said, for Dev14 is too late for major refactoring, but maybe we can start work for next iteration |
yes the directory is renamed before the file, i'll check the code |
@enricosada Great. Do you happen to find a smaller repro? |
First we have two files inside a folder:
After renaming
File94.fs
toFile95.fs
,File95.fs
moves on top (even on top of References nodes):It's a UI bug since the project is in good state. Reopening the project fixes the display.
See this in both VF# 3.1.2 and VF# 4.0.0.
The text was updated successfully, but these errors were encountered: