Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof
A plugin for Brackets which allows you to scroll below the document, stopping at the last line at top.
https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof
Last synced: 11 days ago
JSON representation
A plugin for Brackets which allows you to scroll below the document, stopping at the last line at top.
- Host: GitHub
- URL: https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof
- Owner: meszaros-lajos-gyorgy
- License: mit
- Created: 2017-01-26T12:54:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T14:04:10.000Z (over 7 years ago)
- Last Synced: 2025-01-02T11:05:46.223Z (17 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scroll Past EOF
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DUULEQT9M8E3Q)
A plugin for [Brackets](https://github.com/adobe/brackets/)
which allows you to scroll below the document, stopping at the last line at top.This plugin attempts to bring the same functionality to Brackets, as the
ScrollPastEOF plugin does for [Notepad++](https://notepad-plus-plus.org/)This plugin offers a precisely calculated offset for the editor instead of the
fix 1000 pixels in the [Brackets Overscroll](https://github.com/Emmeran/brackets-overscroll)
plugin.## Installation
* Open the Extension Manager in Brackets
* Search for "Scroll Past EOF"
* Click "Install"
* Reload Brackets by pressing F5 or ⌘R## Known issues, limitations
* The plugin does not support horizontally split screens
* When you resize brackets from a smaller size to a bigger, then the plugin does
not resizes properly - the fix is under progress## Changelog
### [0.0.4](https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof/releases/tag/0.0.4)
* Added better support for Mac OSX by fixing [#1](https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof/issues/1)
### [0.0.3](https://github.com/meszaros-lajos-gyorgy/brackets-scroll-past-eof/releases/tag/0.0.3)
* Scrolling Past EOF is possible in normal and vertically split view
* Dynamic adjustments and recalculations on window resizing
* Precise calculation for every open files separately