Structorizer.Desktop icon indicating copy to clipboard operation
Structorizer.Desktop copied to clipboard

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).

Results 45 Structorizer.Desktop issues
Sort by recently updated
recently updated
newest added

On at least some Windows 11 installations there is no visible difference between a ticked and an unticked CheckboxMenuItem with Look and Feel "Windows". This applies to nearly all menu...

inconvenient

For see instantiation of nested static classes a qualified `new` operator may be needed (see e.g. https://stackoverflow.com/questions/2863157/how-does-object_new-work-does-java-have-a-new-operator). If the Java parser bumps into such a qualified `new` operator it fails...

bug
wontfix

Hi, I would ask, if it is possible to get access to the comandline arguments i.e. argv and argc. It can be a checkbox in the Export options. The executer...

nice to have

A consistent syntax tree representation of all element texts (or just the contained expressions) ought to be provided. This allows to concentrate on a clean and consistent syntax analysis, also...

enhancement
code revision

Array assignments via initialiser literals are always decomposed on export to C, even if they contain only constant expressions: ![grafik](https://github.com/fesch/Structorizer.Desktop/assets/15326471/f3acae93-25fd-4027-8076-fc3491c37b9c) ANSI C99, however, allows so called compound literals, not only...

nice to have

There is an inconvenient flaw in the wake of #966: When changing the Look and Feel towards "Nimbus" (from some different one) after a tree view, e.g. Arranger index or...

inconvenient

![image](https://github.com/fesch/Structorizer.Desktop/assets/10200568/aa48449d-b8be-48ad-91e8-e6df89cc1ed6) In both sides of the comparison the var ```y``` is postincremented, so the supposed condition is not there.

inconvenient

Issue #977 revealed that the semantics and processing of declarations (particularly that of arrays) in Structorizer is deficiently based and has to be revisited. The user example in the issue...

question
code revision

Having layed the foundations with issues #443 and #910, we might add a new DiagramController next to Turtleizer, which makes the classic setting ["Karel the Robot"](https://www.cs.mtsu.edu/~untch/karel/) by Richard E. Pattis...

enhancement

A menu disparity has developed in the last years due to several enhancements, resulting in the following drawbacks: - menu "Diagram" has grown too large, I think; - the assignment...

nice to have