KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

fix gutter from hiding text and cursor #484

Open alecmolloy opened 4 years ago

alecmolloy commented 4 years ago

when project length is >= 100 lines, the cursor in column position 0 will be hidden by the gutter being too wide and hiding the left-most part of the code editor. removing these lines in production seem to fix things, sadly as this is no longer an open-source project i can't verify this is the proper fix by building it myself.

before (n.b. cursor is at line 100, but hidden):

Screen Shot 2020-04-13 at 20 46 12

after:

Screen Shot 2020-04-13 at 20 46 53