Michael Krause
Michael Krause
GitHub markdown might have swallowed your < and > characters but it looks like your line: ``` ∂a![Apple]http://apple.comƒa ``` does not work because you have to put the URL between...
Thank you, you are entirely correct. I only looked at the sample code of AddedMarkupApp not the README.md. It is fixed now.
In markuptests.h you can see the syntax how to link to a source code file but I do not have a way to specify the source code line to jump...
I already considered xed when I wrote the jump to source functionality. At the moment (Yosemite with Xcode 6.1) xed takes 5 seconds on my machine to actually move the...
Sorry, I cannot reproduce the crash. Does it also crash if you move all plugins in "~/Library/Application Support/Developer/Shared/Xcode/Plug-ins" elsewhere and restart Xcode and build AddedMarkupApp again?
There is no markup syntax to set a custom background color for links. If you would be satisfied with another constant background color, search for "value:[NSColor whiteColor]" in the sources...
I added the feature by no longer setting the background color to white by default. To restore the old behavior, run: defaults write com.apple.dt.Xcode XcAddedMarkupCustomLinkBackgroundDisabled -bool YES
First you have to recompile and install the current version of XcAddedMarkup or wait until it shows up in your package manager. Then you just use the XcodeColors syntax to...
You can set the foreground and background of normal text but only the background color of a link. You cannot set the foreground color of a link which is always...