I would like to report small bug in ‘Workspace’. As an example lets take project with one file named ‘engine.php’ (pic1). Later if you will change file name to ‘Engine.php’ (pic2) you will have problems if you are using 3rd part Web server for debugging (‘file not found’ error). The script will try to execute ‘engine.php’ instead of ‘Engine.php’. Furthermore, you will not be able to update (F5) file list in ‘project’ unless you restart whole PhpED and even in this case the opened file name will be still ‘engine.php’ (you will need to reopen this file).