Skip to content

Focus 0.3.5

Compare
Choose a tag to compare
@focus-editor focus-editor released this 04 May 19:32
· 224 commits to main since this release
  • New features:
    • New option: insert_final_newline_on_save. Set to true to auto-add missing final newlines to saved files.
    • New command: copy_current_line_info. Copies a string <current-file-path>:<line> to clipboard. Useful for setting breakpoints.
    • Basic HLSL highlighting (thanks @Roman-Skabin for many improvements)
    • Basic JSON highlighting (thanks @simonvallz)
    • Rust highlighting
  • Bug fixes:
    • Fixed the Jai code samples highlighting in build output in some cases
    • Fixed build output highlighting glitch when using the clear build output option
    • Fixed a crash in some cases when selecting all occurrences with the search bar open
    • Fixed a massive slowdown on some systems due to problematic OpenGL drivers
    • Fixed buffer duplication when jumping to build errors on Windows
    • Fixed editor freeze on large workspace reloads
    • Fixed wrong local search results after stripping trailing whitespace in some cases
  • Other changes:
    • Made the fuzzy search in the command dialog more intuitive
    • CRLF is now stripped from build output before displaying