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

https://github.com/stefanceriu/scxcodeeditorinset

Xcode plugin that adds an empty (configurable) space to the end of the editor text view
https://github.com/stefanceriu/scxcodeeditorinset

editor inset plugin xcode xcode-plugin

Last synced: 10 months ago
JSON representation

Xcode plugin that adds an empty (configurable) space to the end of the editor text view

Awesome Lists containing this project

README

          

### Deprecated as of Xcode 10 with the introduction of over-scrolling

# SCXcodeEditorInset
SCXcodeEditorInset is a Xcode plugin that adds an empty (configurable) space to the end of the editor text view
![](https://drive.google.com/u/0/uc?id=17_XP-woHcBW86PjJ8Sxk4KETUhrdVvY8&export=download)

The amount of empty space is configurable through the View/Editor Inset/Size slider which goes from full page height to zero. It defaults to 30%, as highlighted in the screenshot.

#### Installation
- Through [Alcatraz](https://github.com/Alcatraz/Alcatraz)

- Download the sources, build the project and restart Xcode

- Download SCXcodeEditorInset.xcplugin.zip from the releases tab, unzip and move it to the Xcode plugins folder ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeEditorInset.xcplugin

- If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeEditorInset.xcplugin folder

#### License
SCXcodeEditorInset is released under the GNU GENERAL PUBLIC LICENSE (see the LICENSE file)

#### Contact
Any suggestions or improvements are more than welcome. Feel free to contact me at [stefan.ceriu@gmail.com](mailto:stefan.ceriu@gmail.com) or [@stefanceriu](https://twitter.com/stefanceriu).