halfbrained / cuda_breadcrumbs

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

faster start of Cud w/o files #48

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago
[item1]
section=events
; actual event list is in `breadcrumbs.py > Command.__init__`
events=on_open,on_save,on_state~,on_focus~,on_close~

made events 'lazy'. seems it don't break the work? now Br doesn't start when Cud starts w/o files

halfbrained commented 3 years ago

Fixed, thanks. I forgot again :)

I checked the code, should be good