Show child keys of folded key, count of folded arrays

This commit is contained in:
2024-10-03 01:58:50 +02:00
parent 1cccfc0187
commit f023de0198
3 changed files with 18 additions and 10 deletions

View File

@ -174,6 +174,8 @@ class Editor
'value' => "Insert Value",
'object' => "Insert Object{}",
'array' => "Insert Array[]",
'sep0' => "---",
'__paste' => "Paste from clipboard",
], 'Insert');
$this->redrawInfoBar([ '^C' => 'Cancel', '↑/↓' => 'Select option', 'Enter' => 'Accept' ]);
$sel = $menu->display(0, 0, 30, 0, "value");