Fastedit Changelog

What's new in Fastedit 2.4.0

Jul 12, 2023
  • fix: show export/import settings failed when user cancelled it by @FrozenAssassine in #115
  • ref: update word count performance and memory usage by @FrozenAssassine in #116
  • fix: subpage of run command window does not have text color by @FrozenAssassine in #119
  • feat: add more items to quick access by @FrozenAssassine in #122
  • feat: rename file dialog by @FrozenAssassine in #123
  • fix: replace all does not change modified state of document by @FrozenAssassine in #124
  • feat: report bug, request feature button in about page by @FrozenAssassine in #125
  • feat: save all documents by @FrozenAssassine in #126
  • feat: shortcut for vertical tab flyout (Ctrl + M) by @FrozenAssassine in #127
  • feat: Ctrl + Shift + P for quick acces like in VSCode by @FrozenAssassine in #130

New in Fastedit 2.3.0 (May 14, 2023)

  • This adds encoding to fileinfo by @FrozenAssassine in #112
  • This fixes #102 by @FrozenAssassine in #104
  • This fixes #52 by @FrozenAssassine in #111
  • This adds selection to file info by @FrozenAssassine in #109
  • Fix: add tabs only to recylce bin when they were modified by @FrozenAssassine in #108
  • Fix: colors in quick access are now matching the dialog color by @FrozenAssassine in #103

New in Fastedit 2.2.0 (Feb 17, 2023)

  • Added design editor
  • Added delete/import/export functionality to designs
  • Added close and add -tab button to vertical tab flyout
  • Fixed a bug where the cursor in settings was not correct
  • Fixed a bug where the undocked tab closed when automatically saving the database after 4 minutes
  • Fixed a bug where shortcuts with Ctrl + Alt + [X] performed wrong actions
  • Fixed a bug where quick access could not be shown when the settings window was open
  • Removed default start location from the file picker
  • Renamed "New window" to "Undock tab"

New in Fastedit 2.1.1 (Feb 7, 2023)

  • Fix: No ask to save when tab is in second instance and open using Ctrl + O by @FrozenAssassine in #69
  • Renamed Design to Designs in settings by @FrozenAssassine in #81
  • When closing not loaded tab, app saves emty file by @FrozenAssassine in #80
  • Fix: When closing all tabs the currentlySelectedTabPage is not null by @FrozenAssassine in #75
  • RunCommandWindow more responsive by @FrozenAssassine in #71
  • Fixed settings visible in open tabs flyout by @FrozenAssassine in #83

New in Fastedit 2.1.0 (Feb 4, 2023)

  • Implement mousebutton four and five to switch between tabs (#41) by @FrozenAssassine in #47
  • Add shortcut to hot reload the design by @FrozenAssassine in #62
  • Add light dismiss to the RunCommmandWindow (#45) by @FrozenAssassine in #59
  • Fix: Search and RunCommandwindow can be opened in settings by @FrozenAssassine in #58
  • Add statusbar customization by @FrozenAssassine in #57
  • Reduce size of the expanded navigationpane in settings #40 by @FrozenAssassine in #46
  • This fixes #64 by @FrozenAssassine in #65
  • Add Separator in Menubar between Recyclebin and Settings by @FrozenAssassine in #67

New in Fastedit 2.0.1 (Feb 1, 2023)

  • Fixes:
  • App crashes at very first start for unknown reason #39
  • Save file sometimes appends text instead of overwriting it #42

New in Fastedit 2.0.0 (Jan 20, 2023)

  • Changes:
  • Faster and way more stable database
  • Syntaxhighlighting
  • New textbox with a lot more features (TextControlBox)
  • Textlimit is now 100 million characters
  • New designs
  • Faster startup time
  • Cleaned up settings page
  • Many more small improvements and overall a more stable experience
  • Known issues:
  • Search can have some weird behaviour
  • Replace single words not implemented yet
  • Close all not implemented yet

New in Fastedit 1.6.2 (Jun 9, 2022)

  • Added a searchbox to the secondary instance
  • Fixed very small bugs
  • Improved search experience