Bug 368279

Summary: Support .git/.kateproject/... like auto dection of project based on start directory of kdevelop or location of single file opened
Product: [Applications] kdevelop Reporter: Christoph Cullmann <christoph>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: christoph
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.