1. Notes about project management functionality in Gedit
Features I'd like to have in Gedit:
- store the list of files that belong to the project (duh)
- possibly integrate with version control: all files that are under version control are automatically contained in the project
- add a Run button which starts the developed application
- the path to the project executable is set in project settings
- it would be nice if multiple project executables would be possible (the Run button could have a menu to switch to another app)
- in addition to the Run button, there should be a Restart and a Kill button
- other plugins should be able to access the list of project files (like for a multi-file search plugin)