https://github.com/stefanceriu/SCXcodeMiniMap
Sublime Text like Minimap for Xcode
https://github.com/stefanceriu/SCXcodeMiniMap
minimap plugin xcode xcode-plugin
Last synced: 5 months ago
JSON representation
Sublime Text like Minimap for Xcode
- Host: GitHub
- URL: https://github.com/stefanceriu/SCXcodeMiniMap
- Owner: stefanceriu
- License: gpl-3.0
- Created: 2013-04-28T22:21:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:22:40.000Z (about 4 years ago)
- Last Synced: 2024-10-30T03:42:56.290Z (6 months ago)
- Topics: minimap, plugin, xcode, xcode-plugin
- Language: Objective-C
- Homepage:
- Size: 300 KB
- Stars: 1,025
- Watchers: 41
- Forks: 87
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-cn - 官网
README
# SCXcodeMinimap v2.3
SCXcodeMiniMap is a Xcode plugin that adds a source editor Minimap to Xcode.#### Features
- Custom size
- Custom themes
- Highlighting:
- search results
- comments and preprocessor directives
- breakpoints
- build errors and warnings
- Xcode's "instances of selected symbol" (Preferences/Text Editing)
- Can autohide for small files
- Can hide the main editor scroller
- Shows code foldingsAll options are configurable through the View/Minimap menu item
#### Screenshots
Without editor highlighting | With editor highlighting
:--------------------------:|:--------------------------:
 |  |
 |  |

#### Installation
- Through [Alcatraz](https://github.com/alcatraz/Alcatraz)- or download the sources, build the project and restart Xcode
- or download SCXcodeMinimap.xcplugin.zip from the releases tab, unzip and move it to the Xcode plugins folder ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin
- If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin folder
#### License
SCXcodeMiniMap 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 [[email protected]](mailto:[email protected]) or [@stefanceriu](https://twitter.com/stefanceriu).