dgis / xsddiagram

XSD Diagram is a free Xml Schema Definition (XSD) diagram viewer for Windows written in c# Framework.NET 2.0
http://regis.cosnier.free.fr/?page=XSDDiagram&nomenu
GNU General Public License v2.0
224 stars 52 forks source link

Feature request: display occurrences in TXT/CSV export too #20

Closed TCH68k closed 4 years ago

TCH68k commented 4 years ago

Hello,

I needed to display the max and min occurrence in these export formats, so i made a quick patch for it, which is available here: http://oscomp.hu/depot/DiagramTxtRenderer.diff Could you please merge it?

paulushub commented 4 years ago

Why not submit a pull request?

TCH68k commented 4 years ago

Can i move this issue into the pull requests?

TCH68k commented 4 years ago

I cannot make a pull request. In the meantime i made a patch for the main program too: http://oscomp.hu/depot/Program.diff It contains the "SEQ" option in the help, but i also added the prevention of unnecessare expanding, patched in the other issue. (https://github.com/dgis/xsddiagram/issues/21)

TCH68k commented 4 years ago

The patches are superseded.