Skip to content

v0.2.0

No due date 48% complete

This note lists what issues are planned to be fixed for the next milestone

Additions/Features

SourceEditor

  • Selecting code and pressing [ , ] and Tab for indenting in or out the selected lines
  • Selecting code and pressing / to comment out the selected lines if not yet commented, or to uncomment the selected lines if already commented
  • Lines should wra…

This note lists what issues are planned to be fixed for the next milestone

Additions/Features

SourceEditor

  • Selecting code and pressing [ , ] and Tab for indenting in or out the selected lines
  • Selecting code and pressing / to comment out the selected lines if not yet commented, or to uncomment the selected lines if already commented
  • Lines should wrap to the indentation level of the current line and not to the beginning of the line

CodeEdit

  • T should bring back closed editor tabs
  • Tab and Tab should cycle between window tabs
  • [ and ] should cycle between editor tabs in the active editor
  • Should add tooltips to buttons, such as the filter input buttons
  • Dependency injection architectural changes

Bugs

SourceEditor

  • Selecting some text then deleting will always delete an extra character
  • Text navigation with keyboard:
    • Holding while using   and doesn’t navigate properly. For example it shouldn’t stop at underscores, and it should stop at equal signs.
      • If at the beginning of a line at the first non-space character, using will take you to the next token, not the end of the line

CodeEdit

  • Fix broken tooltips in the navigator, inspector, and utility areas
  • Git status on files in the project navigator flicker and sometimes disappear completely
  • Stop editing users zsh file for setting the terminal title as the terminal tab title