src/java/org/jetbrains/plugins/clojure/editor/braceHighlighter/ClojureBraceAttributes.java (1 line): - line 25: Color adjustedBraceColor = braceColor; // TODO make it preserve the original colors for Darcula: new Color(braceColor.getRGB() ^ background.getRGB() ^ 0xFFFFFF); src/java/org/jetbrains/plugins/clojure/actions/editor/BarfForwardsAction.java (1 line): - line 34: // TODO: Automatically reindent the slurped s-exp. src/java/org/jetbrains/plugins/clojure/actions/editor/SlurpForwardsAction.java (1 line): - line 36: // TODO: Automatically reindent the slurped s-exp. src/java/org/jetbrains/plugins/clojure/actions/editor/BarfBackwardsAction.java (1 line): - line 34: // TODO: Automatically reindent the slurped s-exp. src/java/org/jetbrains/plugins/clojure/actions/editor/SlurpBackwardsAction.java (1 line): - line 36: // TODO: Automatically reindent the slurped s-exp.