You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,12 @@ SCXcodeMiniMap is a plugin that adds a source editor MiniMap to Xcode.
12
12
- View menu item for showing/hiding it (Ctrl+Shift+M)
13
13
- Size configurable via the kDefaultZoomLevel parameter (defaults to 10% out of the editor's size)
14
14
15
-
- Tested on OS X 10.7.5 Xcode 4.6(4H127) and OS X 1.8.3 Xcode 4.6.2(4H1003)
16
-
17
15
## Installation
18
-
- Build the project and restart Xcode
16
+
- Build the project and restart Xcode or
19
17
20
-
-If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin folder
18
+
-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
21
19
22
-
##Known issues
23
-
- Line breaks don't match between the normal editor and the minimap
20
+
- If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin folder
24
21
25
22
## License
26
23
SCXcodeMiniMap is released under the GNU GENERAL PUBLIC LICENSE (see the LICENSE file)
0 commit comments