Version: unknown (using KDE 3.1.0) Compiler: gcc version 2.95.3 20010315 (release) OS: Linux (i686) release 2.4.19-pre7 There is no command in KDevelop to refresh the File Tree list. I should be able to right click in the File Tree pane and choose a "Refresh" command. Or, I should be able to choose "Refresh File Tree" from the View menu. I think such a command would make sense here as it usually does in any file browser.
can you confirm if this feature is still needed? The file list should be synced with the project files now.
I guess it's not needed, assuming that the file list is always perfectly synced with the project files. But is that even possible to achieve? If it were possible to keep it perfectly synced, then why does Konqueror still have a "refresh" command for directories? Even Windows Explorer has a "refresh" command. And every other IDE I've used has a refresh command for its file view. It just seems like a good idea to include such a feature, especially as the file tree acquires new features over time. For instance, I could see the capability for a remote file hierarchy being added to the file tree (for example, a FrontPage Extensions-based web project), in which case a refresh command would be necessary.
valid points. we should probably implement it.
Implemented, if a bit simplistic - expansion of node isn't remembered. There is now a "reload" option on the _root node_. I thougt it best to avoid cluttering up the menu.
thanks, it works, however when I add a PHP file to my PHP project, the filelist does not get automaticaly updated... i mean, this particular new file should at least be added.
Yes, but this is a different problem. IIRC, it's the Script Project plugin that's lacking the needed support.