Hello,
- To use (and install when it is not present) the cascadia-code font (
https://github.com/microsoft/cascadia-code) at least for MultiDataViewer default configuration.
- To have by default in MultiDataViewer, a powershell color syntax formatting that is imitates the syntax highlighting that visual studio code is using (it is quiet difficult to be exhaustive when creating our own).
It may be possible to use their définitions ?
https://github.com/PowerShell/EditorSyntax/tree/main It is true for the common file syntax in use actually, XML, INI (MC files), JSON, PY and Ruby.
- An extension to analyze disk space graphically and/or as a percentage. Some examples :
https://www.info24android.com/les-10-meilleurs-outils-gratuits-pour-analyser-lespace-disque-dur-sur-votre-pc-windows/ - Format document in Multidataviewer for common files (XML, JSON mainly) without modifying / saving the file by default (option when closing the viewer ?)
Concerning the workflow, I have to manage several servers via administratives share to operate the same actions.
- The idea is via the GUI (no script) to be able to apply file operations to a list of computers (ex \\MyComputerName01.fqdn.com\c$\MyWorkingFolder, \\MyComputerName02.fqdn.com\c$\MyWorkingFolder).
- The active panel in this case will be a computer of the computer list.
Regards.