Bug 368279 - Support .git/.kateproject/... like auto dection of project based on start directory of kdevelop or location of single file opened
Summary: Support .git/.kateproject/... like auto dection of project based on start dir...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: git master
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-05 13:25 UTC by Christoph Cullmann
Modified: 2023-08-14 19:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Cullmann 2016-09-05 13:25:14 UTC
e.g.

if you start KDevelop on the command line inside a directory containing a .kdev4 project file (or in subdirectories of that), KDevelop could auto-open the first project found on a toplevel dir, like git searches for for .git or Kate searches for first .kateproject file found.

Same if you do kdevelop /lala/test/x.c => open project found in e.g. /lala/test or /lala.

Perhaps only if you have a project there that is called .kdev4.

Reproducible: Always
Comment 1 Christoph Cullmann 2023-08-14 19:20:00 UTC
I think this seems to be not realistic to have, perhaps Kate is the better tool for such casual project generation.