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:
parent
73d9d1ec59
commit
6511d6a845
11 changed files with 163 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue