micro/internal/buffer
Jöran Karl 2e94235905 buffer: Perform filetype callbacks on ReloadSettings()
In `ReloadSettings()` the `filetype` can change upon globbed path given by
the `settings.json` or by identifying a different `filetype` based on the
file name given or pattern present inside the file.
To prevent further recursion caused by checking the `filetype` again, its
processing stops here and isn't considered in `DoSetOptionNative()`
once again where the callbacks are usually triggered.
2025-02-20 20:24:05 +01:00
..
autocomplete.go Replaced IsNonAlphaNumeric() with IsNonWordChar() 2024-05-20 23:23:33 +02:00
backup.go Allow aborting while opening a file with backup 2021-08-02 21:05:22 -04:00
buffer_generated_test.go Merge branch 'buffer-benchmarks' of https://github.com/p-e-w/micro into p-e-w-buffer-benchmarks 2020-05-20 15:28:36 -04:00
buffer_test.go buffer: Uncomment InitRuntimeFiles(false) in the buffer_test.go 2024-04-05 14:24:59 +02:00
buffer.go config: Split up InitLocalSettings() into two dedicated functions 2025-02-20 20:18:30 +01:00
cursor.go cursor: Remove selection reduction by one character on Deselect() 2024-11-30 15:25:14 +01:00
eventhandler.go Use StoreVisualX() all over the code 2024-10-13 17:46:34 +02:00
line_array_test.go Improve unicode line array test 2020-05-20 19:53:54 -04:00
line_array.go Remove unused internal or unexported functions (#3481) 2024-11-16 21:19:37 +01:00
loc.go match beginning and end of line correctly in FindNext and ReplaceRegex (#3575) 2025-02-09 15:19:43 +01:00
message.go import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
save.go Fixing settings not being applied when saving as a new file (#3625) 2025-01-24 18:44:27 +01:00
search.go match beginning and end of line correctly in FindNext and ReplaceRegex (#3575) 2025-02-09 15:19:43 +01:00
serialize.go Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
settings.go buffer: Perform filetype callbacks on ReloadSettings() 2025-02-20 20:24:05 +01:00
stack_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
stack.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00