Kay Gürtzig

Results 106 comments of Kay Gürtzig

Not to be forgotten: C++, C#, and Java export are also compromised with C-like array declarations. ![grafik](https://user-images.githubusercontent.com/15326471/140300522-e67c5eb2-1ae2-4047-93a4-8bd1b924204c.png) ![grafik](https://user-images.githubusercontent.com/15326471/140300627-3d12d5af-989b-485c-bdb9-8b84635a977d.png)

The combination of a multiple declaration with an initialization like the following should be detected as illegal: ![grafik](https://github.com/fesch/Structorizer.Desktop/assets/15326471/a13661ab-80ab-416d-9c46-06a534233515) By now, Structorizer interprets it in an inconsistent way (usuallly assigning the...

@zhou11630 We will consider it. Thanks for the inspiration.

After some quick inspection, I think we have to differentiate a little the possible aspects of language support (where the term "executable" is to mean: running with the Structorizer debugger):...

Hi Rolf, there are some circumstances making the requested changes rather difficult: 1. Comparison operator: The generator would have to analyse the operands for their type. In certain uncomplicated cases...

Thanks for your proposals. I will consider them though this kind of heuristic guesswork will take more time for testing than I currently can spend. You are right, the Structorizer...

With the static variable type retrieval approach in 3.26-02, we get a little closer to a more intelligent support for shell script export. What's needed next is a full expression...

A similar effect occurs when switching from Nimbus to GTK+, just that in this case the tree nodes appear in white font on white background unless they are highlighted. Same...

Prepared a branch [issue967](https://github.com/fesch/Structorizer.Desktop/tree/issue967) as intermediate target for pull requests by contributors to this ER.

Fixed a highlight mapping problem between diagram and code preview.