micro/internal
Jöran Karl 9592bb1549 save: Further rework of overwriteFile()
- extract the open logic into `openFile()` and return a `wrappedFile`
- extract the closing logic into `Close()` and make a method of `wrappedFile`
- rename `writeFile()` into `Write()` and make a method of `wrappedFile`

This allows to use the split parts alone while keeping overwriteFile() as simple
interface to use all in a row.
2025-02-28 18:57:53 +01:00
..
action bindings: Perform write process safe 2025-02-28 18:57:53 +01:00
buffer save: Further rework of overwriteFile() 2025-02-28 18:57:53 +01:00
clipboard import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
config settings: Perform write process safe 2025-02-28 18:57:53 +01:00
display statusline: Provide overwrite mode indicator 2025-01-30 20:19:37 +01:00
info Reordered prompt done callback to avoid accessing out of bound history (#3318) 2024-06-02 20:00:13 +02:00
lua Exposing replacement functions for deprecated IOUtil functions (#3393) 2024-09-22 22:08:32 +02:00
screen import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
shell import: Use micro-editor/terminal instead of zyedidia/terminal (#3600) 2025-01-14 18:20:37 +01:00
util util: Provide SafeWrite() to generalize the internal file write process 2025-02-28 18:57:53 +01:00
views chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00