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
+16-11
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,27 @@
1
-
# SCXcodeMinimap v2.0
1
+
# SCXcodeMinimap v2.2
2
2
SCXcodeMiniMap is a Xcode plugin that adds a source editor Minimap to Xcode.
3
3
4
-
Version 2.0 has been rewritten from the ground up to address performance issues (delays on large source files - 1000+ lines) and for creating a better base to build upon. As such, the following new features are now supported:
4
+
#### Features
5
5
6
-
#### New Features
7
-
- Faster syntax highlighting
8
-
- Shows code foldings
9
-
- Comment and preprocessor directive highlighting
10
-
- Breakpoint highlighting
11
-
- All highlighting options are also available for the main Xcode editor
6
+
- Custom size
12
7
- Custom themes
13
-
- All options are accessible from the View/Minimap menu item
8
+
- Can hide the main editor scroller
9
+
- Show code foldings
10
+
- Highlights comments and preprocessor directives
11
+
- Highlights breakpoints
12
+
- Highlights build errors and warnings
13
+
- Hihglights Xcode's "instances of selected symbol" (Preferences/Text Editing)
14
+
- All these highlighting options are also available for the main editor
15
+
16
+
All options are configurable through the View/Minimap menu item
14
17
15
18
#### Screenshots
16
19
Without editor highlighting | With editor highlighting
0 commit comments