Skip to content
monsterkodi edited this page May 3, 2019 · 54 revisions

todo/ideas

  • command+r should undo search result edits if terminal has focus
  • highlights
    • unhighlight words when cursor moves outside word highlights
  • tabs
    • drag and drop between windows
  • make jumpTo work over project boundaries
  • add javascript methods to indexer at startup (eg. getOwnPropertyNames, Object, Array, etc)
  • fix broken history in prefs
  • fix shift click with multiple selections
  • check large file performance (bracket match limit?)
    • limit size of range for bracket matching

editing

  • keep multi-cursors when aligning
  • rectangular text selection via mouse
  • double click into selection: remove from selection when mod == shift
  • don't scroll when no new range added with command+d
  • delete forward swallows spaces?
  • when pasting text at indent level, remove leading space columns
  • multi-cursors and indent when pasting multiple lines at single cursor in col > 0
  • update cursor positions on foreign changes