Skip to content

ted v. 2.5

Compare
Choose a tag to compare
@pommicket pommicket released this 15 Aug 20:57
· 85 commits to trunk since this release
da57a47

new features:

  • LSP symbol rename: press ctrl+r (command :rename-symbol) while your cursor is on an identifier to rename it
  • LSP document link: ctrl+clicking on “links” will now open them. what exactly counts as a “link” is up to your LSP server.

small things:

  • you can now use home/end in selectors (e.g. “open menu” file selector)
  • the default :save-all shortcut is now Ctrl+Alt+s rather than Ctrl+Shift+Alt+s (so it's a bit easier to press)
  • ted will no longer open files with overlong UTF-8 (which is bad UTF-8) or null characters (which might've caused weird behavior)
  • scroll to cursor on undo/redo
  • really long paths no longer overflow the “open file”/“save as” menu :)
  • “robust” find — find results no longer move around when you type stuff

also a lot of code has been changed behind the scenes:

$ git diff --stat 2.4.3 2.5 | tail -n1 
 55 files changed, 5003 insertions(+), 3231 deletions(-)

mostly cleaning up and preparing for plug-in support (not quite ready yet...)

so there might be some new bugs........