Thanks for contributing this plugin!
I did a quick test and it appears that your plugin will prefix fragment ids with the file name if it can be found in any file.
To make it even more useful, I'd recommend the following:
1. Add the following line to
plugin.xml to automatically start the plugin:
Code:
<autostart>true</autostart>
2. Make sure that the message "Mise a jour de <nom de fichier>" is only being displayed if a file was actually updated.
3. The plugin assumes that all fragment ids are unique, however, if multiple files contain the same id they'll all be changed to the last file that the id was used in.