Quote: |
When opening a file and just moving around there the editor without changing anything, the editor thinks after some moves (e.g. 2 or 3 times page down etc.), the file was modified and displays the asterisk next to the filename in the corresponding tab. |
It's not a bug. Some of the lines may contain trailing spaces at their ends. If you have "Keep Trailing Blanks" unchecked, phped removes these spaces when you leave corresponding line. Therefore your file gets modified which is correctly marked in the file tab. Also, should be noted that "Optimal Fill" when checked optimizes beginning spaces to equivalent number of spaces and tabs which leads to modifications too.
Quote: |
... However - when closing the file then, PHPEd does not ask to save it. |
It's not a problem. Take a look at tools->settings->IDE->Auto Save Files
If this option is checked, PhpED saves the files automatically.
Quote: |
Another strange thing is the way how "undo" works: It does not really undo the last edit, but just undos the last "action", where "action" also includes moving around with the cursor |
That's correct. If you have "Group Undo" option checked it behaves just like you described.
You see no changes are required and the editor is flexible to full extends and can fit all your needs