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.
Just for some clarification
You do not want to configure it to use the Cascadia-code font, you want it to automatically pick it as default if available ? (auto download I don't think I will add.. I don't want MC to automatically mess with a users system.)
Powershell syntax coloring are actually comming soon. Im not using it so much so when it is there. let me know how it works
Access to Text tools from MultiViewer is a good ide. I will look into that
The Manage multiple servers at once think are intressting.. Not sure how to implement it right now. Bit tricky. but very intressting,
But can you mail me with more details on how you would use somethings like that. Copy one file and it is auto copied to all locations that are grouped ? even delete ? rename ? what more? any ide and thougth you have around that would be great and I can see if something like that can be added. However It is a big and complex feature so can take some time to add. But I really like the idea.