1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +02:00

Recent file selector (ctrl+tab)

This commit is contained in:
Brian Fiete 2020-09-03 06:49:19 -07:00
parent 73d9d1ec59
commit 6511d6a845
11 changed files with 163 additions and 15 deletions

View file

@ -49,8 +49,10 @@ namespace IDE.util
int offset = showSplit ? 1 : 0;
int itemCount = Math.Min(items.Count, 10);
int32 i;
for (i = 0; i < items.Count; i++)
for (i = 0; i < itemCount; i++)
{
String title = scope String();
if (i + 1 == 10)