Discussion:
[Pyzo] Pyzo Advanced settings
K***@ntebb.no
2018-01-26 11:49:58 UTC
Permalink
When opening Advanced settings from the Settings menu, one is advised to
open the logger-tool and print(pyzo.config.advanced) to see the current
settings. However, for me this only returns a small subset of the available
settings (as can be compared with the file .pyzo/config.ssdf), and hardly
any very advanced ones. F.i., the *struct* *pyzo.config.advanced* does not
seem contain and item *removeTrailingWhitespaceWhenSaving* (which should
have been set to 1 by default, to comply with the pep8). What is the reason
for this discrepancy? Wouldn't it be more sensible to direct users directly
to config.ssdf? It could save some users for some time wasted on trials and
searches.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2018-01-27 22:05:25 UTC
Permalink
Hi, I see your point. You can access other config options in
pyzo.config, and e.g. pyzo.config.settings. I agree that it makes sense
to point people to config.ssfdf. Would you be willing to make a pull
request to make this change?

Regards,
  Almar
Post by K***@ntebb.no
When opening Advanced settings from the Settings menu, one is advised
to open the logger-tool and print(pyzo.config.advanced) to see the
current settings. However, for me this only returns a small subset of
the available settings (as can be compared with the file
.pyzo/config.ssdf), and hardly any very advanced ones. F.i., the
/struct/ *pyzo.config.advanced* does not seem contain and item
*removeTrailingWhitespaceWhenSaving* (which should have been set to 1
by default, to comply with the pep8). What is the reason for this
discrepancy? Wouldn't it be more sensible to direct users directly to
config.ssdf? It could save some users for some time wasted on trials
and searches.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...