Skip to content

Draft: Project plugin drag & drop

Krzysztof Stokop requested to merge mynewnickname/kate:Project-Drag&Drop into master

Moving files and folders work, but to see changes manual refresh is needed. If open file is going to be moved, it is closed and open in new location.

To do:

  • tree update ( kateprojectviewtree.cpp:267 )
  • open new project from dropped OS folder

bugs:

  • crahs after kateprojectviewtree.cpp:265 with ASSERT: "!protocol.isEmpty()" in file (file path) when trying to open moved file again. debug
Edited by Krzysztof Stokop

Merge request reports