2. Change in your master_menu.json
{"cap":"Line &Ends", "hint":"_ends"
to
{"cap":"Line &Ends", "hint":"ends"
I have no ideas how "hint":"_ends" was appeared here.
3.
Update plugin to version 1.1.04. Is problem now?qwerky wrote:When open plugin ("Config File" is populated), and click either "Select" or "Apply Now", the dialog goes away and immediately returns, but with the "Config File" box empty. Nothing shown in console.
When open plugin ("Config File" is populated), and click "Open", the dialog goes away. Console shows:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "\CudaText\py\cuda_config_menu\cd_config_menu.py", line 438, in dlg_config
btn, vals, chds = dlg_wrapper(_('Config menu'), 5+350+5, 5+190+5, cnts, vals, focus_cid='file')
File "\CudaText\py\cuda_config_menu\cd_plug_lib.py", line 497, in dlg_wrapper
aid = cnts[btn_i]['cid']
KeyError: 'cid'