Giter VIP home page Giter VIP logo

fuzzyautocompleteplugin's People

Contributors

bynil avatar chendo avatar hsarret avatar jtbandes avatar kazmasaurus avatar kyonli avatar leeroyding avatar luosheng avatar orta avatar slazyk avatar usami-k avatar zenangst avatar zizicici avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fuzzyautocompleteplugin's Issues

Keep selection when typing more matching letters

Extracted from #39

Xcode's default behaviour is to keep current selection when you are typing more letters that match it and when you insert prefix with Tab. It changes selection to the best match when you backspace.

FuzzyAutocomplete currently always selects the best match. This should be changed to be consistent with Xcode's default behaviour, e.g.:

  • keep the selection as long as typed letter(s) extend the last matched range
  • select the best completion otherwise

Can not open settings on Xcode 5, OS X 10.10 Yosemite

Editor->FuzzyAutocomplete->Plugin Settings... does not work using Xcode 5.1.1 on the developer preview of OS X Yosemite, after multiple restarts of Xcode. Just to be clear, I have not tried it on the beta version of Xcode 6.
fuzzy

Option to complete in one Tab

In previous version I was pressing Tab once to complete whole expression. Now I have to press Tab many times to complete some types and it loses selected type after Tab and selects another which is annoying. Example:
typing "buil", getting suggestions BuildingData and buildingData, selecting second and pressing tab will select BuildingData again and stop after word Building.

It would be really great if you could add some checkbox in options so we can complete expressions with single Tab press.

Linker error on build

Every time I try to run it I get this error:

(null): Linker command failed with exit code 1 (use -v to see invocation)

Xcode 5.1

autocomplete for YES

auto complete does not suggest 'YES' as an option after typing 'ye' or 'yes'.
(only appears after typing 'y')

eg, problem occurs when typing yes:

  • (BOOL)testFunction{
    return yes;
    }

Suggestion: Rank class object properties higher than non (example given).

I LOVE this plugin - the goal, though, is to have it work in ALL cases πŸ‘

Here's an example of my issue:

I have a class (say) with a property called titleLabel.

Inside the class implementation, I access it using _titleLabel.

Unfortunately, from _tit, I often get _TIME_T instead.

