Function ProjectSettingsSingleton.setOrder

Sets the order of a configuration value (influences when saved to the config file).

void setOrder (
  const(String) name,
  const(long) position
) nothrow @nogc;