Code Monkey home page Code Monkey logo

ksimagenamed-xcode's Introduction

KSImageNamed-Xcode (forked) - adds folder reference support via Edit Menu:


What is this?

Can't remember whether that image you just added to the project was called button-separator-left or button-left-separator? Now you don't have to, because this will autocomplete your imageNamed: calls like you'd expect. Just type in [NSImage imageNamed: or [UIImage imageNamed: and all the images in your project will conveniently appear in the autocomplete menu.

Screenshot

How do I use it?

Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins. Relaunch Xcode and imageNamed: will magically start autocompleting your images.

What does this work with?

Developed and tested against Xcode 4.5.2 on 10.8. Also appears to work with Xcode 4.6.

How do I include file extensions when autocompleting?

Enter the following command (in terminal) and relaunch Xcode:
defaults write com.apple.dt.Xcode KSShowExtensionInImageCompletion -bool YES

How do I include a folder reference blue folders, instead of adding the directory path.

For example if I store my images in a directory called "Assets" within the project, and create a folder reference for that directory in the Xcode navigator (blue folder), and I don't want to have to keep adding "Assets/" to each file name?
If you used the via defaults approach, first in terminal:
defaults delete com.apple.dt.Xcode KSSIncludeDirectoryInImageCompletionDefaultKey
Then, in the Xcode Edit Menu, select KSIImage: Include Directory.

To turn this off again in the Xcode Edit menu, select KSIIMage: Remove Directory.

Possible future improvements

Ideas for people who might want to hack on this:

  1. Only include images that are in the current project. Currently all images in the workspace are shown.
  2. Show an image preview and dimensions when clicking on an imageNamed: string in the editor

License

MIT License

Copyright (c) 2013 Kent Sutherland

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ksimagenamed-xcode's People

Contributors

ksuther avatar jstewuk avatar fzwo avatar vgrichina avatar hamdshah avatar

Stargazers

Pavan Paruchuri avatar Swapnil Jadhav avatar

Watchers

James Cloos avatar  avatar

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.