-
Notifications
You must be signed in to change notification settings - Fork 147
feat(diffs/editor): Add marker support #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
6bf145b
chore: empty commit for beta branch
amadeus a398bb4
Editor (#601)
ije 78711c6
chore: update @pierre/diffs to `1.3.0-beta.1`
amadeus 5d35148
chore: update @pierre/diffs to `1.3.0-beta.2`
amadeus 4d9640f
feat(editor): Add rounded selection (#757)
ije e3696fa
refactor(editor): refactor search panel (#759)
ije ce71db5
feat(editor): add pause and resume functionality for background token…
ije 880b2b2
pref(editor): Introduce `postponeBackgroundTokenizeToNextFrame` metho…
ije e564310
fix
ije 613e51d
Add debug option for the tokenzier
ije 01845f6
Update types
ije d87b8c2
refactor(editor): Reshape search panel UI (#764)
ije 3322712
Merge branch 'beta-1.3' into editor/perf/tokenzier
ije 0214041
Refactor
ije fdb46f5
Set diff style to 'split' when editing
ije ad22569
Update file re-render porfermance
ije 08e885e
Fix svg spirte
ije d0f31a7
Fix `applyDocumentChangeToLineAnnotations` function
ije 2f5397b
Update demo app
ije f2b1b1d
Update editor.css
ije bf3c7ef
hide svg sprite
ije 59cb1f8
wip
ije d51a5fe
typo
ije fc76687
Reduce requestAnimationFrame calls
ije 0938323
Merge branch 'editor/perf/tokenzier' into editor/diff
ije 563ac16
Update editor.css
ije b9865ec
Introduce `renderLineAnnotations` function
ije 6207ff6
refactor
ije f2e51a7
refactor
ije 73b6dbe
wip
ije 6d19ba3
Update editor api
ije 230ff7f
Fix rerender
ije 6310d65
Add didEdit prop to FileDiff and optimize rendering logic
ije f010408
Fix select line highlight
ije 420244b
typo
ije 99aca8d
Update getLineText method to include optional line break parameter
ije 97d4258
Fix diff render
ije aac1a53
pref(editor): Introduce `postponeBackgroundTokenizeToNextFrame` metho…
ije e8fc900
Merge branch 'beta-1.3' into editor/diff
ije a15f6ad
typo
ije 7408b6e
fix(renderers): Update data-line-index format in createPlainAdditionL…
ije ae0f433
Optimize handling of unchanged lines and trailing context mismatches
ije 4e37740
Revert "Optimize handling of unchanged lines and trailing context mis…
ije 34a789e
fix
ije d8c17ba
fix
ije b54c4a0
typo
ije 5d3708d
fix
ije 54597ed
Implement marker rendering
ije 9702b2d
Update search panel css
ije 21fda6b
Add MarkerManager class
ije 1231669
Clean up
ije e10d1b5
refactor
ije 9380583
clean up
ije fcedd15
design tweaks to widgets
mdo 7cd8022
chore: empty commit for beta branch
amadeus d5d780b
Editor (#601)
ije 1a76053
chore: update @pierre/diffs to `1.3.0-beta.1`
amadeus 7d966c7
chore: update @pierre/diffs to `1.3.0-beta.2`
amadeus a5890d8
feat(editor): Add rounded selection (#757)
ije d70fd32
refactor(editor): refactor search panel (#759)
ije 8c27aa8
refactor(editor): Reshape search panel UI (#764)
ije 341198e
pref(editor): Introduce `postponeBackgroundTokenizeToNextFrame` metho…
ije 84ac331
Homepage Editor demo (#761)
mdo 8df745f
chore: update @pierre/diffs to `1.3.0-beta.3`
amadeus 699484b
Merge branch 'beta-1.3' into editor/diff
ije 6b1c243
fix
ije baf194a
check if render cache is dirty
ije b4b8c17
Merge branch 'editor/diff' into editor/diagnostic
ije 1d7c383
fix(diffs/editor): Add input support of `deleteSoftLineBackward` and…
ije 7af963d
refactor(editor): realtime update on diff editing (#774)
ije 7f16935
Merge branch 'beta-1.3' into editor/diagnostic
ije 5652895
refactor(diffs/editor): Rename "Quick Edit" to "Selection Action" (#790)
ije 763e306
Merge branch 'beta-1.3' into editor/diagnostic
ije b005108
fix css
ije 894a594
refactor
ije 588b60a
Merge branch 'beta-1.3' into editor/diagnostic
ije 5549de9
Removed the `renderMarkerMessage` option from `EditorOptions`.
ije File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdo we should probably figure out how to use theme based colors for these. Also we should confirm if these are the colors we want as defaults.
Shouldn't block this PR, just something to follow up fix with.