brandoncomputer / powershell-designer

The best free form designer for powershell.
MIT License
14 stars 3 forks source link

Unsupported (Keep this Open) #1

Open brandoncomputer opened 2 years ago

brandoncomputer commented 2 years ago
brandoncomputer commented 4 months ago

MDI Windows take some tricks to get to work. Wontfix

brandoncomputer commented 4 months ago

ImageScalingSize must be manually set to 16,16 if left at defaults in fbs files. Wontfix

To elaborate, the behavior is different between 5.1 and 7.x

If no value is set, 7.x multiplies by CTScale twice, which corrupts the next save. This is fine if the CTScale is 1.

5.1 doesn't do this, but it fails to scale the glyphs at all.

If you manually set the default image scaling size to 16,16 in the FBS or XML load file, then it works correctly, however, if you edit the project at CTScale one default values do not save back to the FBS project, so they will be cleared out, creating the trouble again.

brandoncomputer commented 4 months ago

Function CheckedList is not a sort of the entire list, but rather a sort of module by module. The base module requires this. Wontfix

brandoncomputer commented 3 months ago

A TabPage must be added by doubleclick to a TabControl and not drag and dropped.

brandoncomputer commented 3 months ago

If there are no spaces in a project edit window, like pushing the spacebar, then a 1000 loop occurs for every character typed which will cause high processor usage.

All projects start with a hidden space in the Region Images.

The first word in a project is immune to hints and function autoselect. This word is usually #region