Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
echo2046
/
KSImageNamed-Xcode
Public
forked from
ksuther/KSImageNamed-Xcode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 28, 2013
Merge pull request #35 from boboboa32/master
Show description for 6c7f710
ksuther
committed
6c7f710
View commit details
Copy full SHA for 6c7f710
Browse repository at this point
Commits on Dec 25, 2013
Add support for SpriteKit's SKTexture.
boboboa32
committed
0865528
View commit details
Copy full SHA for 0865528
Browse repository at this point
Commits on Dec 11, 2013
Check for a method declaration instead of just matching the method name. This ensures that variables named imageNamed/spriteWithFile/etc don't incorrectly receive the imageNamed autocomplete results.
Show description for 4735778
ksuther
committed
4735778
View commit details
Copy full SHA for 4735778
Browse repository at this point
Removing old Xcode 4-specific method.
ksuther
committed
e5fbd12
View commit details
Copy full SHA for e5fbd12
Browse repository at this point
Updated readme.
ksuther
committed
f2770b8
View commit details
Copy full SHA for f2770b8
Browse repository at this point
Improved compatibility for future Xcode versions.
ksuther
committed
e8886c4
View commit details
Copy full SHA for e8886c4
Browse repository at this point
Removed support for Xcode 4. No longer building with garbage collection support enabled.
ksuther
committed
2540af0
View commit details
Copy full SHA for 2540af0
Browse repository at this point
Commits on Nov 12, 2013
Merge pull request #33 from onevcat/master
Show description for 757aa94
ksuther
committed
757aa94
View commit details
Copy full SHA for 757aa94
Browse repository at this point
Commits on Nov 3, 2013
Add support for SpriteKit
onevcat
committed
97fb70a
View commit details
Copy full SHA for 97fb70a
Browse repository at this point
Commits on Oct 24, 2013
Updated readme to clarify compatibility status.
ksuther
committed
23c7f28
View commit details
Copy full SHA for 23c7f28
Browse repository at this point
Need to sort the completionItems if there are images in an asset catalog. If you don't sort the items alphabetically then autocomplete sometimes won't pick up some items.
Show description for 90572d8
ksuther
committed
90572d8
View commit details
Copy full SHA for 90572d8
Browse repository at this point
Merge pull request #31 from chendo/master
Show description for b3efd92
ksuther
committed
b3efd92
View commit details
Copy full SHA for b3efd92
Browse repository at this point
Hook into DVTTextCompletionListWindowController to be more efficient
chendo
committed
ae47c68
View commit details
Copy full SHA for ae47c68
Browse repository at this point
Commits on Sep 19, 2013
Fixed analyzer warnings.
ksuther
committed
2299795
View commit details
Copy full SHA for 2299795
Browse repository at this point
Commits on Sep 10, 2013
Adding new entry to DVTPlugInCompatibilityUUIDs.
ksuther
committed
b88b442
View commit details
Copy full SHA for b88b442
Browse repository at this point
Commits on Aug 29, 2013
Removing unnecessary imageCompletionText property. Fixes #27.
ksuther
committed
5dcf827
View commit details
Copy full SHA for 5dcf827
Browse repository at this point
Updated reference to screenshot in project.
ksuther
committed
b2312d1
View commit details
Copy full SHA for b2312d1
Browse repository at this point
Commits on Aug 26, 2013
Updated readme with a new screenshot.
ksuther
committed
e4034c3
View commit details
Copy full SHA for e4034c3
Browse repository at this point
Commits on Aug 25, 2013
Added Completions.plist. Makes it slightly easier to add custom completions other than NSImage/UIImage imageNamed. This is pretty fragile, but it's marginally better than what was there before.
Show description for 9c9b9ed
ksuther
committed
9c9b9ed
View commit details
Copy full SHA for 9c9b9ed
Browse repository at this point
Moved image update out of async block. Seems to still work and prevents the preview window from flashing in the bottom-left corner of the screen the first time it appears.
ksuther
committed
03395f5
View commit details
Copy full SHA for 03395f5
Browse repository at this point
Initial Xcode future-proofing (tested with Xcode 5 DP6).
Show description for 5febfde
ksuther
committed
5febfde
View commit details
Copy full SHA for 5febfde
Browse repository at this point
Use insertText:replacementRange: instead of _replaceCellWithText:
ksuther
committed
f9e6e81
View commit details
Copy full SHA for f9e6e81
Browse repository at this point
Commits on Jun 28, 2013
Don't show load warning if mainBundle isn't Xcode.
ksuther
committed
aab7109
View commit details
Copy full SHA for aab7109
Browse repository at this point
Commits on Jun 22, 2013
Don't load or swizzle if encountering an unsupported version of Xcode.
Show description for 10617c3
ksuther
committed
10617c3
View commit details
Copy full SHA for 10617c3
Browse repository at this point
Changed copyright string to something that's not the default project template.
ksuther
committed
dc8059b
View commit details
Copy full SHA for dc8059b
Browse repository at this point
Commits on Mar 22, 2013
Only show the preview window if the selected completion is an imageNamed completion. Prevents the preview window from momentarily appearing if a non-image completion matches an image name.
ksuther
committed
d153568
View commit details
Copy full SHA for d153568
Browse repository at this point
Added missing pointer dereference. Fixes #22.
ksuther
committed
abfc3c7
View commit details
Copy full SHA for abfc3c7
Browse repository at this point
Commits on Mar 19, 2013
Only display the image preview window if completionListWindow is visible. This prevents the image preview sometimes appearing when hitting escape.
Show description for 48e7274
ksuther
committed
48e7274
View commit details
Copy full SHA for 48e7274
Browse repository at this point
Commits on Mar 15, 2013
Handle @2x~ipad images correctly so that they appear only once in the completion suggestions.
Show description for 4accce8
ksuther
committed
4accce8
View commit details
Copy full SHA for 4accce8
Browse repository at this point
Commits on Mar 13, 2013
Merge pull request #18 from fzwo/master
Show description for ebd7fa0
ksuther
committed
ebd7fa0
View commit details
Copy full SHA for ebd7fa0
Browse repository at this point
Merge pull request #1 from hamdullahshah/patch-1
Show description for 5c1ba08
fzwo
committed
5c1ba08
View commit details
Copy full SHA for 5c1ba08
Browse repository at this point
Crashed Fixed
Show description for 4a6e24c
hamd-shah
committed
4a6e24c
View commit details
Copy full SHA for 4a6e24c
Browse repository at this point
Fixed crash when image is nil
fzwo
committed
e87b3c9
View commit details
Copy full SHA for e87b3c9
Browse repository at this point
Fixed image extensions missing from completion menu.
ksuther
committed
6bee004
View commit details
Copy full SHA for 6bee004
Browse repository at this point
Merge pull request #16 from fzwo/master
Show description for 5d16b95
ksuther
committed
5d16b95
View commit details
Copy full SHA for 5d16b95
Browse repository at this point
Previous
Next
You can’t perform that action at this time.