A simple vala IDE under the GPL license
- Auto-update check
- Code can compile and be executed
- Line numbering
- Syntax-highlighting
- Translatable fairly easily
- Ability to pack files into executables
- Auto-update needs to overwrite files
- Autocomplete
- Code templates
- Debbuging using GDB
- Multiple file project support
- Running code should be interactable (i.e. normal stdin, stoppable)
- Syntax-highlighting configurability