kolinkrewinkel / Polychromatic

Semantic highlighting for Xcode.
http://kolinkrewinkel.com/
MIT License
1.05k stars 69 forks source link

Stopped working after installing xcode 8 beta #81

Open alejandroluengo opened 8 years ago

alejandroluengo commented 8 years ago

Any chance to fix that? Happened on two computers

Querschlag commented 8 years ago

I think this needs a reimplementation as an Xcode Source Editor plugin .

tonyarnold commented 8 years ago

Source Editor Extensions do not support the functionality that @kolinkrewinkel has implemented in Polychromatic. They're not really useful for much more than basic text manipulation.

fpg1503 commented 8 years ago

I discussed that with some engineers of the Xcode team on WWDC (specifically regarding Polychromatic) and they mentioned we should file radars requesting the ability to manipulate highlighting or semantic highlighting by default on Xcode. If one of the collaborators can file a radar regarding one of those matters please let us know so we can dupe it. If all the stargazers were to file a radar we'd sure get a lot of visibility.

tbodt commented 8 years ago

I filed a radar and put this in "description":

I use/depend on a plugin called Polychromatic (https://github.com/kolinkrewinkel/Polychromatic) that highlights each variable a different color. Since Xcode plugins no longer work, there should be an API that allows a source editor extension to be called whenever the text is changed and allow it to change the color of everything to do custom syntax highlighting, or something.

fpg1503 commented 8 years ago

I've filed rdar://27028207. Feel free to dupe it.

SohailKh commented 8 years ago

Until we get official support, you could try one of these: MakeXcodeGr8Again / update_xcode_plugins.

darktears commented 8 years ago

Even with the tool above, the plugin activated and Xcode unsigned, the plugin need some work to work as before. The variables tab is behaving very weird.

darktears commented 8 years ago
screen shot 2016-09-14 at 1 04 47 pm

See that the variable tab is messy. The Sample 1,2,3,4 boxes are all confused and actually set something else than what's expected.

SohailKh commented 8 years ago

@darktears you need to readjust your saturation & brightness. Look at your old xcode's settings and copy that. I personally use Brightness = 80% && Saturation = 50%.

darktears commented 8 years ago

@SohailKh right I figured it out as well, still the layout is messy for some reason.