Skip to content

Commit 4f7c6a7

Browse files
authored
add custom folding regions (eclipse-jdt#1825)
- add new feature supporting custom folding regions via comments
1 parent d83432d commit 4f7c6a7

File tree

10 files changed

+948
-59
lines changed

10 files changed

+948
-59
lines changed

org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JdtTextTestSuite.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2024 IBM Corporation and others.
2+
* Copyright (c) 2000, 2025 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -20,7 +20,7 @@
2020
import org.eclipse.jdt.text.tests.codemining.CodeMiningTriggerTest;
2121
import org.eclipse.jdt.text.tests.codemining.ParameterNamesCodeMiningTest;
2222
import org.eclipse.jdt.text.tests.contentassist.ContentAssistTestSuite;
23-
import org.eclipse.jdt.text.tests.folding.FoldingTest;
23+
import org.eclipse.jdt.text.tests.folding.FoldingTestSuite;
2424
import org.eclipse.jdt.text.tests.semantictokens.SemanticTokensProviderTest;
2525
import org.eclipse.jdt.text.tests.spelling.SpellCheckEngineTestCase;
2626
import org.eclipse.jdt.text.tests.templates.TemplatesTestSuite;
@@ -71,7 +71,7 @@
7171
JavaElementPrefixPatternMatcherTest.class,
7272
CodeMiningTriggerTest.class,
7373
ParameterNamesCodeMiningTest.class,
74-
FoldingTest.class,
74+
FoldingTestSuite.class,
7575
})
7676
public class JdtTextTestSuite {
7777
}

0 commit comments

Comments
 (0)