Skip to content

Commit 63bad80

Browse files
committed
No need to call setHighlightText
1 parent 58f7d77 commit 63bad80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/netbeans/modules/python/source/PythonTypeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void computeTypeNames(Context cntxt, Result result) {
6161

6262
Project[] openProjects = OpenProjects.getDefault().getOpenProjects();
6363
List<PythonTypeDescriptor> typeDescriptors = new ArrayList<>();
64-
result.setHighlightText(text);
64+
//result.setHighlightText(text);
6565

6666
for (Project openProject : openProjects) {
6767
if (!(openProject instanceof PythonProject)) {

0 commit comments

Comments
 (0)