Adds in the ability to threshold the editor's growth by specifying editor-max-height.
Fixes an issue where the vertical scroll bar was always appearing by adding 2 pixels to the content height to ensure adequate line spacing when growing the editor window.
Adds in the ability to threshold the editor's growth by specifying
editor-max-height
.Fixes an issue where the vertical scroll bar was always appearing by adding 2 pixels to the content height to ensure adequate line spacing when growing the editor window.
Close #177 and Close #164