Commit Graph

40166 Commits

Author SHA1 Message Date
confused_techie
1fe0f74093
Merge pull request #406 from savetheclocktower/settings-view-update-package-snippets-view
[settings-view] Update package snippets view to reflect new features
2023-04-04 21:56:31 -07:00
confused_techie
c04aea2fb6
Merge branch 'master' into settings-view-update-package-snippets-view 2023-04-04 21:56:24 -07:00
Meadowsys
7590a6b0fd
merge PR #446: Create i18n API 2023-04-04 18:38:40 -07:00
Meadowsys
694486b216
preload "en", and preload for core too 2023-04-04 15:19:37 -07:00
confused-Techie
252065412e GH Action Documentation 2023-04-03 23:09:11 +00:00
confused_techie
bee6509039
Merge pull request #405 from pulsar-edit/update-autocomplete-html
Add Automated updating of `autocomplete-html` `completions.json`
2023-04-03 16:06:09 -07:00
confused_techie
7cfa5515b9
Merge pull request #450 from oakmac/patch-1
docs: fix markdown links in packages README
2023-04-03 15:58:36 -07:00
Meadowsys
0e8e791431
Implement some suggestions
Co-authored-by: confused-Techie <dev@lhbasics.com>
2023-04-02 23:20:15 -07:00
Meadowsys
1d55f42324
oops 2023-04-02 22:46:04 -07:00
Meadowsys
1ed9a0a3f6
fix accidental wrong indent in cson
oops lol
2023-04-02 13:21:15 -07:00
Meadowsys
d1b24d010d
fix codacy warning 2023-04-01 23:18:21 -07:00
Meadowsys
342a8399ef
do some cleanup 2023-04-01 21:25:26 -07:00
Meadowsys
037e48302d
provide (namespaced) t through package activate()
Provided as second argument, so, `activate(_, { t })`
2023-04-01 19:11:32 -07:00
Meadowsys
fbcd6c5cab
translate linux menus, fix silly bug on macos lol 2023-04-01 02:09:37 -07:00
Meadowsys
04b564add3
fix config schema
Move them all to the dynamic place, so that its consistently in one place, and remove the last 2 settings that aren't currently in use
2023-04-01 00:14:06 -07:00
Meadowsys
ec53f2d842
this can be moved out 2023-03-31 22:58:58 -07:00
Meadowsys
c7b5d7c84d
cache message formatters 2023-03-31 22:50:07 -07:00
Meadowsys
0030680971
no this is done lol 2023-03-31 16:52:27 -07:00
Meadowsys
5c117abc26
move this down here (because i think it makes more sense) 2023-03-31 16:47:46 -07:00
Meadowsys
af19634773
implement onDidDeactivatePackage 2023-03-31 16:47:07 -07:00
Meadowsys
126d8c1696
remove this todo
imagine a scenario, a cache just got loaded, it contains keys for strings that no longer exist, and the app still requests those strings, and then the cache would return it? this would be a bug that's hidden, since we would want to know that the string is missing. Currently we look for the real thing first, so this bug doesn't exist
2023-03-31 16:40:24 -07:00
Meadowsys
38f985945a
lol remove debug logging statement 2023-03-31 16:32:04 -07:00
Meadowsys
fff1bad09d
implement debounced save 2023-03-31 16:26:05 -07:00
Meadowsys
be7e0c036f
implement saving and loading caches
loading is done at startup if present, saving not yet implemented
2023-03-31 11:00:13 -07:00
Meadowsys
33748c3947
implement (inmemory) cache cleaning 2023-03-31 01:37:04 -07:00
Meadowsys
76d7964180
h 2023-03-31 01:12:45 -07:00
Meadowsys
67c128b9fc
implement cache (inmemory for now) 2023-03-31 01:11:23 -07:00
Meadowsys
c9a34726bc
oops 2023-03-30 20:21:13 -07:00
Meadowsys
feb3a23f33
format,
sorry this was bothering me lol
2023-03-30 17:41:53 -07:00
Chris Oakman
97d99a2297
minor - fix markdown links in packages README 2023-03-30 09:30:34 -05:00
confused_techie
342bd8d884
Merge pull request #438 from pulsar-edit/patch-document-register-element
Patch document register element
2023-03-29 22:47:52 -07:00
confused_techie
a2d9bc0fdb
Merge branch 'master' into patch-document-register-element 2023-03-29 22:46:44 -07:00
Meadowsys
71b428b824
extracted strings out of darwin menu 2023-03-29 17:29:19 -07:00
Meadowsys
5a60fc7637
localise menu item labels before checking item ID 2023-03-29 16:28:39 -07:00
Meadowsys
43b943ebd5
fix version replacer, use this.i18n.t later, 2023-03-29 15:33:08 -07:00
Meadowsys
737b7da597
added ability to localise menus
In addition to regular `label` key in a menu item, you can now have a `localisedLabel` key. This can either point to a key, or can point to an object, with properties `key` and `opts` for values to interpolate.
2023-03-29 03:34:40 -07:00
Meadowsys
0e8705f8ca
add a key fallback 2023-03-28 22:45:28 -07:00
Meadowsys
1f60bdac40
change crowdin PR message to skip the ci 2023-03-28 20:42:33 -07:00
Maurício Szabo
c3bcd06059
Merge pull request #435 - move to WASM version of Oniguruma
Using "second-mate"
2023-03-28 21:57:16 -03:00
Meadowsys
cdcfc90100
add crowdin.yml file? 2023-03-28 17:53:09 -07:00
Meadowsys
04bb71f8e4
this doesn't need to be an array 2023-03-27 15:10:50 -07:00
confused_techie
75083faa59
Merge pull request #440 from machitgarha/patch-1
Fix spacing of PHP's "for …" snippet
2023-03-27 08:49:22 -07:00
Meadowsys
06336e40ec
oops 2023-03-27 01:10:56 -07:00
Meadowsys
c9d51b980c
remove unncessary seperate core strings property 2023-03-27 01:08:18 -07:00
Meadowsys
1fa16d2b5b
remove unused code
remnants of before i discovered `PackageManager::getAvailablePackages`
2023-03-26 23:32:00 -07:00
Meadowsys
83127b4352
OwO it begins 2023-03-26 23:26:58 -07:00
Meadowsys
f1a2104a53
implement package strings fetching 2023-03-26 23:08:44 -07:00
Meadowsys
69722546c8
filter out non .json files from the i18n dir 2023-03-26 20:07:03 -07:00
Meadowsys
a397b84b9c
few tiny changes 2023-03-26 20:05:41 -07:00
Meadowsys
3fbf7d0017
add an en file so the setting shows up properly at least 2023-03-26 19:52:09 -07:00