Compare commits
No commits in common. "64031e488398e8d9dab505414dc5c3cf639a0bfa" and "715cd89674302550a971f2017435d13666b2ed21" have entirely different histories.
64031e4883
...
715cd89674
1 changed files with 0 additions and 16 deletions
|
@ -16,22 +16,6 @@ You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')
|
||||||
devlog entries in the [archive](/devlog/).
|
devlog entries in the [archive](/devlog/).
|
||||||
|
|
||||||
|
|
||||||
## [Auto save]($section.id("2025-07-16T19:57:32+02:00"))
|
|
||||||
|
|
||||||
Implemented auto save and added new configuration options and commands. Auto save mode will trigger
|
|
||||||
a save operation on every frame if there have been changes to the buffer. There is currently no
|
|
||||||
debounce besides the frame time. There is a new command `toggle_auto_save` to enable auto save
|
|
||||||
manually for the current buffer. Also, there is a configuration option `enable_auto_save` to enable
|
|
||||||
it by default and another configuration option `limit_auto_save_file_types` where you can specify
|
|
||||||
a list of file type strings (eg. ["zig","rust"]) where auto save should be enabled.
|
|
||||||
|
|
||||||
|
|
||||||
## [new command: toggle_format_on_save]($section.id("2025-07-16T19:53:30+02:00"))
|
|
||||||
|
|
||||||
The `Toggle format on save` command will enable/disable format on save just for the current
|
|
||||||
buffer.
|
|
||||||
|
|
||||||
|
|
||||||
## [configurable file types]($section.id("2025-07-14T18:55:02+02:00"))
|
## [configurable file types]($section.id("2025-07-14T18:55:02+02:00"))
|
||||||
|
|
||||||
You can now modify the configuration of file types. There is a new command `Edit file type
|
You can now modify the configuration of file types. There is a new command `Edit file type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue