mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
shorter LookupElementPresentation.TextFragment.toString
GitOrigin-RevId: 78455ee9debcb19719bb423b1f74c26135176506
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f4149596f
commit
ee0505a5dc
+3
-2
@@ -253,8 +253,9 @@ public class LookupElementPresentation {
|
||||
public String toString() {
|
||||
return "TextFragment{" +
|
||||
"text='" + text + '\'' +
|
||||
", grayed=" + myGrayed +
|
||||
", fgColor=" + myFgColor +
|
||||
(myGrayed ? ", grayed" : "") +
|
||||
(myItalic ? ", italic" : "") +
|
||||
(myFgColor != null ? ", fgColor=" + myFgColor : "") +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user