mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed autocomplete flickering while typing
This commit is contained in:
parent
2a446afc73
commit
c2c7431620
7 changed files with 75 additions and 72 deletions
|
@ -24,6 +24,9 @@
|
|||
<Filter Include="Beef">
|
||||
<UniqueIdentifier>{83b97406-2f83-49ad-bbbc-3ff70ecda6bb}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="third_party">
|
||||
<UniqueIdentifier>{d36777f2-b326-4a8c-84a3-5c2f39153f75}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Compiler\BfAst.cpp">
|
||||
|
@ -399,6 +402,8 @@
|
|||
<ClInclude Include="Compiler\CeMachine.h">
|
||||
<Filter>Compiler</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Compiler\FtsFuzzyMatch.h" />
|
||||
<ClInclude Include="third_party\FtsFuzzyMatch.h">
|
||||
<Filter>third_party</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue