Conversation
…p files in adt plugin:
Merge main into feature/adt-support
adt support
Ensures when Q edits an existing file associated with an ABAP ADT project, the update is communicated to the remote server. This is done by marking the editor for the file as dirty and triggering a save which in turn informs remote. When a file is not opened, it is opened in an invisible editor to do the same. For new files not associated with the current workspace, when Q creates a new one user will be informed to configure it appropriately as it cannot be configured for them by Q directly due to the limitations around ABAP ADT projects.
handle the null case for contentType in adt plugin environment
Merge main into feature/adt-support
…ine text in inline chat (#500) This change addresses a few bugs: * With ADT Viewers, the paintlisteners that render the Accept/Reject and generating UI were not getting removed appropriately. This was because the paint listeners are internally wrapped into an ADT specific delegate that needed to be removed instead of the paint listener. * The inline chat prompt did not accept multi line text copy pasted into the box. This was because of a character limit validation as well as the prompt only accepting single line inputs. It has now been modified to have no limits and allow multi line inputs
XiaoxuanLu
approved these changes
Aug 13, 2025
andrewyuq
approved these changes
Aug 13, 2025
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.
Description of changes:
Merges feature branch containing improvements for ADT ABAP support into main.
Relevant PRs
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.