pafcu / ConfigObj-GUI

GUI for configuring configobj configurations
Other
6 stars 2 forks source link

Support for file path options #1

Open pafcu opened 13 years ago

pafcu commented 13 years ago

It's common to store file paths in configuration files, so the GUI should support those. Since ConfigObj does not support paths directly there are a few options how to do it:

  1. Make a list of supported custom types that users have to use in their specs
  2. Make it possible for users to specify a type->widget mapping, and let them create the widget class themself.