@involvex/fresh-editor 0.1.76 → 0.1.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/bin/CHANGELOG.md +1017 -0
  2. package/bin/LICENSE +117 -0
  3. package/bin/README.md +248 -0
  4. package/bin/fresh.exe +0 -0
  5. package/bin/plugins/README.md +71 -0
  6. package/bin/plugins/audit_mode.i18n.json +821 -0
  7. package/bin/plugins/audit_mode.ts +1810 -0
  8. package/bin/plugins/buffer_modified.i18n.json +67 -0
  9. package/bin/plugins/buffer_modified.ts +281 -0
  10. package/bin/plugins/calculator.i18n.json +93 -0
  11. package/bin/plugins/calculator.ts +770 -0
  12. package/bin/plugins/clangd-lsp.ts +168 -0
  13. package/bin/plugins/clangd_support.i18n.json +223 -0
  14. package/bin/plugins/clangd_support.md +20 -0
  15. package/bin/plugins/clangd_support.ts +325 -0
  16. package/bin/plugins/color_highlighter.i18n.json +145 -0
  17. package/bin/plugins/color_highlighter.ts +304 -0
  18. package/bin/plugins/config-schema.json +768 -0
  19. package/bin/plugins/csharp-lsp.ts +147 -0
  20. package/bin/plugins/csharp_support.i18n.json +80 -0
  21. package/bin/plugins/csharp_support.ts +170 -0
  22. package/bin/plugins/css-lsp.ts +143 -0
  23. package/bin/plugins/diagnostics_panel.i18n.json +236 -0
  24. package/bin/plugins/diagnostics_panel.ts +642 -0
  25. package/bin/plugins/examples/README.md +85 -0
  26. package/bin/plugins/examples/async_demo.ts +165 -0
  27. package/bin/plugins/examples/bookmarks.ts +329 -0
  28. package/bin/plugins/examples/buffer_query_demo.ts +110 -0
  29. package/bin/plugins/examples/git_grep.ts +262 -0
  30. package/bin/plugins/examples/hello_world.ts +93 -0
  31. package/bin/plugins/examples/virtual_buffer_demo.ts +116 -0
  32. package/bin/plugins/find_references.i18n.json +275 -0
  33. package/bin/plugins/find_references.ts +359 -0
  34. package/bin/plugins/git_blame.i18n.json +496 -0
  35. package/bin/plugins/git_blame.ts +707 -0
  36. package/bin/plugins/git_find_file.i18n.json +314 -0
  37. package/bin/plugins/git_find_file.ts +300 -0
  38. package/bin/plugins/git_grep.i18n.json +171 -0
  39. package/bin/plugins/git_grep.ts +191 -0
  40. package/bin/plugins/git_gutter.i18n.json +93 -0
  41. package/bin/plugins/git_gutter.ts +477 -0
  42. package/bin/plugins/git_log.i18n.json +481 -0
  43. package/bin/plugins/git_log.ts +1285 -0
  44. package/bin/plugins/go-lsp.ts +143 -0
  45. package/bin/plugins/html-lsp.ts +145 -0
  46. package/bin/plugins/json-lsp.ts +145 -0
  47. package/bin/plugins/lib/fresh.d.ts +1321 -0
  48. package/bin/plugins/lib/index.ts +24 -0
  49. package/bin/plugins/lib/navigation-controller.ts +214 -0
  50. package/bin/plugins/lib/panel-manager.ts +220 -0
  51. package/bin/plugins/lib/types.ts +72 -0
  52. package/bin/plugins/lib/virtual-buffer-factory.ts +130 -0
  53. package/bin/plugins/live_grep.i18n.json +171 -0
  54. package/bin/plugins/live_grep.ts +422 -0
  55. package/bin/plugins/markdown_compose.i18n.json +223 -0
  56. package/bin/plugins/markdown_compose.ts +630 -0
  57. package/bin/plugins/merge_conflict.i18n.json +821 -0
  58. package/bin/plugins/merge_conflict.ts +1810 -0
  59. package/bin/plugins/path_complete.i18n.json +80 -0
  60. package/bin/plugins/path_complete.ts +165 -0
  61. package/bin/plugins/python-lsp.ts +162 -0
  62. package/bin/plugins/rust-lsp.ts +166 -0
  63. package/bin/plugins/search_replace.i18n.json +405 -0
  64. package/bin/plugins/search_replace.ts +484 -0
  65. package/bin/plugins/test_i18n.i18n.json +67 -0
  66. package/bin/plugins/test_i18n.ts +18 -0
  67. package/bin/plugins/theme_editor.i18n.json +3746 -0
  68. package/bin/plugins/theme_editor.ts +2063 -0
  69. package/bin/plugins/todo_highlighter.i18n.json +184 -0
  70. package/bin/plugins/todo_highlighter.ts +206 -0
  71. package/bin/plugins/typescript-lsp.ts +167 -0
  72. package/bin/plugins/vi_mode.i18n.json +1549 -0
  73. package/bin/plugins/vi_mode.ts +2747 -0
  74. package/bin/plugins/welcome.i18n.json +236 -0
  75. package/bin/plugins/welcome.ts +76 -0
  76. package/bin/themes/dark.json +102 -0
  77. package/bin/themes/dracula.json +62 -0
  78. package/bin/themes/high-contrast.json +102 -0
  79. package/bin/themes/light.json +102 -0
  80. package/bin/themes/nord.json +62 -0
  81. package/bin/themes/nostalgia.json +102 -0
  82. package/bin/themes/solarized-dark.json +62 -0
  83. package/binary-install.js +1 -1
  84. package/dist/bin/fresh.js +9 -0
  85. package/dist/binary-install.js +149 -0
  86. package/dist/binary.js +30 -0
  87. package/dist/fresh-6yhknp07.exe +0 -0
  88. package/dist/install.js +158 -0
  89. package/dist/run-fresh.js +43 -0
  90. package/package.json +7 -2
