-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul some "uncommon" wording in class reference #89036
Overhaul some "uncommon" wording in class reference #89036
Conversation
- 4×8 = rgb(170, 255, 0) - #aaff00 - Not supported on most hardware | ||
- 8×4 = rgb(255, 170, 0) - #ffaa00 - Not supported on most hardware | ||
- 8×8 = rgb(255, 255, 0) - #ffff00 - Not supported on most hardware | ||
[/codeblock] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
96eb312
to
5ced935
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will come back later today but liking it generally!
doc/classes/CodeEdit.xml
Outdated
@@ -64,7 +64,7 @@ | |||
<description> | |||
Adds a comment delimiter. | |||
Both the start and end keys must be symbols. Only the start key has to be unique. | |||
[param line_only] denotes if the region should continue until the end of the line or carry over on to the next line. If the end key is blank this is automatically set to [code]true[/code]. | |||
[param line_only] defines if the region should continue until the end of the line or carry over on to the next line. If the end key is blank this is automatically set to [code]true[/code]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For these I'd either use if ... is true
and some apt change, or "controls"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of the time of writing I have not a clue on what's the true
or false
behavior or what they even mean exactly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point it is a bit cryptic, I'd say to poke who ever added this and have them help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured out, you may take a look again.
bf6efa0
to
b838a64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b838a64
to
c54e09a
Compare
Thanks! |
Continuation of #87223 (see prior PR for reasoning)
This PR goes around the class reference to attempt to strip out some uncommon words and bring some form of consistency.
Click here to see what I had on Notepad++, if you desire a glimpse of my autism.
whilst -> ??? on the contrary -> conversely, in contrast presented -> ??? deem -> consider denote -> indicate, define in contrast vice versa -> no. nor -> ??? hang -> pause linger -> remain time hungry -> performance-intensive ideally -> ??? etc... -> etc. etc -> etc. bring -> ??? one-click deploy made up of -> divided into, composed by informs inform -> notify, sub-resource -> subresource Moreover -> Furthermore Furthermore -> ??? Additionally -> ??? floating point -> floating-point mitigate -> soften(?) 3x3 -> 3×3 concerns -> reasonsHere's some important ones I think:
To soften the blow and not cause random, unjustified invalidation for the localization teams, this PR also tries to improve upon the descriptions where the "targeted" words appear.