Giter Site home page Giter Site logo

highlightselectedstring's Introduction

highlightselectedstring's People

Contributors

keepyounger avatar safakge avatar srolija avatar zenangst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

highlightselectedstring's Issues

Selection is case-sensitive

It is case-sensitive but usually you don't need case-sensitive search. So it is better at least to change it. In better case you could add a setting which allows to change it

Class AspectTracker implemented in multiple plugins

When I run xcodebuild from terminal I get these errors:

objc[12455]: Class AspectTracker is implemented in both /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HTYCopyIssue.xcplugin/Contents/MacOS/HTYCopyIssue and /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HighlightSelectedString.xcplugin/Contents/MacOS/HighlightSelectedString. One of the two will be used. Which one is undefined.
objc[12455]: Class AspectIdentifier is implemented in both /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HTYCopyIssue.xcplugin/Contents/MacOS/HTYCopyIssue and /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HighlightSelectedString.xcplugin/Contents/MacOS/HighlightSelectedString. One of the two will be used. Which one is undefined.
objc[12455]: Class AspectsContainer is implemented in both /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HTYCopyIssue.xcplugin/Contents/MacOS/HTYCopyIssue and /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HighlightSelectedString.xcplugin/Contents/MacOS/HighlightSelectedString. One of the two will be used. Which one is undefined.
objc[12455]: Class AspectInfo is implemented in both /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HTYCopyIssue.xcplugin/Contents/MacOS/HTYCopyIssue and /Users/Iulian/Dropbox/Mackup/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HighlightSelectedString.xcplugin/Contents/MacOS/HighlightSelectedString. One of the two will be used. Which one is undefined.

The solution used by BBUDebuggerTuckAway was to prefix all aspects symbols: neonichu/BBUDebuggerTuckAway@15c3b11.

Xcode7.3很容易插件崩溃

哎,在某些原因下,我“需要”升级Xcode。结果Xcode显示因为这插件崩溃,很容易出现。现在用习惯了,感觉不用这插件,Xcode都废了。大神速速来拯救我吧。

已选中文字无法重新获取焦点

1、选中一段文字;
2、焦点离开 —— 比如点击 Debug 区域;
3、重新点击选中文字;
期望:点击处光标闪烁;
结果:没任何反应,需要点击其它地方再点回来才行;
另外,我同时装了 Backlight 不知是否会有影响。

Crash on Xcode 7.1 when use Cmd+Shift+O to open a file

当我用Cmd+Shift+O 打开一个swift文件的时候,就crash了。

这个是Crash Report

screen shot 2016-04-22 at 11 46 17 am

Process:               Xcode [59292]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               7.3 (10183.3)
Build Info:            IDEFrameworks-10183003000000000~2
App Item ID:           497799835
App External ID:       816750016
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [59292]
User ID:               502