@@ -0,0 +1,236 @@
1
+ {
2
+ "cs": {
3
+ "cmd.show_diagnostics_panel": "Zobrazit panel diagnostiky",
4
+ "cmd.show_diagnostics_panel_desc": "Otevrit panel diagnostiky",
5
+ "cmd.toggle_diagnostics_panel": "Prepnout panel diagnostiky",
6
+ "cmd.toggle_diagnostics_panel_desc": "Prepnout panel diagnostiky",
7
+ "status.loaded": "Plugin panelu diagnostiky nacten",
8
+ "status.failed_to_open": "Nepodarilo se otevrit panel diagnostiky",
9
+ "status.closed": "Panel diagnostiky zavren",
10
+ "status.jumped_to": "Skok na {file}:{line}",
11
+ "status.move_to_diagnostic": "Presunte kurzor na radek diagnostiky",
12
+ "status.showing": "Zobrazuji: {label}",
13
+ "status.refreshed": "Diagnostika aktualizovana",
14
+ "status.diagnostics_count": "Diagnostika: {count} polozek | a: prepnout filtr | RET: prejit | q: zavrit",
15
+ "panel.header": "Diagnostika ({filter}):",
16
+ "panel.no_diagnostics": "Zadna diagnostika",
17
+ "panel.all_files": "Vsechny soubory",
18
+ "panel.current_file": "Aktualni soubor"
19
+ },
20
+ "de": {
21
+ "cmd.show_diagnostics_panel": "Diagnose-Panel anzeigen",
22
+ "cmd.show_diagnostics_panel_desc": "Das Diagnose-Panel offnen",
23
+ "cmd.toggle_diagnostics_panel": "Diagnose-Panel umschalten",
24
+ "cmd.toggle_diagnostics_panel_desc": "Das Diagnose-Panel umschalten",
25
+ "status.loaded": "Diagnose-Panel Plugin geladen",
26
+ "status.failed_to_open": "Diagnose-Panel konnte nicht geoffnet werden",
27
+ "status.closed": "Diagnose-Panel geschlossen",
28
+ "status.jumped_to": "Gesprungen zu {file}:{line}",
29
+ "status.move_to_diagnostic": "Cursor zu einer Diagnosezeile bewegen",
30
+ "status.showing": "Anzeige: {label}",
31
+ "status.refreshed": "Diagnosen aktualisiert",
32
+ "status.diagnostics_count": "Diagnosen: {count} Elemente | a: Filter umschalten | RET: gehe zu | q: schliessen",
33
+ "panel.header": "Diagnosen ({filter}):",
34
+ "panel.no_diagnostics": "Keine Diagnosen",
35
+ "panel.all_files": "Alle Dateien",
36
+ "panel.current_file": "Aktuelle Datei"
37
+ },
38
+ "en": {
39
+ "cmd.show_diagnostics_panel": "Show Diagnostics Panel",
40
+ "cmd.show_diagnostics_panel_desc": "Open the diagnostics panel",
41
+ "cmd.toggle_diagnostics_panel": "Toggle Diagnostics Panel",
42
+ "cmd.toggle_diagnostics_panel_desc": "Toggle the diagnostics panel",
43
+ "status.loaded": "Diagnostics Panel plugin loaded",
44
+ "status.failed_to_open": "Failed to open diagnostics panel",
45
+ "status.closed": "Diagnostics panel closed",
46
+ "status.jumped_to": "Jumped to {file}:{line}",
47
+ "status.move_to_diagnostic": "Move cursor to a diagnostic line",
48
+ "status.showing": "Showing: {label}",
49
+ "status.refreshed": "Diagnostics refreshed",
50
+ "status.diagnostics_count": "Diagnostics: {count} items | a: toggle filter | RET: goto | q: close",
51
+ "panel.header": "Diagnostics ({filter}):",
52
+ "panel.no_diagnostics": "No diagnostics",
53
+ "panel.all_files": "All Files",
54
+ "panel.current_file": "Current File"
55
+ },
56
+ "es": {
57
+ "cmd.show_diagnostics_panel": "Mostrar Panel de Diagnosticos",
58
+ "cmd.show_diagnostics_panel_desc": "Abrir el panel de diagnosticos",
59
+ "cmd.toggle_diagnostics_panel": "Alternar Panel de Diagnosticos",
60
+ "cmd.toggle_diagnostics_panel_desc": "Alternar el panel de diagnosticos",
61
+ "status.loaded": "Plugin de Panel de Diagnosticos cargado",
62
+ "status.failed_to_open": "Error al abrir el panel de diagnosticos",
63
+ "status.closed": "Panel de diagnosticos cerrado",
64
+ "status.jumped_to": "Salto a {file}:{line}",
65
+ "status.move_to_diagnostic": "Mueve el cursor a una linea de diagnostico",
66
+ "status.showing": "Mostrando: {label}",
67
+ "status.refreshed": "Diagnosticos actualizados",
68
+ "status.diagnostics_count": "Diagnosticos: {count} elementos | a: alternar filtro | RET: ir | q: cerrar",
69
+ "panel.header": "Diagnosticos ({filter}):",
70
+ "panel.no_diagnostics": "Sin diagnosticos",
71
+ "panel.all_files": "Todos los Archivos",
72
+ "panel.current_file": "Archivo Actual"
73
+ },
74
+ "fr": {
75
+ "cmd.show_diagnostics_panel": "Afficher le Panneau de Diagnostics",
76
+ "cmd.show_diagnostics_panel_desc": "Ouvrir le panneau de diagnostics",
77
+ "cmd.toggle_diagnostics_panel": "Basculer le Panneau de Diagnostics",
78
+ "cmd.toggle_diagnostics_panel_desc": "Basculer le panneau de diagnostics",
79
+ "status.loaded": "Plugin du Panneau de Diagnostics charge",
80
+ "status.failed_to_open": "Echec de l'ouverture du panneau de diagnostics",
81
+ "status.closed": "Panneau de diagnostics ferme",
82
+ "status.jumped_to": "Saute vers {file}:{line}",
83
+ "status.move_to_diagnostic": "Deplacez le curseur vers une ligne de diagnostic",
84
+ "status.showing": "Affichage: {label}",
85
+ "status.refreshed": "Diagnostics actualises",
86
+ "status.diagnostics_count": "Diagnostics: {count} elements | a: basculer filtre | RET: aller | q: fermer",
87
+ "panel.header": "Diagnostics ({filter}):",
88
+ "panel.no_diagnostics": "Aucun diagnostic",
89
+ "panel.all_files": "Tous les Fichiers",
90
+ "panel.current_file": "Fichier Actuel"
91
+ },
92
+ "it": {
93
+ "cmd.show_diagnostics_panel": "Mostra pannello diagnostica",
94
+ "cmd.show_diagnostics_panel_desc": "Apri il pannello diagnostica",
95
+ "cmd.toggle_diagnostics_panel": "Alterna pannello diagnostica",
96
+ "cmd.toggle_diagnostics_panel_desc": "Alterna la visualizzazione del pannello diagnostica",
97
+ "status.loaded": "Plugin pannello diagnostica caricato",
98
+ "status.failed_to_open": "Impossibile aprire il pannello diagnostica",
99
+ "status.closed": "Pannello diagnostica chiuso",
100
+ "status.jumped_to": "Passato a {file}:{line}",
101
+ "status.move_to_diagnostic": "Sposta il cursore su una riga di diagnostica",
102
+ "status.showing": "Visualizzazione: {label}",
103
+ "status.refreshed": "Diagnostica aggiornata",
104
+ "status.diagnostics_count": "Diagnostica: {count} elementi | a: alterna filtro | RET: vai a | q: chiudi",
105
+ "panel.header": "Diagnostica ({filter}):",
106
+ "panel.no_diagnostics": "Nessuna diagnostica",
107
+ "panel.all_files": "Tutti i file",
108
+ "panel.current_file": "File corrente"
109
+ },
110
+ "ja": {
111
+ "cmd.show_diagnostics_panel": "診断パネルを表示",
112
+ "cmd.show_diagnostics_panel_desc": "診断パネルを開く",
113
+ "cmd.toggle_diagnostics_panel": "診断パネルを切り替え",
114
+ "cmd.toggle_diagnostics_panel_desc": "診断パネルの表示を切り替える",
115
+ "status.loaded": "診断パネルプラグインが読み込まれました",
116
+ "status.failed_to_open": "診断パネルを開けませんでした",
117
+ "status.closed": "診断パネルを閉じました",
118
+ "status.jumped_to": "{file}:{line} にジャンプしました",
119
+ "status.move_to_diagnostic": "診断行にカーソルを移動してください",
120
+ "status.showing": "表示中: {label}",
121
+ "status.refreshed": "診断が更新されました",
122
+ "status.diagnostics_count": "診断: {count} 件 | a: フィルター切替 | RET: 移動 | q: 閉じる",
123
+ "panel.header": "診断 ({filter}):",
124
+ "panel.no_diagnostics": "診断なし",
125
+ "panel.all_files": "全てのファイル",
126
+ "panel.current_file": "現在のファイル"
127
+ },
128
+ "ko": {
129
+ "cmd.show_diagnostics_panel": "진단 패널 표시",
130
+ "cmd.show_diagnostics_panel_desc": "진단 패널 열기",
131
+ "cmd.toggle_diagnostics_panel": "진단 패널 전환",
132
+ "cmd.toggle_diagnostics_panel_desc": "진단 패널 전환",
133
+ "status.loaded": "진단 패널 플러그인이 로드되었습니다",
134
+ "status.failed_to_open": "진단 패널을 열 수 없습니다",
135
+ "status.closed": "진단 패널이 닫혔습니다",
136
+ "status.jumped_to": "{file}:{line}(으)로 이동했습니다",
137
+ "status.move_to_diagnostic": "커서를 진단 줄로 이동하세요",
138
+ "status.showing": "표시 중: {label}",
139
+ "status.refreshed": "진단이 새로고침되었습니다",
140
+ "status.diagnostics_count": "진단: {count}개 | a: 필터 전환 | RET: 이동 | q: 닫기",
141
+ "panel.header": "진단 ({filter}):",
142
+ "panel.no_diagnostics": "진단 없음",
143
+ "panel.all_files": "모든 파일",
144
+ "panel.current_file": "현재 파일"
145
+ },
146
+ "pt-BR": {
147
+ "cmd.show_diagnostics_panel": "Mostrar Painel de Diagnosticos",
148
+ "cmd.show_diagnostics_panel_desc": "Abrir o painel de diagnosticos",
149
+ "cmd.toggle_diagnostics_panel": "Alternar Painel de Diagnosticos",
150
+ "cmd.toggle_diagnostics_panel_desc": "Alternar o painel de diagnosticos",
151
+ "status.loaded": "Plugin do Painel de Diagnosticos carregado",
152
+ "status.failed_to_open": "Falha ao abrir o painel de diagnosticos",
153
+ "status.closed": "Painel de diagnosticos fechado",
154
+ "status.jumped_to": "Pulou para {file}:{line}",
155
+ "status.move_to_diagnostic": "Mova o cursor para uma linha de diagnostico",
156
+ "status.showing": "Exibindo: {label}",
157
+ "status.refreshed": "Diagnosticos atualizados",
158
+ "status.diagnostics_count": "Diagnosticos: {count} itens | a: alternar filtro | RET: ir | q: fechar",
159
+ "panel.header": "Diagnosticos ({filter}):",
160
+ "panel.no_diagnostics": "Sem diagnosticos",
161
+ "panel.all_files": "Todos os Arquivos",
162
+ "panel.current_file": "Arquivo Atual"
163
+ },
164
+ "ru": {
165
+ "cmd.show_diagnostics_panel": "Показать панель диагностики",
166
+ "cmd.show_diagnostics_panel_desc": "Открыть панель диагностики",
167
+ "cmd.toggle_diagnostics_panel": "Переключить панель диагностики",
168
+ "cmd.toggle_diagnostics_panel_desc": "Переключить панель диагностики",
169
+ "status.loaded": "Плагин панели диагностики загружен",
170
+ "status.failed_to_open": "Не удалось открыть панель диагностики",
171
+ "status.closed": "Панель диагностики закрыта",
172
+ "status.jumped_to": "Переход к {file}:{line}",
173
+ "status.move_to_diagnostic": "Переместите курсор на строку диагностики",
174
+ "status.showing": "Показано: {label}",
175
+ "status.refreshed": "Диагностика обновлена",
176
+ "status.diagnostics_count": "Диагностика: {count} элементов | a: переключить фильтр | RET: перейти | q: закрыть",
177
+ "panel.header": "Диагностика ({filter}):",
178
+ "panel.no_diagnostics": "Нет диагностики",
179
+ "panel.all_files": "Все файлы",
180
+ "panel.current_file": "Текущий файл"
181
+ },
182
+ "th": {
183
+ "cmd.show_diagnostics_panel": "แสดงแผงการวินิจฉัย",
184
+ "cmd.show_diagnostics_panel_desc": "เปิดแผงการวินิจฉัย",
185
+ "cmd.toggle_diagnostics_panel": "สลับแผงการวินิจฉัย",
186
+ "cmd.toggle_diagnostics_panel_desc": "สลับแผงการวินิจฉัย",
187
+ "status.loaded": "โหลดปลั๊กอินแผงการวินิจฉัยแล้ว",
188
+ "status.failed_to_open": "ไม่สามารถเปิดแผงการวินิจฉัย",
189
+ "status.closed": "ปิดแผงการวินิจฉัยแล้ว",
190
+ "status.jumped_to": "ข้ามไปที่ {file}:{line}",
191
+ "status.move_to_diagnostic": "เลื่อนเคอร์เซอร์ไปที่บรรทัดการวินิจฉัย",
192
+ "status.showing": "กำลังแสดง: {label}",
193
+ "status.refreshed": "รีเฟรชการวินิจฉัยแล้ว",
194
+ "status.diagnostics_count": "การวินิจฉัย: {count} รายการ | a: สลับตัวกรอง | RET: ไป | q: ปิด",
195
+ "panel.header": "การวินิจฉัย ({filter}):",
196
+ "panel.no_diagnostics": "ไม่มีการวินิจฉัย",
197
+ "panel.all_files": "ไฟล์ทั้งหมด",
198
+ "panel.current_file": "ไฟล์ปัจจุบัน"
199
+ },
200
+ "uk": {
201
+ "cmd.show_diagnostics_panel": "Показати панель діагностики",
202
+ "cmd.show_diagnostics_panel_desc": "Відкрити панель діагностики",
203
+ "cmd.toggle_diagnostics_panel": "Перемкнути панель діагностики",
204
+ "cmd.toggle_diagnostics_panel_desc": "Перемкнути панель діагностики",
205
+ "status.loaded": "Плагін панелі діагностики завантажено",
206
+ "status.failed_to_open": "Не вдалося відкрити панель діагностики",
207
+ "status.closed": "Панель діагностики закрито",
208
+ "status.jumped_to": "Перехід до {file}:{line}",
209
+ "status.move_to_diagnostic": "Перемістіть курсор на рядок діагностики",
210
+ "status.showing": "Показано: {label}",
211
+ "status.refreshed": "Діагностику оновлено",
212
+ "status.diagnostics_count": "Діагностика: {count} елементів | a: перемкнути фільтр | RET: перейти | q: закрити",
213
+ "panel.header": "Діагностика ({filter}):",
214
+ "panel.no_diagnostics": "Немає діагностики",
215
+ "panel.all_files": "Усі файли",
216
+ "panel.current_file": "Поточний файл"
217
+ },
218
+ "zh-CN": {
219
+ "cmd.show_diagnostics_panel": "显示诊断面板",
220
+ "cmd.show_diagnostics_panel_desc": "打开诊断面板",
221
+ "cmd.toggle_diagnostics_panel": "切换诊断面板",
222
+ "cmd.toggle_diagnostics_panel_desc": "切换诊断面板显示",
223
+ "status.loaded": "诊断面板插件已加载",
224
+ "status.failed_to_open": "无法打开诊断面板",
225
+ "status.closed": "诊断面板已关闭",
226
+ "status.jumped_to": "跳转到 {file}:{line}",
227
+ "status.move_to_diagnostic": "请将光标移动到诊断行",
228
+ "status.showing": "显示: {label}",
229
+ "status.refreshed": "诊断已刷新",
230
+ "status.diagnostics_count": "诊断: {count} 项 | a: 切换过滤 | RET: 跳转 | q: 关闭",
231
+ "panel.header": "诊断 ({filter}):",
232
+ "panel.no_diagnostics": "无诊断信息",
233
+ "panel.all_files": "所有文件",
234
+ "panel.current_file": "当前文件"
235
+ }
236
+ }