Actions
Feature #1024
closedAdd URL syntax highlighting
Start date:
06/17/2023
Due date:
% Done:
0%
Estimated time:
Description
This should make it clear when an insecure site is loaded as well as what the domain is.
Actions
Added by Soren Stoutner over 1 year ago. Updated 9 months ago.
0%
Description
This should make it clear when an insecure site is loaded as well as what the domain is.
It turns out this is rather difficult.
This is how Falkon does it:
As implemented in:
https://github.com/KDE/falkon/blob/master/src/lib/navigation/locationbar.cpp
https://github.com/KDE/falkon/blob/master/src/lib/3rdparty/lineedit.cpp
It might be possible to do use a QTextEdit and HTML or CSS formatting.