halfbrained / cuda_breadcrumbs

CudaText plugin. Breadcrumbs: widget for quick filesystem navigation
5 stars 1 forks source link

Suggestion: Hide popup by clicking when it is open. #25

Closed eltonfabricio10 closed 3 years ago

eltonfabricio10 commented 3 years ago

If that's not difficult...

Alexey-T commented 3 years ago

By clicking outside of popup?

JairoMartinezA commented 3 years ago

Yes after click on Editor auto-close dialog.

Alexey-T commented 3 years ago

what is 'Editor auto-close dialog'?

JairoMartinezA commented 3 years ago

I can see that the dialog is opened as a Modal dialog because it don't allows any interaction with the rest of CudaText until the user press Esc. The idea is to make the dialog as responsive in order to close when it lose the focus. LostFocus

eltonfabricio10 commented 3 years ago

By clicking outside of popup?

Nope! By clicking on highlighted breadcrumbs

halfbrained commented 3 years ago

Oh, right, on windows dlg_proc dialogs are really modal :)

halfbrained commented 3 years ago

Should hide now

Alexey-T commented 3 years ago

seems good now.