ekzyis / CrypTool-2

Official CrypTool 2 git repository
Apache License 2.0
0 stars 0 forks source link

Fix possible length increase in diffusion inputs #2

Open ekzyis opened 3 years ago

ekzyis commented 3 years ago

Supervisor said this should be possible. They mentioned a plugin where such a thing was implemented.

I will most likely need to create a new WPF component for this.

--- UPDATE: adding additional information to be more precise what I am talking about here

The diffusion input is by default set to REPLACE mode. This means characters are replaced while typing.

But the user can change the mode to INSERT. Then the input would increase in size. See screenshot

Unbenannt