Add a script to toggle the report of superscripts and subscripts#10985
Conversation
|
@codeofdusk did you have any reason not to associate a dedicated script to superscripts/subscripts reporting toggle? I did not seen anything in #10919. Cc @LeonarddeR: |
See test results for failed build of commit 16faf14428 |
feerrenrut
left a comment
There was a problem hiding this comment.
One minor issue to address, otherwise this looks fine
Co-Authored-By: Reef Turner <feerrenrut@users.noreply.github.com>
See test results for failed build of commit 2aeef4ccdd |
|
@feerrenrut, I have addressed your feedback and suggestion. Thanks. |
|
I think the existing changes entry should be modified to mention the script instead of adding to new features (the change itself is new to 2020.2). |
|
I added a new entry, since there are now two new things you can do. Configure reporting, and toggle. |
|
Maybe change the existing entry to something like:
|
Link to issue number:
None
Summary of the issue:
Almost all items of the "Document formatting" setting panel have an associated script to toggle the feature. Since #10919 has been merged, it would be useful to have a script to toggle superscripts and subscripts reporting. For example the feature would be activated when reading a mathematical document with squared variables. But it should be deactivated when reading a normal document containing abbreviations such as
1st,2nd, etc.Description of how this pull request fixes the issue:
Add a script in global commands to toggle the reporting of superscripts and subscripts. This script has no default gesture assigned.
Testing performed:
a2 + b2 = c2Did not test with MS Word since there is a pending issue: #10979
Known issues with pull request:
This PR does not guarantee that all features of "Document formatting" setting panel has an associated script: cell border reporting is still missing. However there is already a PR for this (#10408)
Change log entry:
Section: New features
A script to toggle the report of subscripts and superscripts has been added.or just modify the change log entry for #10919 to add this PR's information.