Aaron Ruan
Aaron Ruan
Is there any way to reload the UI without refreshing the whole page?
`EditorController.reloadData()` breaks the whole thing 😂 But using `location.reload(true)` (full reload) also has some issues. Some localization data won't load after refreshing multiple times. But for most times `location.reload(true)` can...
Figured out an alternative way to call `editorController.reloadData()`, but most of the localization are not reloaded.
> Random idea (to be considered for later, it may not be that relevant for this initial work): should we maintain the translations as a (google-docs or equivalent) spreadsheet, to...
Rebased But I still cannot figure out a proper way to use `editorController.reloadData()`😂 Guess I'll just stick to `window.location.reload(true)`
I'm planning to mark this PR as ready, since there're too many files modified. The main editor is almost localized, and for unlocalized dialogs and pop-ups I'll open a second...
IMO this isn't a big problem right now, since we can still hardcode the English strings in the source code for new strings. I'll add the fallback strategy in the...
Homebrew PR 发了 https://github.com/Homebrew/homebrew-core/pull/173951
> Hi @Aaron-212 ,十分感谢你的贡献! > > 有两个问题: > > 1. 现在已经发布了最新版 `v0.1.6`,增加了不少内容,可以使用这个 > 2. 已经给macOS提供了预编译版本,`x64` 和 `M1` 现已经都支持,为什么不直接下载使用这两个预编译的二进制文件呢? 1. push了👍 2. 可以看这个,二进制可执行文件由BrewTestBot自动管理、编译、分发
IMO it should be. Clicking through left panels with different width makes the buffer editor jumps left and right.