Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to update config.txt/projects.txt while the program is running #5

Open
rokstrnisa opened this issue Sep 27, 2010 · 1 comment
Labels

Comments

@rokstrnisa
Copy link
Owner

This issue was raised by Marcus.

There are at least two approaches to this:

  1. The program listens for file changes (passively, with OS support).
  2. The program re-reads the file(s) when told so (button, menu).

The latter option is more easy to implement robustly (not sure), and will not result in accidental reads.

@rokstrnisa
Copy link
Owner Author

This issue now loses some priority, since it's possible to add and delete projects using a GUI now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant