File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
org.eclipse.xtext.ui/src/org/eclipse/xtext/ui/editor
org.eclipse.xtext.ui.codetemplates.ui/src/org/eclipse/xtext/ui/codetemplates/ui/preferences Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others.
2
+ * Copyright (c) 2010, 2025 itemis AG (http://www.itemis.eu) and others.
3
3
* This program and the accompanying materials are made available under the
4
4
* terms of the Eclipse Public License 2.0 which is available at
5
5
* http://www.eclipse.org/legal/epl-2.0.
16
16
import org .eclipse .jface .viewers .IStructuredSelection ;
17
17
import org .eclipse .jface .window .Window ;
18
18
import org .eclipse .swt .widgets .Composite ;
19
- import org .eclipse .text .templates .ContextTypeRegistry ;
20
19
import org .eclipse .text .templates .TemplatePersistenceData ;
21
20
import org .eclipse .xtext .IGrammarAccess ;
22
21
import org .eclipse .xtext .ui .editor .embedded .EmbeddedEditor ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2012, 2024 itemis AG (http://www.itemis.eu) and others.
2
+ * Copyright (c) 2012, 2025 itemis AG (http://www.itemis.eu) and others.
3
3
* This program and the accompanying materials are made available under the
4
4
* terms of the Eclipse Public License 2.0 which is available at
5
5
* http://www.eclipse.org/legal/epl-2.0.
9
9
package org .eclipse .xtext .ui .editor .hover .html ;
10
10
11
11
12
- import org .apache .log4j .Logger ;
13
12
import org .eclipse .jface .internal .text .html .BrowserInformationControl ;
14
13
import org .eclipse .jface .internal .text .html .BrowserInformationControlInput ;
15
14
import org .eclipse .jface .text .IInputChangedListener ;
27
26
*/
28
27
public class XtextBrowserInformationControlAdapter implements IXtextBrowserInformationControl {
29
28
30
- private static final Logger LOG = Logger .getLogger (XtextBrowserInformationControlAdapter .class );
31
-
32
29
private final BrowserInformationControl control ;
33
30
34
31
XtextBrowserInformationControlAdapter (BrowserInformationControl control ) {
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others.
2
+ * Copyright (c) 2008, 2025 itemis AG (http://www.itemis.eu) and others.
3
3
* This program and the accompanying materials are made available under the
4
4
* terms of the Eclipse Public License 2.0 which is available at
5
5
* http://www.eclipse.org/legal/epl-2.0.
12
12
import java .util .Collections ;
13
13
import java .util .List ;
14
14
15
- import org .eclipse .text .templates .ContextTypeRegistry ;
16
15
import org .eclipse .xtext .EcoreUtil2 ;
17
16
import org .eclipse .xtext .EnumRule ;
18
17
import org .eclipse .xtext .GrammarUtil ;
You can’t perform that action at this time.
0 commit comments