| 136 | }; |
| 137 | |
| 138 | struct AutocompleteInfo |
| 139 | { |
| 140 | bool valid{ false }; |
| 141 | std::string autocompleteFull; |
| 142 | std::string autocompleteRest; |
| 143 | }; |
| 144 | |
| 145 | ICodeEntryListener* mListener; |
| 146 | float mWidth{ 200 }; |
nothing calls this directly
no outgoing calls
no test coverage detected