If not otherwise specified, commit are by @richrace.
2016 / 12 / 28
- Changed to support only
Atom 1.13
selectors.
2016 / 12 / 28
- Update selected line when consolidating selections.
2016 / 02 / 02
- Fixed Cmd + L empty line selection.
2015 / 04 / 18
-
Removed
Space Pen View
dependency -
No longer adds to the DOM.
2015 / 04 / 17
- Fixed activating package. #66
2015 / 03 / 01
- Fixed 1px border above the status bar. #62
2015 / 02 / 28
- Fixed specs
- Fixed deprecations
2015 / 01 / 14
- Added support for Shadow Dom
2014 / 09 / 04
-
Use new Event API
-
Use new config settings
2014 / 08 / 31
- Don't hide underline when hide highlight enabled
2014 / 08 / 24
-
Total rewrite to use decorations
-
Use selection changed to handle multiple cursors
-
Make lines not exceed 80 columns
-
Ignore tmp folder
-
Add specs
-
Add Travis yml
2014 / 07 / 22
-
Don't iterate over every line when resetting
-
Prepared release
2014 / 07 / 21
- Prepared release
- Fixed the highlight style doesn't remove.
2014 / 07 / 19
-
Start moving logic into smaller methods
-
Only reset the top
.line
-
Prepared release
2014 / 07 / 19
-
Override theme's highlight line
Don't multilines disappearing
-
Prepared release
2014 / 06 / 21
-
Don't crash if the user hasn't selected underline style
-
Prepared release
2014 / 05 / 29
-
Use
lineNodeForScreenRow
for React Editor -
Prepared release
2014 / 05 / 24
-
Fixes
-
Fix line height growing.
-
Add support for React Editor
-
Prepared release
-
Added support for selection borders, in the form of lines above and below the selection. This extends the underline functionality somewhat, and only triggers on multi line selection. Can be toggle with shift-alt-cmd-h. If underline is disabled, this will not show up
-
Added hotkey to toggle hiding the highlight on select
-
updated readme
-
Added screenshot for multi line selection borders
2014 / 04 / 03
-
Closes #12
-
Update Readme
-
Prepared release
- Added option to hide highlight on line when a chunk of text is selected. It will still show the underline which is a nice touch
2014 / 03 / 28
-
Rename update setting
-
Remove all enabled
-
Make sure line is deleted
-
Prepared release
- Handles opacity percentages better
2014 / 03 / 21
-
Add Hotkeys/Menu for enabling/disabling Background/underline
-
Closes #10
-
Prepared release
2014 / 03 / 18
- Prepared release
-
Added background color enabler
-
Added back this plugin enable switch, fix syntax error
2014 / 03 / 15
-
Keep height consistent.
-
Prepared release
- Resolved the problem that the height of the line increase by one pixel when underline is enabled
2014 / 03 / 15
-
Improve destroying event
-
Prepared release
2014 / 03 / 15
-
Disable underline by default
-
Tidy up coffee
-
Updated README to include underline support
-
Prepared release
- Added underline support
2014 / 03 / 13
-
Fix error being thrown when moving tabs to different panes
-
Improve GC
-
Prepared release
2014 / 03 / 12
-
Attempt to improve performance and stability
-
Prepared release
2014 / 03 / 09
-
Change the triggering event.
-
Prepared release
2014 / 03 / 09
-
Only look for Cursors on
EditorViews
.Closes #4
-
Prepared release
2014 / 03 / 09
-
Add support for multiline highlights.
Closes #3
-
Prepared release
2014 / 03 / 06
-
All opacity to be set at 100
-
Prepared release
2014 / 03 / 05
-
Add options to enable or disable the line, and to change the color of the line
-
Update Readme
-
Prepared release
2014 / 02 / 28
-
Initial Commit
-
Stop it from crashing
-
Updated Read Me
-
Removed double brackets
-
Prepared release