vyapp / vy

A vim-like in python made from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug with set output target.

iogf opened this issue · comments

After creating an AreaVi instance and setting it as output target and destroying that areavi, it is throwing exception when it occurs setting as output target a new AreaVi instance. It seems i forgot to unregister the areavi instances which were set as target once them get destroyed.

it seems it is much better to have the scheme of output target being handled off vy core(like it was initially defined) since other schemes of output may arise and them can be used instead of the standard one.