Commit e7f0db3
authored
2.0 (#42)
* Renames editor source files since UIKit can run on macOS
* Removes previous modifiers
* Removes modifier updates
* Restores onSelectionChange
* Moves init args to modifiers
* Removes old modifiers
* Deletes wrapper class init vars
* Moves init args to modifiers
* Access rules
* Introspect fn
* Makes internal vars public
* UIKit moves editor to textView sub-var to match AppKit
* Removes static vars from HighlightedTextEditor
* All preset
* Renames class var to customTextView
* Custom text view var is not recreated every change
* Removes unused accessors for modifiers
* Removes unused text var
* Workaround for introspect bug
* Workaround
* Passes accessible data out of classes as struct
* Updates example code to show new modifiers
* Updates API for new modifiers
* Cleanup
* SwiftFormat config
* SwiftFormat on project
* Linting
* xcode profile
* Removes test code for removed modifiers
* Team
* Removes iOS tests for removed editor functionality
* Removes unused AppKit tests
* New editor to test modifiers
* e2e tests new modifiers
* New Introspect test editor
* Removes the initialization of two properties that didn't need it
* Introspect works on subsequent updates in UIKit editor
* Introspect modifier gets updates with AppKit
* Spacing
* Moves internals inside HLTE struct
* References right project
* e2e tests introspect modifier
* e2e tests introspect
* Documents regex preset
* UIKit tests run on iPhone 11
* Removes unused snapshots
* Renames font enum option
* Aliases callbacks
* Renames to ScrollableTextView
* Moves internal editor class inside HLTE to de-pollute global namespace
* Makes internal classes final
* Does not make unnecessary vars on redraw
* Credit comments
* Updates iOS snapshots
* Resets to main branch
* Removes unused system extensions
* Linting stage of CI
* Lint fixes
* Removes Install homebrew step since GHA already has it
* Removes swiftlint1 parent 710bb6f commit e7f0db3
File tree
44 files changed
+877
-1122
lines changed- .github/workflows
- Sources/HighlightedTextEditor
- Presets
- System Extensions
- Tests
- Essayist
- Essayist.xcodeproj
- System Extensions
- iOS-EssayistUITests
- __Snapshots__/iOS_EssayistUITests
- macOS-EssayistUITests
- __Snapshots__/macOS_EssayistUITests
- macOS
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+877
-1122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| |||
71 | 81 | | |
72 | 82 | | |
73 | 83 | | |
74 | | - | |
| 84 | + | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
| |||
91 | 101 | | |
92 | 102 | | |
93 | 103 | | |
94 | | - | |
| 104 | + | |
95 | 105 | | |
96 | 106 | | |
97 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
74 | 92 | | |
75 | 93 | | |
76 | 94 | | |
77 | 95 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
106 | 118 | | |
107 | 119 | | |
108 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments