KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

Clicking column name (from results to SQL window) is hard #294

Closed andrzejchmiel3 closed 5 months ago

andrzejchmiel3 commented 5 months ago

Example below: select 1 as i , 2 as longNameEasyToClick

We can click on column name in results, to have this name inserted to code window on cursor position. But to do that, we need to click exactly on text, which is often hard, especially in shorted column names. That's because the 'hitbox' where it works is very small. If i click a bit above text, or below, or on the left, it won't work.

on screenshot, green represents area where clicking works, yellow is area where clicking won't do anything, but it should in my opinion obraz

It that's posssible, make larger 'clickable box' around text where i can click to paste column name

KrzysztofDusko commented 5 months ago

clicable area willbe extened in next update to : image