Skip to content

zenangst/KKHighlightRecentPlugin

 
 

Repository files navigation

KKHighlightRecentPlugin

This plugin subtly highlights recently selected files. For each file the highlight increases when it's selected, and decreases when it's not. This way the most highlighted files are the ones that were edited the longest and the most recenly.

Screenshot

Although it seems to work reliably, it hasn't been thoroughly tested yet. I'm also still experimenting with the highlight increase and fade timing.

To draw the highlight this plugin completely hijacks the drawsEmphasizeMarker functionality of DVTImageAndTextCells which doesn't seem to be ever used by Xcode itself, but may be used by some other plugins. Specifically it swizzles the DVTThemes greenEmphasisBox*Color methods, making them return [NSColor clearColor] by default, so any other emphasis boxes will probably not be visible, at least not to human eyes.

Use Alcatraz to intall/uninstall.

About

An Xcode plugin that highlights recently selected files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%