Improves tab completion in chat.

Pressing tab after completion now cycles to the next candidate.
This commit is contained in:
Alexander Fast
2014-08-26 15:47:51 +02:00
parent f9255ecc49
commit 16965d5797
4 changed files with 95 additions and 76 deletions

View File

@@ -298,6 +298,7 @@
<Compile Include="Warheads\CreateResourceWarhead.cs" />
<Compile Include="Warheads\LeaveSmudgeWarhead.cs" />
<Compile Include="RemoveOnConditions.cs" />
<Compile Include="Widgets\Logic\TabCompletionLogic.cs" />
<Compile Include="World\RadarPings.cs" />
<Compile Include="Player\TechTree.cs" />
<Compile Include="PrimaryBuilding.cs" />