stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 foldings

All options are configurable through the View/Minimap menu item

Screenshots

Without editor highlighting With editor highlighting

Installation

  • Through 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 stefan.ceriu@gmail.com or @stefanceriu.

About

Sublime Text like Minimap for Xcode

License:GNU General Public License v3.0


Languages

Language:Objective-C 100.0%