Office Ribbonx Editor Versions Save

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF

v1.1

5 years ago

What's new

  • Option to see invisible EOL / whitespace characters in the editor
  • Option to use Ctrl-/ to comment / uncomment lines of XML code
  • Fixed a bug preventing the use of advanced shortcuts (like the one above) form the editor
  • Updated text in the About dialog
  • New automatic build numbering system that makes it easier to identify a particular development version of the tool with those in the pipeline

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

Full list of changes:

Note: most of these commits are just attempts (i.e. failures) to configure Azure Pipelines to automatically create this release while having a customized build number / revision (but at least it finally works).

  • 06ba3e40543a08dd29b17674ecc447e6ad3c837b Tweak GitHub release task
  • 5a81cee5f917815336e1c6efd17345b9cbc7bd00 Fix build numbering system
  • 7f3cf3afe0779654f9d51b8074d622f40d231eda Fix powershell script
  • 0c359ae02995aeb3c737b482d2a4d7ec528efd26 Scrap build extensions and do everything through powershell
  • b3da9314a3268cac898d6087db1bb9e9f7e9513a Update shared assembly info
  • 2d90d6b34f3ae0bfe4da554c16f072b52e15fea4 Fix powershell script
  • 3793f9de7a1e6600bbff006c8941ab3e8b0d02fb Fix build args
  • f3a2497d7a563a59bbbe26df95d340e0be5e9e2b Fix powershell script
  • a0d064cb1a6c0ffb449016a6e3f4ff9f13619a34 Fix pipeline config
  • ac4603aba42cd13ad9cabcbb89e86319a5501166 Fix pipeline syntax
  • c15078806ffb2f56f5d99b940c781ecc984a8cf5 Separate powershell script into its own file
  • 107c6110e737667812622673cda04f7bb9d0c645 Update build config
  • 08c4f961d173c58a098d84d3ee91f2c13cae0390 Update build config
  • 85ab651297826734af48e3266cefdfb709120579 Add powershell trial
  • 6d7e1339d5287f592f303beb598fc0731cfe3e6f Update pipeline config
  • a3273c7d3e723d227426ceea72397f8f55f827aa Update Azure Pipelines build versioning
  • a5e0345b7a739092cd49e0de4f287990b85f34af Fix build number generation
  • 6fd17ea2e8a065dbfa2e4af55399db605db331f9 Update build number generation
  • 8c62269f806b8d65978467f26e5755a3cd0a7c1b Pass build number and revision from pipeline
  • 4de326fa119e898e7ff77f2975fedd534faf3aa0 Fix typo in release target
  • c725eaa2527ebb6856956e45144b40a19bd570a3 Update tag name in pipeline
  • d1cc95f74b80de40a5deaa8b19bbc60b803cce64 Update pipeline triggers to include release tags
  • 308ad72870efe897e6db536430e68ad274d00cc6 Fix GitHub connection name
  • 82209c685a34a89490b05c276c66afce3b8bf32d Add GitHub release task to pipeline
  • 7d7d17eb1913f229b23004464f208dd048a467cb Let C# decide build / revision versions
  • 6721960a72777ecf20c37cc13e746abd5e9af5a1 Fix #20: unwanted ASCII characters printed
  • 07558bc5d8ba9c19e11c7424039a08c41f1fe2c0 Update text in about dialog
  • 102b2f928b49009d6f2935b9f7fa4bbbfae01119 Update text in About dialog
  • c3ebbb308dc1a82d1d47f6e122d3dbfc217e6d17 Add On prefix to all MainView events
  • d65c9edd28dc46bc434f3ba77cd035d10b242a94 Add toggle comment feature
  • 0e5de879399899384b09ae391bb31b93519dc395 Merge branch 'master' of https://github.com/fernandreu/wpf-custom-ui-editor
  • bc513e2026052475c6644371e8795f4f9f6bc11d Toggle whitespaces
  • cd0d871e1dc865f404c6308161c9b9635a7ece77 Update README.md
  • 7f2e23502c43499f7dd5aab29c15a48cb8491f09 Update CONTRIBUTING.md
  • fd14f85b654041a0ba0519fb83a2443816f278e6 Update CONTRIBUTING.md
  • 35d30b3284e9a265ed84fb288145b8a2c9018bc6 Create CONTRIBUTING.md
  • 2b428fea21d4adef39d66aa1135960b4228e104e Update issue templates
  • 5054f156c15187c06001c8ea32970b6e24ba9114 Update README.md

v1.0

5 years ago

All tasks planned for the full migration from the Windows Forms project are now complete, so it seems like a good moment to have an official release.