Merged
Conversation
…tric-4.x fix(deps): update dependency org.robolectric:robolectric to v4.16.1
Fix ANR caused by infinite loop in DefaultCompletionLayout Added iteration limits to prevent infinite loops in ensureListPositionVisible() that could block the main thread and cause ANR crashes.
fix: DefaultCompletionLayout.java
…r registration (close #801)
Refer to newest `TextView` implementation. This settles OOM problem when the content is too large. (Xed-Editor/Xed-Editor#1132)
* remove old keystore file * use newly-generated keystore from repo secrets * use `signing.properties` for local dev environment * update app version format in CI builds
* use Material 3 themes and widgets (partially) * always enable edge-to-edge * fix padding for bottom insets * activity no longer consumes `uiMode` configuration changes
* "Restart server" option has been added to LSP test activity, allowing for manual restarting of a language server * The `ServerStatus` enum has been converted to a sealed interface, providing more detailed state information, including the reason for shutdown (e.g., `MANUAL`, `RESTART`, `CRASH`, `TIMEOUT`). * LSP events (like `Hover`, `CodeAction`, `Completion`, etc.) now report exceptions to the server wrapper (Added `onEventException` to the `EventHandler.EventListener`) * Big refactor of the `LanguageServerWrapper` class to improve readability and maintainability * Removed nullable `requestManager` checks in various events. * Code Refinements: Renamed `CodeActionEventEvent` to `CodeActionEvent` for consistency.
feat(editor-lsp): improve LSP lifecycle and error handling (Closes #777)
…ings-1.x fix(deps): update dependency org.jruby.jcodings:jcodings to v1.0.64
…ected editors correctly
fix: fix unnecessary stop of language server wrapper
feat: add disable-feature option to server definition (Closes #802/#796)
fix(deps): update dependency org.jruby.joni:joni to v2.2.7
chore(deps): update agp to v9.0.1
…blish.base-0.x chore(deps): update plugin publish to v0.36.0
fix(editor): fix `IndexOutOfBoundsException` on completion
… general memory usage * each character is stored as a byte in Latin1 form by default * upgrade to UTF-16 byte data when required * expected to cut roughly half memory usage in general case
…alyzeManager` * enabling shallow copy should be able to cut the memory usage in general case * shallow copy is tested formly tested in `ContentShallowCopyTest`
…three backquotes (close #814)
* this does not take language analysis into consideration, but simply split the file with Unicode character considered * extra storage space required for sliced file content
chore(deps): update gradle/actions action to v5
…cumentColor` request is failed (#813)
* Markdown in diagnostics is considered plain text. This requires editor core to introduce Markdown support * Snippet edit is degraded to normal text edit for now
fix(deps): update dependency org.eclipse.lsp4j:org.eclipse.lsp4j to v1
…ctions chore(deps): update actions/upload-artifact action to v7
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update with upstream changes.