File tree Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 33
33
import cc .arduino .contributions .filters .InstalledPredicate ;
34
34
import cc .arduino .contributions .packages .ContributedPackage ;
35
35
import cc .arduino .contributions .packages .ContributedPlatform ;
36
- import cc .arduino .view .Event ;
37
36
import processing .app .Base ;
38
37
import processing .app .BaseNoGui ;
39
38
import processing .app .I18n ;
40
39
import processing .app .PreferencesData ;
41
40
42
41
import javax .swing .*;
43
- import java .awt .event .ActionEvent ;
44
42
import java .util .Collection ;
45
43
import java .util .List ;
46
44
import java .util .stream .Collectors ;
Original file line number Diff line number Diff line change 24
24
25
25
import java .awt .*;
26
26
import java .awt .geom .Rectangle2D ;
27
- import java .util .Map ;
28
-
29
27
import javax .swing .JComponent ;
30
28
31
29
import processing .app .helpers .OSUtils ;
32
30
import processing .app .helpers .PreferencesMap ;
33
- import processing .app .syntax .SketchTextArea ;
34
31
35
32
36
33
/**
Original file line number Diff line number Diff line change 21
21
22
22
package processing .app ;
23
23
24
- import processing .app .helpers .PreferencesHelper ;
25
24
import processing .app .helpers .PreferencesMap ;
26
25
27
- import java .awt .*;
28
- import java .io .File ;
29
-
30
26
31
27
/**
32
28
* Storage class for user preferences and environment settings.
Original file line number Diff line number Diff line change 34
34
import processing .app .helpers .SketchTextAreaFixture ;
35
35
36
36
import static org .junit .Assert .assertEquals ;
37
- import static org .junit .Assert .assertNotEquals ;
38
37
39
38
public class AutoformatProducesOneUndoActionTest extends AbstractGUITest {
40
39
Original file line number Diff line number Diff line change 32
32
import org .fife .ui .rsyntaxtextarea .TokenTypes ;
33
33
import org .junit .Test ;
34
34
import processing .app .AbstractWithPreferencesTest ;
35
- import processing .app .BaseNoGui ;
36
-
37
35
import static org .junit .Assert .assertEquals ;
38
36
import static org .junit .Assert .assertNull ;
39
37
You can’t perform that action at this time.
0 commit comments