-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持3X,and直接在@""字符串中替换图片名 #55
Open
wentaozone
wants to merge
14
commits into
ksuther:master
Choose a base branch
from
wentaozone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added compatibility identifier for Xcode 6.2.
比如@"guid_568" 最后自动变为@"guid_480"
…into ksuther-master # Conflicts: # KSImageNamed/KSImageNamed-Info.plist
Xcode 7 UUID
* ksuther-master: Support for 7.2 GM Re-added Xcode 6.4 UUID. Turned on some additional warnings. Updated deployment target to 10.10. Added class prefix to xcodeproj. Static sets in completionStringsForType: are now non-mutable. Added DVTTextCompletionSession+KSImageNamed to swizzle replacementRangeForSuggestedRange: Fixes #4. Manually triggering autocomplete in the middle of an existing string for an imageNamed call will now perform partial autocompletion and replace the rest of the old string. Added missing newline. Updated IDEIndexCompletionItem for Xcode 7.1. Xcode wants to update the pbxproj. Add XCode 7.1 support Remove duplicate comment. Obj-C instances are now automatically initialized to nil under ARC. Don't include Asset Catalog imagesets if they don't have any images defined. Fixes ksuther#47. Converted to ARC. Added Xcode 7.1 beta UUID. Added completion for NSImage(named: "blah") in Swift. Increment version. New way of inserting image completions. Use a text completion strategy so we can insert our own completion strategy in front of the other completion strategies. This is much cleaner than swizzling IDEindexCompletionStrategy and replacing the results with our own. Added support for Swift imageNamed: completion. Now only supports Xcode 7, Xcode 5 and 6 are no longer supported. # Conflicts: # KSImageNamed/KSImageNamedIndexCompletionItem.h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
支持@3x图片
可直接在@''图片名中"替换图片
Support @ 3x pictures
In @ 'image name' direct replacement Picture