coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
713 stars 111 forks source link

Strange renaming behaviour #10

Closed coreh closed 12 years ago

coreh commented 12 years ago

After renaming a file, the directory listing at the left is not being updated, nor is the current file editor being "redirected" to the new file.

The first part of the bug is a regression due to the new directory list caching mecanism. (Forgot to invalidate) The second part actually never got implemented.

Thanks to @massimiliano-giroldi for reporting this.