PlugIn Path:             /Users/USER/Library/Application Support/Developer/*/HighlightSelectedString
PlugIn Identifier:       com.lixy.HighlightSelectedString
PlugIn Version:          2.1.3 (1)

Date/Time:             2016-04-22 11:34:57.076 -0400
OS Version:            Mac OS X 10.11.4 (15E65)
Report Version:        11
Anonymous UUID:        6570C9A1-47C8-2121-AB35-E1DE7E50B17E

Sleep/Wake UUID:       A7D8614D-D087-49E3-BD9C-80196161F400

Time Awake Since Boot: 90000 seconds
Time Since Wake:       6600 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x20:
--> 
    __TEXT                 0000000106e6a000-0000000106e6e000 [   16K] r-x/rwx SM=COW  /Applications/Xcode.app/Contents/MacOS/Xcode

Application Specific Information:
ProductBuildVersion: 7D175
PhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk com.apple.compilers.llvm.clang.1_0 0730 7D175 "" 13E230 15E65

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff8e623ec1 objc_retain + 33
1   com.lixy.HighlightSelectedString    0x0000000115a87e80 -[HighlightSelectedString observeValueForKeyPath:ofObject:change:context:] + 140 (HighlightSelectedString.m:172)
2   com.apple.Foundation            0x00007fff9f47abab NSKeyValueNotifyObserver + 379
3   com.apple.Foundation            0x00007fff9f47a41b NSKeyValueDidChange + 457
4   com.apple.Foundation            0x00007fff9f44705c -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
5   com.apple.dt.DVTKit             0x000000010773b8b7 __49-[DVTLayoutManager _autoHighlightTokenWithTimer:]_block_invoke + 1044
6   com.apple.dt.IDELanguageSupportUI   0x000000011c8fc88d __76-[IDESourceLanguageServiceSwift tokenizableRangesWithRange:completionBlock:]_block_invoke.794 + 238
7   com.apple.dt.DVTFoundation      0x00000001070eef69 ___DVTAsyncPerformBlockOnMainRunLoop_block_invoke + 72
8   com.apple.CoreFoundation        0x00007fff945204ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
9   com.apple.CoreFoundation        0x00007fff944ffd05 __CFRunLoopDoBlocks + 341
10  com.apple.CoreFoundation        0x00007fff944ffa6b __CFRunLoopRun + 2347
11  com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
12  com.apple.HIToolbox             0x00007fff91919935 RunCurrentEventLoopInMode + 235
13  com.apple.HIToolbox             0x00007fff9191976f ReceiveNextEventCommon + 432
14  com.apple.HIToolbox             0x00007fff919195af _BlockUntilNextEventMatchingListInModeWithFilter + 71
15  com.apple.AppKit                0x00007fff9bef1efa _DPSNextEvent + 1067
16  com.apple.AppKit                0x00007fff9bef132a -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
17  com.apple.dt.DVTKit             0x00000001075d6449 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 396
18  com.apple.AppKit                0x00007fff9bee5e84 -[NSApplication run] + 682
19  com.apple.AppKit                0x00007fff9beaf46c NSApplicationMain + 1176
20  com.apple.dt.Xcode              0x0000000106e6b39b 0x106e6a000 + 5019
21  libdyld.dylib                   0x00007fff8cef75ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff986d2efa kevent_qos + 10
1   libdispatch.dylib               0x00007fff911d1165 _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff911d0dcd _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff9f458dd9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.DTDeviceKitBase       0x00000001113c1755 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1075
7   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
8   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff986d207a __select + 10
1   com.apple.CoreFoundation        0x00007fff9453d4fa __CFSocketManager + 762
2   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
4   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff90d20111 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
7   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff9c047e99 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 6:: DYMobileDeviceManager
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff9f458dd9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.Foundation            0x00007fff9f458cb8 -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation  0x000000011cced2a1 -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
9   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
11  libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff986d1db6 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffa0000728 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x0000000110e5d945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
3   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff986d1db6 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffa0000728 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x0000000110e5d945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
3   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff986d1db6 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffa0000728 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x0000000110e5d945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
3   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff986d1db6 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffa0000728 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x0000000110e5d945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
3   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff986d1db6 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffa0000728 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x0000000110e5d945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
3   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 12:: Dispatch queue: parsing queue
0   libsystem_kernel.dylib          0x00007fff986cbfae semaphore_wait_trap + 10
1   libdispatch.dylib               0x00007fff911d6cb2 _dispatch_semaphore_wait_slow + 224
2   com.apple.dt.instruments.DTXConnectionServices  0x000000010921ab57 -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3   com.apple.dt.instruments.DTXConnectionServices  0x000000010921a639 -[DTXMessageParser parseMessageWithExceptionHandler:] + 64
4   com.apple.dt.instruments.DTXConnectionServices  0x000000010921a3ac __68-[DTXMessageParser initWithMessageHandler:andParseExceptionHandler:]_block_invoke + 39
5   libdispatch.dylib               0x00007fff911d693d _dispatch_call_block_and_release + 12
6   libdispatch.dylib               0x00007fff911cb40b _dispatch_client_callout + 8
7   libdispatch.dylib               0x00007fff911d003b _dispatch_queue_drain + 754
8   libdispatch.dylib               0x00007fff911d6707 _dispatch_queue_invoke + 549
9   libdispatch.dylib               0x00007fff911cb40b _dispatch_client_callout + 8
10  libdispatch.dylib               0x00007fff911cf29b _dispatch_root_queue_drain + 1890
11  libdispatch.dylib               0x00007fff911ceb00 _dispatch_worker_thread3 + 91
12  libsystem_pthread.dylib         0x00007fff9ffff4de _pthread_wqthread + 1129
13  libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.CoreFoundation        0x00007fff945409b1 CFRunLoopRun + 97
6   com.apple.DebugSymbols          0x00007fff9127e69a SpotlightQueryThread(void*) + 346
7   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff986cbf72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff986cb3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff945001c4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff944ff68c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff944feed8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff9f458dd9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.DTDeviceKitBase       0x00000001113b2abc +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
7   com.apple.Foundation            0x00007fff9f469d64 __NSThread__start__ + 1351
8   libsystem_pthread.dylib         0x00007fff9ffff99d _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff9ffff91a _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff9fffd351 thread_start + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 21:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 22:
0   libsystem_kernel.dylib          0x00007fff986d25e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9ffff578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9fffd341 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0xd000000000000000  rbx: 0x00007fff8e61d4c0  rcx: 0x0000000000000000  rdx: 0x149dff97a0f71757
  rdi: 0x00007f977cfcb730  rsi: 0x0000000108b5df29  rbp: 0x00007fff58d94090  rsp: 0x00007fff58d94090
   r8: 0x00007f97a2176820   r9: 0x0000000000000000  r10: 0x00007f97a1c3fa90  r11: 0x0000000115a95a88
  r12: 0x00007f97821a47e0  r13: 0x0000000115a93840  r14: 0x00007f9799d96540  r15: 0x00007f9785fc00b0
  rip: 0x00007fff8e623ec1  rfl: 0x0000000000000246  cr2: 0x0000000000000020

Doesn't work with Xcode 7 GM

Doesn't work with Xcode 7 GM (7a218)
Doesn't work with Xcode 7.1 beta (7b60)

I have 3 Xcode versions now: 6.4, 7 GM, 7.1beta. It only works in 6.4, and did work in 7beta6 - but no longer in the newer 7 GM and 7.1beta versions.

.plist 文件有问题

您好,最新版本的 .plist 文件有一点问题,在支持 Xcode 7.2 所加的 UUID 号前多了个 + 号。谢谢。

Previous selection doesn't disappear

Perform double click on a word then perform double click on another word.
Expected result: the second word is highlighted.
Actual result: both words are highlighted.

Note: this action works unlimited times so you can the whole code highlighted.

Xcode 7.3 highlighting inside method parameters does not work

CalculationsData.append(CreditsData(info:StatsGlobalRandomCalculationsInfo, detail:String(GlobalRandomCalculationsCounter), url:nil))
        CalculationsData.append(CreditsData(info:StatsGlobalFiftyFiftyCalculationsInfo, detail:String(GlobalFiftyFiftyCalculationsCounter), url:nil))

If you select "detail" parameter name - no highlight happens.

Doesn't work with Xcode 7.2 beta (7C46l)

Works fine with Xcode 7.1 (7B91b)
Doesn't work with Xcode 7.2 beta (7C46l) - when you launch Xcode-beta it doesn't ask whether to load the bundle, and thus doesn't load it.

Highlight only when text is selected

Hi,

your plugin is almost perfect ... but you are highlight code symbols even if I do not have any text selected, only text cursor is in text editor.

Please fix it or make some option which will highlight more symbols only when this symbol is selected.

xCode 7.2.1
swift project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.