Load functions and constants from file

Issue #400 new
Former user created an issue

Originally reported on Google Code with ID 400

This is a feature request:

Instead of hard-coded values for constants and function definitions, it would be very
useful if these were defined in data/config files.  This would make updating/adding
values much easier.

Reported by execrable on 2012-03-20 21:13:28

Comments (1)

  1. Pol Welter

    Hardcoding the constants presents an advantage in the sense that the portable version does not require an additional file to be carried along. We could possibly implement a switch, which either includes the list as a resource in the binary (for the portable version) or as an actual file in the install directory.

    Anyway, the available (and especially the upcoming) system for exporting/importing allows to do pretty much what the OP requested.

  2. Log in to comment