jcryptool / crypto

JCrypTool Crypto Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
67 stars 37 forks source link

Friedman analysis box added #337

Closed Eduard951 closed 3 years ago

Eduard951 commented 3 years ago

Friedman analysis: added alert box when textfile is too big so the analysis takes a long time.

Notes: Parameter for max Text length without warning is at the top of the file named: friedman_max-Text_length

simlei commented 3 years ago

Looks good so far:

image

on cancel, the old input selection is left intact, which is good.

I1

However, the dialog is not "modal": the main UI can be brought to shadow the dialog. In fullscreen this can lead the user to lose focus of the dialog and not find it again:

Peek 2020-11-13 14-56

I suppose this is solved in one go with changing the line annoted w.r.t. I2 as I suspect once the right parent shell is supplied, the dialog will be "modal" on it -- the main JCT window.