D18099: Add ability to get cursor data from URL query arguments, like file://foo.txt?line=123&column=456
Dominik Haumann
noreply at phabricator.kde.org
Tue Jan 8 16:06:43 GMT 2019
dhaumann added inline comments.
INLINE COMMENTS
> kateapp.cpp:197
> +
> + uint line = lineStr.toInt();
> + if (line > 0)
Please make line and column an int. It's an int in KWrite handing as well.
REPOSITORY
R40 Kate
BRANCH
cursor-from-url-query
REVISION DETAIL
https://phabricator.kde.org/D18099
To: arrowd, #kate, mwolff
Cc: dhaumann, mwolff, kwrite-devel, hase, michaelh, ngraham, demsking, cullmann, sars
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20190108/89424c16/attachment.html>
More information about the KWrite-Devel
mailing list