https://bugs.kde.org/show_bug.cgi?id=451238

            Bug ID: 451238
           Summary: Project/Build-Plugin + .kateproject is buggy
           Product: kate
           Version: 21.12.3
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: application
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: loh....@googlemail.com
  Target Milestone: ---

SUMMARY

Don't work as described
https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-projects.html

STEPS TO REPRODUCE
1.   Copy&Paste from link to root of one of you projects as .kateproject 
{
  "name": "Kate"
, "files": [ { "git": 1 } ]
, "build": {
    "directory": "build"
  , "build": "make all"
  , "clean": "make clean"
  , "install": "make install"
  }
}

2. Open your project with Kate 

OBSERVED RESULT
The install target is not shown in the build-plugin

EXPECTED RESULT
Well, "install target" to be shown
When adding more lines (targets) to  .kateproject like 
    , "config": "cmake .. -DCMAKE_BUILD_TYPE=Debug..."
to be shown as well

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Arch, Kate 21.12.3, Frameworks 5.91.0

ADDITIONAL INFORMATION
When you modify "name": "Kate" to "name": "FooBar" is the new name not shown in
the Project Page after clicking the reload buton on Project Page (between close
button und combo box) You need to close/open Kate

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to