(as a side question - does this plugin also make use of Xcode's weighted ranking of more commonly used autocompletions?)

Not working in Xcode 5.1

I just installed Xcode 5.1 today, but I've been using your plugin to save tons of typing time over the past few months.

I built the project, and am not seeing the magical awesomeness. Does the plug in really support Xcode 5.1? Can you update it if not. Please!

Tab completion issue

Tab completion should still work when I'm not using fuzzy matching. I think _fa_insertUsefulPrefix needs to be changed so that if what's currently written is the prefix of the currently highlighted completion, the default behavior is used instead of inserting the whole completion.

If you tell me how to get:

  1. The currently typed string (the query)
  2. The currently highlighted completion
    I'll make the change and submit a pull request.

Compilation Issue on Mountain Lion

there is issue in scoreItem method of FAItemScoringMethod.m
when i build the project , i get the following message
No visible @interface for 'NSArray' declares the selector 'firstObject'

changed the following code
"NSRange range = [[rangesArray firstObject] rangeValue];"
to
"NSRange range = [[rangesArray objectAtIndex:0]rangeValue];"
then it work well

@selector() autocompletion broken

Unfortunately, fuzzyAutocomplete breaks autocompletion in @selector() directives. It wants to autocomplete an unbelievable number of items, but doesn't even always contain the selector I want.

Xcode crashing on launch when loading plugin

I've been using this plugin for many months now (and LOVING it!), but for some reason today, every time I open Xcode, it freezes and eventually crashes. Looks like there's an infinite recursion:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation        0x00007fff9abee504 __CFStringCreateImmutableFunnel3 + 20
1   com.apple.CoreFoundation        0x00007fff9ac0531f CFStringCreateWithCharactersNoCopy + 63
2   com.apple.Foundation            0x00007fff95bb0ea0 -[NSPlaceholderString initWithCharactersNoCopy:length:freeWhenDone:] + 114
3   com.apple.Foundation            0x00007fff95bb9670 _NSNewStringByAppendingStrings + 801
4   com.apple.Foundation            0x00007fff95bc5ab1 -[NSString stringByAppendingString:] + 179
5   io.github.FuzzyAutocomplete     0x0000000113c7b17a +[FuzzyAutocomplete createMenuItem] + 359 (FuzzyAutocomplete.m:78)
6   com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
7   com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
8   com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
9   com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
10  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
11  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
12  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
13  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
14  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
15  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
16  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
17  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
18  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
19  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
20  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
21  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
22  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
23  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
24  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
25  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
26  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
27  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
28  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
29  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
30  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
31  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
32  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
33  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
34  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
35  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
36  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
37  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
38  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
39  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
40  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
41  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
42  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
43  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
44  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
45  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
46  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
47  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
48  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
49  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
50  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
51  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
52  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
53  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
54  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
55  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
56  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
57  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
58  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
59  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
60  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
61  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
62  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
63  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
64  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
65  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
66  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
67  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
68  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
69  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
70  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
71  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
72  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
73  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
74  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
75  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
76  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
77  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
78  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
79  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
80  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
81  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
82  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
83  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
84  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
85  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
86  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
87  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
88  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
89  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
90  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
91  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
92  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
93  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
94  com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
95  io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
96  com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
97  com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
98  com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
99  com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
100 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
101 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
102 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
103 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
104 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
105 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
106 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
107 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
108 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
109 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
110 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
111 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
112 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
113 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
114 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
115 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
116 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
117 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
118 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
119 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
120 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
121 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
122 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
123 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
124 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
125 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
126 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
127 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
128 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
129 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
130 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
131 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
132 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
133 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
134 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
135 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
136 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
137 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
138 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
139 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
140 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
141 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
142 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
143 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
144 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
145 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
146 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
147 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
148 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
149 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
150 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
151 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
152 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
153 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
154 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
155 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
156 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
157 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
158 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
159 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
160 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
161 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
162 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
163 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
164 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
165 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
166 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
167 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
168 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
169 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
170 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
171 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
172 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
173 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
174 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
175 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
176 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
177 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
178 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
179 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
180 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
181 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
182 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
183 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
184 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
185 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
186 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
187 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
188 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
189 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
190 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
191 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
192 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
193 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
194 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
195 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
196 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
197 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
198 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
199 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
200 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
201 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
202 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
203 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
204 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
205 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
206 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
207 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
208 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
209 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
210 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
211 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
212 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
213 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
214 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
215 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
216 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
217 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
218 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
219 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
220 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
221 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
222 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
223 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
224 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
225 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
226 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
227 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
228 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
229 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
230 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
231 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
232 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
233 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
234 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
235 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
236 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
237 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
238 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
239 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
240 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
241 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
242 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
243 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
244 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
245 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
246 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
247 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
248 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
249 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
250 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
251 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
252 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
253 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
254 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
255 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
256 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
257 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
258 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
259 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
260 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
261 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
262 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
263 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
264 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
265 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
266 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
267 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
268 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
269 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
270 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
271 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
272 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
273 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
274 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
275 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
276 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
277 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
278 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
279 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
280 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
281 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
282 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
283 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
284 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
285 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
286 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
287 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
288 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
289 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
290 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
291 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
292 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
293 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
294 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
295 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
296 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
297 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
298 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
299 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
300 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
301 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
302 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
303 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
304 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
305 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
306 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
307 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
308 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
309 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
310 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
311 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
312 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
313 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
314 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
315 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
316 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
317 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
318 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
319 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
320 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
321 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
322 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
323 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
324 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
325 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
326 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
327 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
328 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
329 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
330 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
331 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
332 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
333 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
334 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
335 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
336 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
337 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
338 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
339 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
340 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
341 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
342 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
343 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
344 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
345 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
346 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
347 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
348 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
349 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
350 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
351 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
352 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
353 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
354 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
355 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
356 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
357 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
358 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
359 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
360 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
361 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
362 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
363 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
364 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
365 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
366 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
367 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
368 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
369 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
370 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
371 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
372 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
373 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
374 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
375 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
376 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
377 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
378 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
379 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
380 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
381 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
382 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
383 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
384 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
385 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
386 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
387 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
388 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
389 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
390 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
391 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
392 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
393 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
394 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
395 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
396 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
397 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
398 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
399 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
400 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
401 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
402 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
403 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
404 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
405 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
406 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
407 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
408 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
409 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
410 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
411 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
412 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
413 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
414 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
415 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
416 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
417 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
418 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
419 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
420 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
421 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
422 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
423 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
424 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
425 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
426 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
427 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
428 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
429 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
430 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
431 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
432 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
433 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
434 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
435 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
436 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
437 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
438 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
439 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
440 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
441 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
442 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
443 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
444 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
445 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
446 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
447 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
448 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
449 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
450 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
451 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
452 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
453 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
454 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
455 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
456 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
457 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
458 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
459 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
460 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
461 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
462 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
463 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
464 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
465 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
466 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
467 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
468 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
469 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
470 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
471 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
472 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
473 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
474 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
475 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
476 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
477 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
478 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
479 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
480 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
481 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
482 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
483 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
484 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
485 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
486 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
487 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
488 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
489 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
490 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
491 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
492 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
493 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
494 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
495 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
496 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
497 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
498 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
499 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
500 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
501 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
502 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
503 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
504 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
505 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140
506 com.apple.Foundation            0x00007fff95ba0c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
507 com.apple.dt.DVTFoundation      0x0000000105eb9a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
508 com.apple.AppKit                0x00007fff9671f3f4 -[NSMenu _menuItem:didChangeSubmenuContentsWithSubmenu:] + 36
509 io.github.FuzzyAutocomplete     0x0000000113c7b38c +[FuzzyAutocomplete createMenuItem] + 889 (FuzzyAutocomplete.m:95)
510 com.apple.CoreFoundation        0x00007fff9ad08cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
511 com.apple.CoreFoundation        0x00007fff9abfa244 _CFXNotificationPost + 3140

Let me know if I can provide more info! :)

