Summary: | Debug and run should save the current file when working in python | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Joan <aseques> |
Component: | UI: general | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | ashark, chrisudeussen, jurajoravec, kleagg |
Priority: | NOR | ||
Version: | 5.0.80 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joan
2017-01-27 07:46:53 UTC
I confirm the problem with current 5.2.2 AppImage version. C++ programs can be automatically built with saved sources when ran or debugged. It should be the same for python project with custom build system (without the build step, obviously). (I put the status as CONFIRMED. Is it allowed or reserved for the developers confirming the bug?) *** Bug 413674 has been marked as a duplicate of this bug. *** I have found another workaround. In the "External Scripts" panel create a script. Add the command "%f". In "Save mode" option set "Save Active Document". Then assign a shortcut for the script. Then use that shortcut instead of Execute and Save buttons/shortcuts. See the video for details: https://youtu.be/nQ5Iqr8-Ftc As I see it, the solution from the UI perspective is to add a similar "Save mode" option to the Launch Configurations window. |