| Summary: | regression: --line option is ignored unless --column is given too | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Jonathan Marten <jjm> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/e2a3fffd7056d179c8cdba262229868a10b9c802 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jonathan Marten
2022-05-12 06:44:18 UTC
Git commit e2a3fffd7056d179c8cdba262229868a10b9c802 by Christoph Cullmann, on behalf of Eric Armbruster. Committed on 18/05/2022 at 12:59. Pushed by cullmann into branch 'master'. Ensure cursor is valid if only --line is set We need to make sure the cursor is valid if only the --line or only the --column argument is set. To achieve this, set the default value for column and line to 0 and explicitly return an invalid cursor when both options are not set. M +11 -18 apps/lib/kateapp.cpp https://invent.kde.org/utilities/kate/commit/e2a3fffd7056d179c8cdba262229868a10b9c802 |