autocomplete failed for category...

Like UIImage+ImageEffects.h from apple,the Xcode with FuzzyAutocompletePlugin cannot autocomplete category functions...

or any other categories....

PS:
Xcode Version 5.0.1 (5A2053)
after remove the plugin,category autocomplete worked again.

[Enhancement] Add option to not show "No Completions" message

When writing new functions fuzzy autocomplete still tries to find completions for method names and when it can't it pops up a message saying "No Completions" that gets in the way of what you are trying to write. Perhaps it would be better to follow the xcode default of not showing any message if there are no autocomplete options available.

Request: Add option to re-enable requirement to start with first letter of desired match

I recently updated the plugin to the most recent version to find that the autocomplete is much less predictable than it used to be. I've gathered this is because you're using Xcode's priority system now. Often, if I have an iVar called _field, a local var called field and I type in fie, the autocomplete will use _field instead of field. This has caused me consistent problems, especially for assignments (ex: _field = field; ends up being _field = _field; due to the autocomplete). I've been able to mitigate this behavior some by re-enabling FuzzyAutocompletePrioritizeShortestMatch. However, I really liked the previous behavior of restricting searches to the first letter of the desired match. This helped me quickly weed out unwanted auto-complete options as I use very consistent naming prefixes with my variables.

Bonus: It would be even better if I could specify how many prefix letters are "anchored" (required for the match). So, lets say instead of requiring the first letter of the desired match, I could require that it start with the first two letters of the desired match. I think that this might fix one of the biggest problems I have with the FuzzyAutoCompletePlugin: typing in NO always autocompletes to NSOSF1OperatingSystem. Seriously, every time and I have no idea why. I never use NSOSF1OperatingSystem for anything.

I love the plugin. For the most part it's made my life a lot easier. Thank you for taking the time to develop and maintain it.

Somewhat laggy backspace

With the plugin installed, "repeat" backspacing on a string that causes the autocomplete to show up is somewhat lagged/delayed.

Note: I've got the "Key Repeat" setting set to "Fast" in System Preferences.

Without plugin:

2014-03-23 12_16_11

With plugin:

2014-03-23 12_16_23

Pressing tab jumps to next capital letter match rather than next differing character

