Skip to content
Snippets Groups Projects
Commit c4e77f76 authored by Campbell Barton's avatar Campbell Barton
Browse files

check_spelling_c: update dictionary

parent 77e6bca1
Branches
Tags
No related merge requests found
...@@ -197,6 +197,7 @@ dict_custom = { ...@@ -197,6 +197,7 @@ dict_custom = {
"remappable", "remappable",
"remapper", "remapper",
"remappings", "remappings",
"remesher",
"rendeder", "rendeder",
"renderable", "renderable",
"renormalize", "renormalize",
...@@ -231,7 +232,9 @@ dict_custom = { ...@@ -231,7 +232,9 @@ dict_custom = {
"unassign", "unassign",
"unbuffered", "unbuffered",
"unclamped", "unclamped",
"uncollapsed",
"uncomment", "uncomment",
"uncommented",
"unconfigured", "unconfigured",
"undisplaced", "undisplaced",
"uneditable", "uneditable",
...@@ -257,6 +260,7 @@ dict_custom = { ...@@ -257,6 +260,7 @@ dict_custom = {
"untag", "untag",
"untagging", "untagging",
"untrusted", "untrusted",
"unusably",
"unvisited", "unvisited",
"userless", "userless",
"vectorial", "vectorial",
...@@ -272,11 +276,12 @@ dict_custom = { ...@@ -272,11 +276,12 @@ dict_custom = {
"writeable", "writeable",
"zoomable", "zoomable",
# python types # C/C++/Python types (we could quote every instance but it's impractical).
"enum", "enum",
"enums", "enums",
"int", "int",
"ints", "ints",
"nullptr", # C++ NULL-pointer.
"str", "str",
"tuple", "tuple",
"tuples", "tuples",
...@@ -304,12 +309,15 @@ dict_custom = { ...@@ -304,12 +309,15 @@ dict_custom = {
"unparent", "unparent",
# Accepted abbreviations. # Accepted abbreviations.
"config", "anim", # animation.
"config", # configuration.
"coord", "coord",
"coords", "coords",
"dir", # "dir", # direction/directory.
"iter", "iter", # iteration.
"multi", "multi",
"numpad", # numeric-pad.
"numpads", # numeric-pads.
"ortho", "ortho",
"recalc", "recalc",
"resync", "resync",
...@@ -317,8 +325,7 @@ dict_custom = { ...@@ -317,8 +325,7 @@ dict_custom = {
"structs", "structs",
"subdir", "subdir",
# general computer terms # General computer terms.
"XXX",
"app", "app",
"ascii", "ascii",
"autocomplete", "autocomplete",
...@@ -557,6 +564,7 @@ dict_ignore_hyphenated_prefix = { ...@@ -557,6 +564,7 @@ dict_ignore_hyphenated_prefix = {
} }
dict_ignore_hyphenated_suffix = { dict_ignore_hyphenated_suffix = {
"ify",
"ish", "ish",
"ness", "ness",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment