Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 4
    • Merge requests 4
  • 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
  • UtilitiesUtilities
  • KateKate
  • Merge requests
  • !205

Konsole plugin: Sync terminal path when the current document's url changes (e.g. first document open, save as)

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Jan Paul Batrina requested to merge work/konsoleplugin-firstopen-sync into master Jan 27, 2021
  • Overview 22
  • Commits 3
  • Pipelines 0
  • Changes 2

BUG: 412967

This is assumed to only matter for the very first opened document where there is only 1 "Untitled" tab because KateMainWindow::viewChanged is not emitted in that case. That is the main reason why a lambda is used and the signal is not connected to the pre-existing views before readConfig() is called. I'm not sure if that assumption wil cause problems in the future, though.

Edited Jan 28, 2021 by Jan Paul Batrina
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/konsoleplugin-firstopen-sync