Skip to content

Office RibbonX Editor v1.5.0.405

Compare
Choose a tag to compare
@fernandreu fernandreu released this 14 Jul 22:34
8751f34

Released automatically from Azure Pipelines

What's New

This release focuses on redesigning the Find / Replace dialog so that it looks more natural when compared to the rest of the tool. This is quite a substantial change; if you find any previous feature missing or any hiccups with the new dialog, just let me know via an issue.

In addition, the is a new panel listing the Find All results, allowing you to navigate to each of them on click (similarly to what Notepad++ or other IDEs do).

There have also been a few minor improvements and bug fixes. For a full list of changes, see below.

How to install / use

The tool can be installed / used in two ways:

  • By running the .msi installer provided in the Assets section below. This will create an entry in the control panel's programs list
  • By directly running the .exe provided in the Assets section below. This will not create any entry in the control panel's programs list

Changes:

  • 8751f34 Remove pdb files from executable [ #46 ]
  • b3b16a0 Bump version to 1.5
  • 9b6e6b5 Implement FindAllResults panel [ #43 ]
  • a3b9b00 Ensure found text is always visible [ #44 ]
  • 095a5fe Auto position FindReplaceDialog
  • 6a65b89 Fix regression bug with selection of first find character
  • 15fac3f Set default button in FindReplaceDialog
  • 4fd3469 Show recent find / replace values used
  • 442b1ca Add link to releases pages from downloads badge
  • 21c9784 Add downloads badge
See more
  • 0632a71 Merge pull request #42 from fernandreu/feature/custom-find-replace
  • fd2207c Fix callback test
  • a0fc171 Fix zoom
  • 04fa1ae Remove previous find / replace code completely
  • 2173cc6 Adapt IncrementalSearcher to new dialog
  • 409564e Avoid showing dialog for find next / previous actions
  • 2b8e22c Auto-focus on search field when dialog opens
  • ce964a3 Implement find / replace commands
  • d65064b Introduce new FindReplaceDialog (layout only)
  • d1a1488 Prevent multiple copies of the same non-modal dialog
  • 2128229 Allow non-modal show of dialogs
  • cfa4e29 Cleanup previous GoTo classes
  • 73c4043 Use an IntegerUpDown control for the target line number
  • 0192e5e Fix triggering of GoTo action with enter key
  • 8559ed6 Reimplement GoToDialog in WPF
  • 8da4b8f Finish merge from master
  • f253774 Update coding guidelines
  • 9ee6065 Move imports outside namespaces and remove redundant file headers
  • 7b5229a Merge pull request #41 from fernandreu/feature/dialog-service
  • 0780d98 Finish implementing new dialog approach
  • 742d754 Adapt SettingsDialog and AboutDialog to new navigation style
  • 0007c27 Implement AutoFac and move interfaces to their own namespace
  • fe5c116 Start customizing dialogs
  • d4e32fb Start implementation of the dialog service
  • a14d1bb Fix typo in development build link
  • c01341b Rearrange build status in README.md
  • df55bb0 Move post build steps before GitHub release
  • 9650bc4 Allow opening documents by dragging them to the .exe
  • 38f0b61 Allow multiselect in OpenFIlesDialog [ #39 ]
  • 86748c1 Rename ViewModel methods to Execute*Command pattern
  • 193633a Improve mapping of view events to ViewModel commands
  • 631bbbc Allow drag and drop of files to main window
  • d0338dc Remove reference to Microsoft.Expression.Interactions
  • a5aa09d Switch to vs2019 build agent

This list of changes was auto generated.