Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-13 | fix windows include | pommicket | |
2024-02-13 | bump version | pommicket | |
2024-02-13 | auto-detect indentation | pommicket | |
2024-02-13 | better backups! | pommicket | |
- they are now created with 600 permissions on unix to prevent leaking file contents to other users - they use the ~ suffix used by emacs etc for better compatibility with gitignores, etc. - we now call fdatasync / _commit to ensure that even if power goes out halfway through saving, no data can be lost | |||
2024-02-13 | handle longer keys/values in .editorconfig | pommicket | |
well i found a project somewhere with extremely long .editorconfig values that aren't documented in the spec whodathunk! | |||
2023-10-19 | bump version2.7.0 | pommicket | |
2023-10-19 | fix little default_settings issue | pommicket | |
2023-10-19 | fix windows build | pommicket | |
2023-10-19 | pcre2 submodule | pommicket | |
2023-10-19 | fixing regexes properly on windows | pommicket | |
2023-10-19 | is_path_separator | pommicket | |
2023-10-19 | local .ted.cfg | pommicket | |
2023-10-19 | editorconfig seems to be working | pommicket | |
2023-10-19 | basic editorconfig implementation | pommicket | |
2023-10-18 | editorconfig globs, testing "framework" | pommicket | |
2023-10-18 | start editorconfig support | pommicket | |
2023-10-17 | accept regex for path-specific settings | pommicket | |
2023-10-17 | switch back to starting file after rename | pommicket | |
2023-10-17 | set things up for UTF-8 PCRE2 | pommicket | |
2023-10-17 | stabilize config sort | pommicket | |
2023-10-17 | fix string arguments, nicer config parsing | pommicket | |
2023-10-17 | new config system seems to be working | pommicket | |
2023-10-17 | switch from ted->strings to cfg->strings | pommicket | |
2023-10-17 | sort key actions (new config system seems to be working!) | pommicket | |
2023-10-17 | ted starts up, but still broken | pommicket | |
2023-10-17 | new config system not working yet, but it compiels | pommicket | |
2023-10-16 | start new config nonsense | pommicket | |
2023-10-15 | use reference-counted strings for string settings | pommicket | |
this lets us remove the length limitations which were previously imposed | |||
2023-10-15 | move signature help when cursor is at bottom of screen | pommicket | |
this fixes a bug where the cursor would be blocked by the signature help | |||
2023-10-15 | remove-trailing-whitespace option | pommicket | |
2023-09-25 | add apt repository | pommicket | |
2023-09-24 | update rust-analyzer installation instructions | pommicket | |
2023-09-24 | bump version2.6.2 | pommicket | |
fix fs_file_size on windows | |||
2023-09-24 | show LSP status, tabs vs spaces in title bar | pommicket | |
2023-09-24 | nicer logging (always show pid, timestamp) | pommicket | |
2023-09-24 | don't truncate log on startup | pommicket | |
2023-09-24 | fix escaped quotes in strings | pommicket | |
2023-09-19 | fix dedent issue | pommicket | |
resolves #1 | |||
2023-09-14 | build ted.msi in make.bat2.6.1 | pommicket | |
2023-09-14 | batch write requests, fix tiny memory leak in ide-autocomplete | pommicket | |
2023-09-13 | fix use-after-free which broke LSP sync | pommicket | |
2023-09-13 | clip diagnostic rect to buffer | pommicket | |
2023-09-11 | clear diagnostics if buffer_lsp becomes NULL | pommicket | |
2023-09-10 | allow diagnostic messages to take up multiple lines2.6 | pommicket | |
2023-09-10 | fix LSP syncing issue | pommicket | |
2023-09-10 | a | pommicket | |
2023-09-10 | put exact matches first in selector | pommicket | |
2023-09-10 | swap return 0 and -1 for process_read/socket_read | pommicket | |
for consistency with process_write/socket_write | |||
2023-09-10 | LSP over TCP on windows | pommicket | |
2023-09-10 | a | pommicket | |