Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanceriu/SCXcodeMiniMap
Sublime Text like Minimap for Xcode
https://github.com/stefanceriu/SCXcodeMiniMap
minimap plugin xcode xcode-plugin
Last synced: about 2 hours 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:22:40.000Z (over 3 years ago)
- Last Synced: 2024-10-30T03:42:56.290Z (13 days 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
:--------------------------:|:--------------------------:
![](https://drive.google.com/u/0/uc?id=17cfIoUGJZc2I_21Zv4s0kqlb5uxkwplL&export=download) | ![](https://drive.google.com/u/0/uc?id=1sKzcMnu94IQAYwRyJnNAKiiBBOJkX9YC&export=download) |
![](https://drive.google.com/u/0/uc?id=1NSk0QTXnfX1A4CEja7_aRDb8d19YCiW3&export=download) | ![](https://drive.google.com/u/0/uc?id=1a-7Luigmw0RLZlaZy86URNd8l8aPx6dO&export=download) |![](https://drive.google.com/u/0/uc?id=14vYpfnPLlENWjYPtTtJQm1pmnivPp0rC&export=download)
![](https://drive.google.com/u/0/uc?id=1csskmT7_ToRYCUwT6eEep3ld5eOT63pj&export=download)
#### 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).