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?
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?
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.
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. …
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.