summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
19 hoursbump version to 2.8.1HEAD2.8.1trunkpommicket
19 hoursfix inotify ifdefspommicket
19 hoursblock edit chaining after reloadpommicket
22 hoursbetter inotifypommicket
22 hoursinitial inotify implementation (bad)pommicket
33 hoursupdate CMakeLists to hopefully silence deprecation warningpommicket
33 hoursFix weirdness with newlines when reloadingpommicket
33 hoursbetter reloading but it's slightly wrongpommicket
34 hoursblock until whatever program is writing the file finishespommicket
5 daysUpdate READMEpommicket
5 daysC# string interpolation, bump version to 2.8.02.8.0pommicket
5 daysC♯ syntax highlightingpommicket
5 daysStart C Sharppommicket
5 daysHighlighting for JavaScript/TypeScript string interpolationpommicket
5 daysFix highlighting of f-strings in pythonpommicket
Except for set literals, string literals inside interpolation.
2025-03-23bump version to 2.7.82.7.8pommicket
2025-03-23Suppress -Wbugprone-sizeof-expression in .clangdpommicket
it is being tripped by dynamic arrays of pointers
2025-03-23Fix crash when closing node due to invalid settings pointerpommicket
2025-03-05Minor updates to documentationpommicket
2025-03-05update windows installer version2.7.7pommicket
2025-03-05Bump version to 2.7.7pommicket
Also add automated control file generation
2025-03-05add support for textDocument/prepareRenamepommicket
2025-03-05Fix IDE hoverpommicket
2025-02-27update TODOpommicket
2025-02-26fix deb installed-sizepommicket
2024-12-08Fix new LSP bug introduced by 2.7.52.7.6pommicket
2024-12-07Bump version to 2.7.52.7.5pommicket
2024-12-07Include main address in crash dumppommicket
2024-12-07Better handling of LSP errorspommicket
2024-10-29Silence compiler warningpommicket
2024-10-29Update version history2.7.4pommicket
2024-10-29Fix find+replace when replacement matches patternpommicket
2024-10-29Fix json number formattingpommicket
2024-09-08Update version history2.7.3pommicket
2024-09-08Fix tiny memory leak on windowspommicket
2024-09-08Customizable data directoriespommicket
2024-09-08manual indentation, command palette fixespommicket
2024-07-17Bump version, update to latest pcre22.7.2pommicket
2024-07-17Fix opening file from build outputpommicket
2024-07-17fix highlighting of '\u{1023}' in Rustpommicket
2024-07-12Add sync option to control how much stuff to sync to diskpommicket
2024-05-11update todopommicket
2024-02-13update version history2.7.1pommicket
2024-02-13fix windows includepommicket
2024-02-13bump versionpommicket
2024-02-13auto-detect indentationpommicket
2024-02-13better 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-13handle longer keys/values in .editorconfigpommicket
well i found a project somewhere with extremely long .editorconfig values that aren't documented in the spec whodathunk!
2023-10-19bump version2.7.0pommicket
2023-10-19fix little default_settings issuepommicket