Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | bump version to 2.7.8HEAD2.7.8trunk | pommicket | |
5 days | Suppress -Wbugprone-sizeof-expression in .clangd | pommicket | |
it is being tripped by dynamic arrays of pointers | |||
5 days | Fix crash when closing node due to invalid settings pointer | pommicket | |
2025-03-05 | Minor updates to documentation | pommicket | |
2025-03-05 | update windows installer version2.7.7 | pommicket | |
2025-03-05 | Bump version to 2.7.7 | pommicket | |
Also add automated control file generation | |||
2025-03-05 | add support for textDocument/prepareRename | pommicket | |
2025-03-05 | Fix IDE hover | pommicket | |
2025-02-27 | update TODO | pommicket | |
2025-02-26 | fix deb installed-size | pommicket | |
2024-12-08 | Fix new LSP bug introduced by 2.7.52.7.6 | pommicket | |
2024-12-07 | Bump version to 2.7.52.7.5 | pommicket | |
2024-12-07 | Include main address in crash dump | pommicket | |
2024-12-07 | Better handling of LSP errors | pommicket | |
2024-10-29 | Silence compiler warning | pommicket | |
2024-10-29 | Update version history2.7.4 | pommicket | |
2024-10-29 | Fix find+replace when replacement matches pattern | pommicket | |
2024-10-29 | Fix json number formatting | pommicket | |
2024-09-08 | Update version history2.7.3 | pommicket | |
2024-09-08 | Fix tiny memory leak on windows | pommicket | |
2024-09-08 | Customizable data directories | pommicket | |
2024-09-08 | manual indentation, command palette fixes | pommicket | |
2024-07-17 | Bump version, update to latest pcre22.7.2 | pommicket | |
2024-07-17 | Fix opening file from build output | pommicket | |
2024-07-17 | fix highlighting of '\u{1023}' in Rust | pommicket | |
2024-07-12 | Add sync option to control how much stuff to sync to disk | pommicket | |
2024-05-11 | update todo | pommicket | |
2024-02-13 | update version history2.7.1 | pommicket | |
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 | |