Let's say you're code completing the following: [array addObj
The following completions are presented:
addObjectsFromArray:
addObject:

Now, when hitting Tab, you would expect the completion word to expand to "addObject" because that is the longest common phrase between the results. This is Xcode's default behavior. However, with this plugin, it erroneously expands to "addObjects", thus hiding the lower completion. In other words, it jumps to the next camel case word.

Build failed

I built FuzzyAutocompletePlugin within my xcode, but it show me:
"ld: framework not found DVTFoundation
clang: error: linker command failed with exit code 1 (use -v to see invocation)"

And I found the reason, because I renamed the xcode's name from "xcode" to xcode5", so rename back to "xcode" will fix this issue.

Hope it will help someone.

Differences between top matches with and without plugin

Without plugin:

  • I type n. I get NSString
  • I type ns. I get NSString

With plugin:

  • I type n. I don't get anything (no autocomplete is shown)
  • I type ns. I get nsenum
  • I type NS. I get NSString

Is the sorting of matches case-sensitive? If yes, can we get an option to make it case insensitive?

If would also be nice to have an option to disable fuzzy matching if the query is only X characters long. The default autocomplete behaviour would be used in that case. This especially makes sense when the query has only 1 character (just let Xcode do its thing), but might also be a good idea for queries with 2 characters or even 3 (for some users).

Improving scoring: post unexpected results here

Post here the cases when the default choice is not what you'd expect.

Usually such cases can be resolved by adjusting scoring function parameters (available in plugin settings under Advanced). But I try to gather such cases myself because it might be worth to tweak the plugin's default parameters or scoring function based on common cases.

Before posting, make sure you're using the newest plugin version (can be seen in settings), and the default scoring parameters (can be reset in settings).

If your expected completion is missing from the list, Xcode isn't indexing, and it's there with plugin disabled then report a separate bug.

Most of relevant information can be presented in form of a screenshot, so this is the preferred way. Make sure you have following options enabled in plugin settings (or you provide the same information in text):

  • Basic > Sort By Score (few best completions in order)
  • Basic > Show List Header (actual query in original letter case)
  • Advanced > Show Scores (the scores of the completions)

And indicate which completion you'd expect to be selected by default. Wether you are using iOS or OS X SDK and mention third-party frameworks if relevant.

Xcode (with or without the plugin) remembers recent completions, and learns to score them higher. Therefore indicate wether the problem occurs all the time or goes away (after you choose once or a few tmes).

Example

Here I actually had to choose NSOSF1OperatingSystem once just before the screenshot, so it's score is fairly high. But I do sporadically experience this one even without choosing it.

screen shot 2014-05-02 at 13 27 59
It happens when using OS X SDK, I would expect NO to be selected by default, the problem usually goes away after just once choosing NO.

#import

How hard would it be if once you have something selected by fuzzy matching, you could add a keybinding that would add whatever is selected to the top of the file under imports formatted like #import "{selected}.h"?

Sort the hints.

I found that the hints is not sorted very well. When I type "vie", "_view" appears as the default hint instead of "view". I think the exactly matched words should be put before the fuzzy ones.

Type-over completions

By type-over completions I mean these:

screen shot 2014-03-23 at 12 20 52

The plugin seems to disable them (for understandable reasons).

I personally can't function without them, as I rarely look at the autocomplete list at the bottom and usually just look at the type-over completion.

Ideally it should work like this with fuzzy autocomplete:

screen-shot-2014-03-23-at-12 21 16

I realise this is a lot of work to implement, but would definitely be nice to have.

Adding a condition to an else

If I have an } else { at the end of a block of if/elses and I try to add an if to it so it becomes }else if(){ the autocomplete doesn't give me anything. I believe the old one would.

Should also work when entering a matching part in the middle.

E.g. when entering "left" to get "NSTextAlignmentLeft" nothing is found.

image

But when entering the first letter it works:
image

The disadvantage is that you sometimes do not know in which framework you are looking for. UI, NS, CG, ...
Or is it intention?

Thanks for that amazing plugin!

Settings panel?

The 2.0 update talks about how you can optionally enable things in a settings panel... I've looked everything I can think of in Xcode and don't see a settings panel. Perhaps its location should be documented in the README? Happy to make a pull request once I know where it is :-)

Breaks autocompletion of imports from CocoaPods

This has been a bit of a long running issue over in the CocoaPods repository(CocoaPods/CocoaPods#542), but it seems that @andreamazz made the connection between having FuzzyAutocompletePlugin installed in Xcode, and autocompletion of header imports from CocoaPods projects misbehaving.

With the plugin installed, sometimes starting to type the name of a standard framework import from a CocoaPods dependency and then deleting a few characters works, i.e.:

Typing #import <Reac then backspace, you might see #import <ReactiveCocoa but the same thing happens again after the slash, never properly completing to #import <ReactiveCocoa/ReactiveCocoa.h>.

I'm happy to provide what diagnostic info I can, and to have a crack at fixing the issue, but I'm unfamiliar with the project so any pointers would be appreciated.

always auto-highlight shortest completion

What do you think about always auto-highlighting the shortest suggestion? Quite often my string will match two and it'll auto-highlight the longer one. At that point I can't do anything but use my arrow keys to get to the one I want. If it always picked the shortest completion, if I wanted one of the longer ones, I could type a character unique to the longer one that is not in the short one.

Autocompletion for #import

Seems like the autocompletion for importing headers outside the current project is not working. e.g. creating a #import statement in a file in your current project, for a header from the pods project, where both projects are in the same workspace.

Uninstalling?

Just so I know, how do I uninstall if I've installed through cloning and building?

Won't find local variable

First of all, thank you very much for this plugin! It's really good, I've been recommending to all iOS devs I know.

The bug appeared after I've installed the latest version (I had an earlier version, then I downloaded the latest version and ran it - not sure if this is the correct way to upgrade)

More often than not, it won't find local variables any more. See screenshots attached
(1 character works, but it stops working after the second character)
screen shot 2013-11-19 at 09 46 13
screen shot 2013-11-19 at 09 46 25
screen shot 2013-11-19 at 09 46 33

Autocomplete not finishing NSStrings, NSDictionary literalls

In Xcode 5 when I would type something like

[NSUserDefaults standardUserDefaults]setObject:<#(id)#> forKey:<#(NSString *)#>];

when I tabbed over to forKey: it would suggest @"" but now I have to type this.

Similarly if I try to create a literal I have to manually type it out.

Plugin should not show completion for the word that start with digits

For instance, I am type for CGRect, if I type 100 or somewhat, completion panel will show up, it is annoying. Because completion for numbers is meaningless (for meοΌ‰
Hope update for this issue or make this into a feature that we can turn off.
Thanks for the amazing plugin.

Below is the completion options when I type '10'
snip20150109_15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.