Skip to content

Milestones

List view

  • No due date
    1/3 issues closed
  • No due date
    3/4 issues closed
  • This note lists what issues are planned to be fixed for the next milestone ## Additions/Features ### SourceEditor - Selecting code and pressing <kbd>⌘</kbd> <kbd>[</kbd> , <kbd>⌘</kbd> <kbd>]</kbd> and <kbd>Tab</kbd> for indenting in or out the selected lines - Selecting code and pressing <kbd>⌘</kbd> <kbd>/</kbd> 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 - <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>T</kbd> should bring back closed editor tabs - <kbd>⌃</kbd> <kbd>Tab</kbd> and <kbd>⌃</kbd> <kbd>⇧</kbd> <kbd>Tab</kbd> should cycle between window tabs - <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>[</kbd> and <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>]</kbd> 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 <kbd>⌥</kbd> while using  <kbd>◄</kbd> and <kbd>►</kbd> 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 <kbd>⌥</kbd> <kbd>◄</kbd> 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

    No due date
    26/29 issues closed