Skip to content

Commit

Permalink
adjusted proposal message
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuraj committed Aug 21, 2012
1 parent cb2e25c commit 36ca807
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -137,11 +137,11 @@ class ScalaQuickFixProcessor extends IQuickFixProcessor with HasLogger {

// map replacements strings into expanding proposals
replacementStringList map {
replacementString =>
replacementString =>
// make markers message in form: "... =>replacement"
val markersMessage = annotationString + " " + ImplicitHighlightingPresenter.DisplayStringSeparator + replacementString
// construct a proposal with the appropriate location
new ExpandingProposalBase(markersMessage, "Transform your code expression: ", location)
new ExpandingProposalBase(markersMessage, "Transform expression: ", location)
}
// no match found for the problem message
case _ => Nil
Expand Down

0 comments on commit 36ca807

Please sign in to comment.