Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add completion settings (Hinterland mode, documentation, suppression) #315
Add completion settings (Hinterland mode, documentation, suppression) #315
Changes from 5 commits
49bd4ee
128d275
a6985c5
01c9f56
1b66629
6ccd932
c9fa9ca
f829fcb
2fcb08d
0eddcee
45dc5b1
170c573
267e615
b700cf2
05fbf60
7e02a15
6a159ca
4d4ccbe
778f9bf
114f3c2
d62ce1f
ebe1eb4
6f0780b
0ae9120
7c476aa
3eb9c4e
c1ebf10
eb50752
e7c4015
49209e7
01d99a0
25e806f
f269e26
efb7e22
032b81d
08618d2
54b21fe
110c1c5
75111cf
f6a1533
f8c11a8
4421ce7
4e5b2ad
5e80e49
42b5474
bacc006
4537855
00448d0
8798f2d
0934d06
a0bbe11
9caecd8
15f14fb
56919c5
9da6fed
9f7a3bc
55a662b
47cc6fb
4758719
0ddf1f3
ec38679
a06adc4
d0aaa0d
7136e10
1d240ea
61f69be
5a01ef9
70352bb
53c868f
ca4e4b3
62cc728
e2f4895
b1bbe85
4b1c47a
d7d555e
a87bd4d
07a3bf9
196242f
ea45f0f
b447d93
78274c9
c692086
af3dfd2
dd0ea83
1cb59e3
c23266f
090abfb
85d3db6
666107c
012b7d2
549c20a
6a18738
b817a1c
ed417f5
2701904
12c1cd6
0064113
67b1cc2
edc6e3c
f989a2b
56d6b05
9aa8f76
fb90252
f0b1ced
eb85f38
83075bb
a60ee5b
ded7c46
b849b64
b9799e6
dfc65f7
3e1afc8
807aae3
b4e91cb
4236a1c
f2ee5eb
b8f0cc6
b9b97b1
f3c73ca
19123a1
e6e76f9
86e696e
d69b102
01ea6a9
e6e8c07
a852e87
8c380f6
6559be9
dbdf2aa
c4257b5
2b2c115
fab0feb
d400629
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I am not sure if the
defaults
are actually preserved all the way down... it might just be the top-level object. would have to check.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.
yes, they seem to be preserved - at least in the sense of being correctly displayed in the settings editor; how else can I specify them?
properties
→completion
and then default?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.
same thing here: when we start changing constructors, we should just go ahead and adopt an
IOptions
someplace so the options can grow more organically over time. The closer we can start making<ActivityName>WidgetAdapter
invocation to be more regular, I think the happier we'll be...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.
we should probably collect all of our external command references someplace...