Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

puttin/Xprop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Problem

Xcode has got a shortcut Control-6 or View ➭ Standard Editor ➭ Show Document Items to navigate between methods in the source file. This command is awesome, but has one annoying problem: the popup menu includes all top-level identifiers including “private” properties and synthesizers.

Solution

The plugin Xprop will hide all garbage from the Document Items menu. As result, no more distraction.

Installation

Click the ZIP button to download a project, open it in Xcode and press Command-B or Product ➭ Build, then realunch Xcode and move the project into Trash.

Usage

Hit the command View ➭ Standard Editor ➭ Hide Properties from Document Items in the main menu.

Support

Please contact me in Twitter if something does not work or you have any questions.

Copyright

Xprop is licensed under the 2-clause BSD license.

Geek?

Building plugins for Xcode is interesting and really easy. I started by looking into the project sources listed on StackOverflow.

About

Plugin for Xcode 4 that will exclude @Property and @synthesize document items from the navigator menu.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%