Backlight-for-XCode
Backlight-for-XCode copied to clipboard
Highlights the current editing line in Xcode
Doesn't work in Xcode7.3. Was working only one time after installing, then after restarting Xcode the line "Backlight" dissapeared from Menu—>Edit—>...
This pull request corrects the capitalization of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Would be a stretch to rename the Github project..
Just downloaded repo, opened in Xcode, built. Closed Xcode, and reopened. Backlight doesn't seem to be working.
The "Enable stroke" option in the Backlight menu is grayed out. Why? (Xcode 7.2.1, using Swift)
``` text Process: Xcode [57080] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.2 (9548) Build Info: IDEFrameworks-9548000000000000~7 App Item ID: 497799835 App External ID: 814662604 Code Type: X86-64 (Native) Parent Process: ???...
``` Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: NSTextViewDidChangeSelectionNotification ProductBuildVersion: 7B91b UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[DVTLayoutManager _fillGlyphHoleForCharacterRange:startGlyphIndex:desiredNumberOfCharacters:] ***...
Xcode Version 6.4 (6E35b) 1 - add a code snippet (its name will be My Code Snippet by default) 2 - tap Edit on that code snippet 3 - edit...
``` Process: Xcode [2030] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 6.3.2 (7718) Build Info: IDEFrameworks-7718000000000000~2 App Item ID: 497799835 App External ID: 812404257 Code Type: X86-64 (Native) Parent Process: ??? [1]...
It seems when we started to use NSBezierPath, we have got some performance issues. To see it you can hold "down" key and when cursor reach the last line hold...