Skip to content
  • Michal Humpula's avatar
    addons/project: add Open Terminal folder action · 2f18203f
    Michal Humpula authored and Christoph Cullmann's avatar Christoph Cullmann committed
    Focuses bottom window project tool view and respawns terminal in new
    directory.
    
    There is no standard way to interact with foreground process in terminal
    so instead of complicated heuristic for shell and other applications the
    simple destroy terminal and create new one strategy is chosen.
    
    callgraph:
      KateProjectTreeViewContextMenu ->
      KateProjectViewTree ->
      KateProjectPluginView ->
      KateProjectInfoView ->
      KateProjectInfoViewTerminal
    2f18203f