Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
Problem with pasting text/utf8 in DoubleCmd's internal editor
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Component with horizontal...
by
jamie
[
Today
at 09:35:49 pm]
COM library once again
by
korba812
[
Today
at 09:30:11 pm]
FPC on Web3
by
MarkMLl
[
Today
at 09:26:06 pm]
Integer maths > 16 bits
by
MarkMLl
[
Today
at 09:18:55 pm]
How can I track down the ...
by
furious programming
[
Today
at 09:05:13 pm]
Another question about cr...
by
carl_caulkett
[
Today
at 08:57:19 pm]
Circle bare metal environ...
by
bobby100
[
Today
at 08:40:50 pm]
memory management
by
srvaldez
[
Today
at 08:19:34 pm]
Possible floating point e...
by
ad1mt
[
Today
at 07:38:47 pm]
Error printing to zebra p...
by
rvk
[
Today
at 07:18:49 pm]
combobox inside a treevie...
by
Paolo
[
Today
at 07:11:26 pm]
Win. dark themes, mysteri...
by
d7_2_laz
[
Today
at 06:30:12 pm]
How to query the outer si...
by
rvk
[
Today
at 06:15:33 pm]
Installation on Sequoia
by
pat03uk
[
Today
at 05:17:31 pm]
how to check type of valu...
by
Thaddy
[
Today
at 05:00:48 pm]
[SOLVED] How do I put tex...
by
Ever
[
Today
at 04:21:57 pm]
New Big Integer library i...
by
Bart
[
Today
at 03:50:25 pm]
Launch Starship for the F...
by
Fred vS
[
Today
at 03:45:00 pm]
Are there any plans for L...
by
n7800
[
Today
at 03:42:57 pm]
Another question about cr...
by
Hansvb
[
Today
at 12:28:00 pm]
A four way logic with thr...
by
Thaddy
[
Today
at 11:19:14 am]
Tmemo don't control when ...
by
Joanna
[
Today
at 09:39:51 am]
SQLQuery field not found ...
by
Gebo
[
Today
at 09:08:49 am]
Android 4.2.2 Jellybean w...
by
loaded
[
Today
at 08:38:51 am]
Problem removing Heaptrc ...
by
Thaddy
[
Today
at 07:18:00 am]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Problem with pasting text/utf8 in DoubleCmd's internal editor (Read 1512 times)
AlexTP
Hero Member
Posts: 2465
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #15 on:
September 11, 2024, 12:46:47 pm »
I don't understand - did I make good or bad fix?
WStr is 'xcb' for me here on Xubuntu 22.04.
Logged
CudaText editor
-
ATSynEdit
-
More from me
zeljko
Hero Member
Posts: 1645
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #16 on:
September 11, 2024, 01:17:15 pm »
Anyone can test if same issue exist for qt6 ?
Logged
AlexTP
Hero Member
Posts: 2465
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #17 on:
September 11, 2024, 01:20:27 pm »
Yes, same issue exists in CudaText qt6 version, and qt6 file qtobjects.pas has the same block.
Logged
CudaText editor
-
ATSynEdit
-
More from me
AlexTP
Hero Member
Posts: 2465
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #18 on:
September 11, 2024, 01:23:43 pm »
I guess that line
Code: Pascal
[Select]
[+]
[-]
if
(
WStr
=
'xcb'
)
or
(
CompareText
(
Copy
(
UTF16ToUTF8
(
WStr
)
,
1
,
7
)
,
'wayland'
)
=
0
)
then
// do not translate
can be removed at all? Same effect as to check it for 'xcb' and 'wayland'.
Logged
CudaText editor
-
ATSynEdit
-
More from me
zeljko
Hero Member
Posts: 1645
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #19 on:
September 11, 2024, 03:48:54 pm »
No, because offscreen plugin can be used. Fixed.
Logged
artist
Newbie
Posts: 4
Re: Problem with pasting text/utf8 in DoubleCmd's internal editor
«
Reply #20 on:
September 11, 2024, 08:55:36 pm »
thank you both very much!
topic can be closed
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
Problem with pasting text/utf8 in DoubleCmd's internal editor
TinyPortal
© 2005-2018