Skip to content

Edit4i - 0.1.4

Compare
Choose a tag to compare
@nathabonfim59 nathabonfim59 released this 19 Dec 16:31
· 10 commits to main since this release
dfc7fa2

What's Changed

Editor

  1. Breadcrumbs in topbar
    image

  2. Auto scroll to current tab when opening or changing file

FileFinder

  1. Alt + N to open search results
  2. Indicator and priority for opened files
    image
  3. Search refinement for results

a. You searched 'Controller' (returned "PaymentsController", "WebhookController", "UsersController")
b. Now if you type " Payment", it will refine your seach to a subset of the results, in this case "Payment Controller"

  1. Remove projectBasePath from results
  2. Truncate long filenames in results

ExplorerPane

  1. Lazy Load the directory structure (fixes freezing when opening large projects)
  2. Respect .gitignore when searching files

VimMode

  1. fix - inconsistent <Ctrl+ P> to open FileFinder
  2. fix - bottom bar not aways showing up
  3. feat - :w to save file

Full Changelog: v0.1.3...v0.1.4