Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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