micro/internal/buffer
Jöran Karl 6600430e88
Some checks are pending
Build and Test / test (1.17.x, macos-latest) (push) Waiting to run
Build and Test / test (1.17.x, ubuntu-latest) (push) Waiting to run
Build and Test / test (1.17.x, windows-latest) (push) Waiting to run
Build and Test / test (1.23.x, macos-latest) (push) Waiting to run
Build and Test / test (1.23.x, ubuntu-latest) (push) Waiting to run
Build and Test / test (1.23.x, windows-latest) (push) Waiting to run
import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593)
2025-01-04 15:55:46 +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 buffer/buffer: Store fileformat in LocalSettings on auto detection 2024-08-18 21:10:37 +02: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 Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
message.go import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
save.go Fix error reporting when saving with sudo failed 2024-10-06 17:08:25 +02:00
search.go command: Fix replace to be able to insert '$' (#2954) 2024-03-17 21:37:16 +01:00
serialize.go Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
settings.go plugin: Add new onBufferOptionChanged callback 2024-12-31 13:27:35 +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