Kay Gürtzig

Results 106 comments of Kay Gürtzig

To be considered in combination with issue #160

The group export function implemented with #828 brought us a step closer here.

An apparently obvious approach to update the grammar caused normal object instantiation with type parameters to fail instead, which seems worse.

Missing deprecation annotations added to avoid the 8 reported JavaDoc warnings (https://github.com/fesch/Structorizer.Desktop/issues/1077#issuecomment-1351372060) for future versions.

There is no simple solution at hand (except that the preprocessor would simply delete the class path prefix), but the occurrence of qualified new operators seems unlikely enough to leave...

@GitMensch > I assume the export is always for complete programs, correct? You export an entire diagram, this may be a program or a routine (or an "includable"). If you...

If you want some test examples, here you are: [fibonacci-1.zip](https://github.com/fesch/Structorizer.Desktop/files/817948/fibonacci-1.zip) [InputPromptTest.zip](https://github.com/fesch/Structorizer.Desktop/files/817949/InputPromptTest.zip) [Issue253_test8.zip](https://github.com/fesch/Structorizer.Desktop/files/817951/Issue253_test8.zip) [Messwertstatistik5.zip](https://github.com/fesch/Structorizer.Desktop/files/817952/Messwertstatistik5.zip) [QuickSort3.zip](https://github.com/fesch/Structorizer.Desktop/files/817954/QuickSort3.zip) [TestIssue335.zip](https://github.com/fesch/Structorizer.Desktop/files/817955/TestIssue335.zip) [testKGU348d.zip](https://github.com/fesch/Structorizer.Desktop/files/817956/testKGU348d.zip) [binSearchTreeDemo.zip](https://github.com/fesch/Structorizer.Desktop/files/817972/binSearchTreeDemo.zip)

> My main worry was "it changes the includes to be entered different by the user than for all other generators" but if this isn't a problem it seems like...

@GitMensch > I still don't fully understand the reserved words part but I think there is one thing that will really help: run the other generators and see what they...

> I'll likely take the C# generator as primary source. Well, of course it's a good idea to make a copy of an existing generator and modify it towards your...