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
- Host: GitHub
- URL: https://github.com/stefanceriu/scxcodeeditorinset
- Owner: stefanceriu
- License: gpl-3.0
- Created: 2015-05-30T09:38:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:37:14.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T23:23:31.485Z (10 months ago)
- Topics: editor, inset, plugin, xcode, xcode-plugin
- Language: Objective-C
- Size: 46.9 KB
- Stars: 63
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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).