jugglerchris / textadept-vi

Customisation for the textadept editor to make it a bit more like vim.
MIT License
35 stars 5 forks source link

Command entry buffer is the wrong size in the GUI #7

Closed jugglerchris closed 9 years ago

jugglerchris commented 9 years ago

As reported by ff2000:

1) The height of the command line is too small when tabs are shown, chars get cut on the bottom
2) When tabs are disabled the command line takes way too much space

This comes down to it being hard to work out how to make the command entry height the right size (in curses, views are measured in character units, but in the GUI it's pixels).

jugglerchris commented 9 years ago

Hi, I think this is improved now, using the Scintilla-based command entry (which lets you set the heigh in lines rather than pixels). Chris