Note that there are some explanatory texts on larger screens.

plurals
  1. POHighlight current line in Xcode 4 editor?
    text
    copied!<p>Unless I've overlooked it, there isn't such an option in Xcode 4 preferences. Is there any way (extension, plugin, etc.) to achieve this visual feedback?</p> <p>Google search on <a href="https://www.google.si/webhp?sourceid=chrome-instant&amp;ie=UTF-8&amp;ion=1#hl=sl&amp;sclient=psy-ab&amp;q=xcode%204%20highlight%20current%20line&amp;oq=xcode%204%20highlight%20current%20line&amp;aq=f&amp;aqi=g-L1&amp;aql=&amp;gs_nf=1&amp;gs_l=serp.3..0i19.993561.994697.3.995272.5.5.0.0.0.0.257.647.3j1j1.5.0.kneXqqi4-ic&amp;pbx=1&amp;bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&amp;fp=c4824870849d112f&amp;ion=1" rel="nofollow noreferrer">"xcode 4 highlight current line"</a> is in vain ...</p> <p>Or was there a deliberate omission of this (rudimentary) feature?</p> <h2>Related question</h2> <p>Also, if anybody can answer <a href="https://stackoverflow.com/questions/7333509/make-xcode-highlight-selected-symbol-more">a question on (symbol) selection highlight</a>, please do so.</p> <h2>Installing <em>CurrentLineHighlighter.dylib</em> issue</h2> <p>After executing these two</p> <pre><code>$ defaults write /PATH/TO/Xcode.app/Contents/Info LSEnvironment -dict DYLD_INSERT_LIBRARIES /PATH/TO/CurrentLineHighlighter.dylib $ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f /PATH/TO/Xcode.app </code></pre> <p><code>Xcode</code> stopped working (and <code>Spotlight</code> can't find <code>Xcode</code> as well). </p> <p>The <code>/PATH/TO/CurrentLineHighlighter.dylib</code> was actually inside Xcode's <code>Contents</code> folder: <code>/Applications/Xcode.app/Contents/Developer/usr/CurrentLineHighlighter.dylib</code></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload