Force RubyMine to notice file system changes

Updated . Posted . Visible to the public.

If you did file operations inside a shell or for example using Nautilus Show archive.org snapshot , it can take quite a while until RubyMine takes note of them and updates things like your project tree or its internal file list.

Flushing file system buffers Show archive.org snapshot helps you out (run it from a terminal):
sync

This is also possibly via the RubyMine menus: File → Synchronize.

Arne Hartherz
Last edit
Keywords
rename, move, copy
License
Source code in this card is licensed under the MIT License.
Posted by Arne Hartherz to makandra dev (2010-10-13 13:40)