Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

blomma

macrumors member
Original poster
Apr 13, 2010
73
0
As can be seen in the screenshot the editor in xcode has started to show linefeeds and tab characters, normally invisible characters. I can't for the life of me find a way to hide them again and i have no idea why they started to show. Any ideas?
 
View Menu -> Text -> Show Control Characters

Already tried that, doesn't work.
I've also tried scraping my install of xcode and trashing all preference files and reinstalling, but no luck so far.
 
As can be seen in the screenshot the editor in xcode has started to show linefeeds and tab characters, normally invisible characters. I can't for the life of me find a way to hide them again and i have no idea why they started to show. Any ideas?

Solved it, it was the bracket matching xcode plugin that caused it. Removing that restored order in the universe and xcode.
 
I wasn't aware Xcode had a supported plug-in architecture.

It does have a plug-in API which is used by some of the components (like the version control and debugger, for example). However, Apple doesn't (as far as I know) provide any public documentation for it, but some developers have made plug-ins by reverse-engineering Xcode.
 
Thus my use of the word "supported".

I would never sacrifice the stability of my system or development environment by using unsupported, unsanctioned, methods of code injection.
 
Thus my use of the word "supported".

I would never sacrifice the stability of my system or development environment by using unsupported, unsanctioned, methods of code injection.

You do realize that xcode itself uses a boatload of plugins and that the only reason that the API isn't public at the moment is because apple doesn't consider it complete. Fair enough, i had a bit of unluck with the plugin i was using, but sometimes you have get a bit dirty to get what you need, and if that means writing against private API then so be it. As long as you are aware of the potential consequences i don't really se any harm in it.
 
You do realize that xcode itself uses a boatload of plugins and that the only reason that the API isn't public at the moment is because apple doesn't consider it complete. …

Yes, I realize that, but would bet most here don't! And since it is not documented it most likely will change causing problems later.
 
Fair enough, i had a bit of unluck with the plugin i was using, but sometimes you have get a bit dirty to get what you need, and if that means writing against private API then so be it. As long as you are aware of the potential consequences i don't really see any harm in it.

I might agree with "no harm" except for one thing: this thread. It began with your question, wherein you believed the problem was with Xcode, not with a plugin that you'd more or less forgotten about.

If the problem were with an app that is generally known to have plugins, such as Photoshop, then one of the first steps in diagnosing problems is to disable all plugins, or disable all but the standard plugins.

There was a time when one of the first suggestions for malfunctioning apps was to disable all Haxies or other InputManager extensions. Apple closed that loophole because it was a security risk, but I, for one, was glad that it also closed a destabilizing gateway that most people didn't understand.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.