Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 145842 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/ReopenEditorMenu.java (-1 / +1 lines)
Lines 166-172 Link Here
166
                }
166
                }
167
            }
167
            }
168
        }
168
        }
169
        return TextProcessor.process(sb.toString(), TextProcessor.getDefaultDelimiters() + "]");//$NON-NLS-1$
169
        return TextProcessor.process(sb.toString(), TextProcessor.getDefaultDelimiters() + "[]");//$NON-NLS-1$
170
    }
170
    }
171
171
172
    /**
172
    /**

Return to bug 145842