Settings branch: show-settings-outline is ready for testing
32 views
Skip to first unread message
Edward K. Ream
unread,
Sep 4, 2019, 8:32:49 AM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
This is #852. Please take a look and report any problems.
Still to do:
- Show why each inactive setting is inactive.
- write-changed-settings command, per Vitalije's suggestion.
Edward
Edward K. Ream
unread,
Sep 4, 2019, 9:25:48 AM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
On Wed, Sep 4, 2019 at 7:32 AM Edward K. Ream <edre...@gmail.com> wrote:
Still to do:
- Show why each inactive setting is inactive.
Done at 34eb0cb in settings branch. Each node marked "INACTIVE" now contains a letter, as in the show-settings command, showing the source of overriding file. Examples:
In a theme file: [F] INACTIVE: @string target_language = css
In myLeoSettings.leo: [T] INACTIVE: @bool color-trailing-whitespace = False
- write-changed-settings command, per Vitalije's suggestion.
Vitalije, if you are willing, I would like to delegate this part of the project to you.
Edward
vitalije
unread,
Sep 4, 2019, 9:33:19 AM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Vitalije, if you are willing, I would like to delegate this part of the project to you.
Edward
Ok, it is on my TODO list, though it might not happen until some day next week.
Vitalije
Edward K. Ream
unread,
Sep 4, 2019, 10:12:24 AM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Many thanks for this. There is no rush whatsoever.
I'll be cleaning and refactoring aso.create_unified_settings next. That's the last work I plan on doing. It should be finished today or tomorrow.
Edward
Edward K. Ream
unread,
Sep 4, 2019, 12:47:33 PM9/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
On Wednesday, September 4, 2019 at 9:12:24 AM UTC-5, Edward K. Ream wrote:
> I'll be cleaning and refactoring aso.create_unified_settings next. That's the last work I plan on doing.
Done at rev f990eb0 in the settings branch. I don't plan to merge this into devel at this time.
This concludes my work on this phase of #852. Vitalije, your questions and comments are welcome.