- Explicitly disable autoHeight
- Removed deprecated ::shadow selector
- Fix issue during package activation in Atom v1.1.0 (#17, #18, #20)
- Fix compatibility issue with typewriter package
- Fix issue where line numbers wouldn't show the first time codeglance was shown
- Fix an issue that was caused by changed variable names in minimap (#15, #16)
- Fix an exception when closing a text editor when codeglance hasn't been activated yet (#8)
- Fix an exception when closing a text editor while its codeglance was showing (#11)
- Hide codeglance when closing a text editor (#11)
- Show text editor decorations in the codeglance view
- Add
decorations
setting that toggles decorations
- Fix issue where text in the codeglance view would not show
- Align text editor when
showLineNumbers
is disabled
- Fix crash (#8)
- Fix issue where sometimes text wasn't visible
- 🐎 Don't reset text buffer when it is not needed to prevent unnecessary tokenisation
- 🐛 Fix issue where disabling the minimap package could cause the text editor contents to be removed from the DOM
- Fix where text was blurry because the transform values weren't rounded (#7)
- Disable codeglance while selecting code
- Update styling
- Fix issue where the height of the editor was off by a few pixels
- Add
softWrap
setting that controls soft wrapping in the codeglance view
- Fix crash on minimap plugin deactivation
- Fix issue where text was red
- Reflect soft wrap state in the codeglance view
- Better soft wrap support
- Fix issue where codeglance would sometimes show only the first lines of the editor
- Always hide non-line-number gutters
- Rename setting
showGutter
toshowLineNumbers
- Rename setting
useSyntaxTheme
tohighlightCode
- Fix crash
- Fix issue where the number of lines shown was incorrect after resizing the editor font
- Styling fixes and tweaks
- Fix padding on the left side when the gutter is hidden
- Fix issue where codeglance would be hidden on the first line
- Setting to hover codeglance view next to cursor (default)
- Better soft wrapping handling
- Hide codeglance while dragging the minimap
- Add option to show or hide gutter
- Fix issue when file contains lots of successive newlines
- Add line wrapping support
- Add
useSyntaxTheme
setting
- Add modal panel
- Fix some activation/deactivation issues
- Fix readme
- First release