Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KTextEditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • KTextEditor
  • Merge requests
  • !208

Re-add "undo removed tail" on completion

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Kåre Särs requested to merge work/re-add_undoing_removed_tail_on_completion into master Oct 25, 2021
  • Overview 18
  • Commits 2
  • Pipelines 12
  • Changes 2

This used to work only for the "standard" completion model and got removed when the code was refactored. This change makes this feature available for all the CodeCompletionModels

If a model moves the cursor after inserting the new text, the undo will insert the tail at the new cursor position.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/re-add_undoing_removed_tail_on_completion