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
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Which quantized model wor...
by
LeP
[July 20, 2026, 10:34:07 pm]
PasFLTK - Binding for FLT...
by
Dibo
[July 20, 2026, 10:26:31 pm]
Elite Arcade
by
Guva
[July 20, 2026, 09:42:26 pm]
Fixed an RV32ec compiler ...
by
MattBradford
[July 20, 2026, 09:42:24 pm]
Rounding issues (only wit...
by
marcov
[July 20, 2026, 08:25:15 pm]
How can I get names of CO...
by
Thaddy
[July 20, 2026, 06:31:26 pm]
FPC Unleashed (async/awai...
by
Fibonacci
[July 20, 2026, 05:42:59 pm]
[Closed]Indy10 hangs the ...
by
marcov
[July 20, 2026, 03:52:59 pm]
Slow app start on M5 MacB...
by
pleumann
[July 20, 2026, 03:07:54 pm]
Review from FreePascal
by
threedslider
[July 20, 2026, 02:39:31 pm]
Lazarus components
by
threedslider
[July 20, 2026, 02:37:23 pm]
Many recent books on Laza...
by
threedslider
[July 20, 2026, 02:27:45 pm]
[Solved]Setting the CURSO...
by
jamie
[July 20, 2026, 11:33:52 am]
Network drop and firewall
by
LeP
[July 20, 2026, 09:58:07 am]
Lazarus for Windows on aa...
by
Thaddy
[July 20, 2026, 09:39:06 am]
FastCGI vs. CGI
by
egsuh
[July 20, 2026, 06:33:08 am]
I have made some progress...
by
onionmixer
[July 20, 2026, 12:32:08 am]
Lazarus Bugfix Release 4....
by
n7800
[July 19, 2026, 10:59:09 pm]
Can not load postgres cli...
by
martinm
[July 19, 2026, 10:17:31 pm]
Gtk3 widgetset - call for...
by
zeljko
[July 19, 2026, 08:21:54 pm]
an error occurred while c...
by
Seenkao
[July 19, 2026, 07:29:14 pm]
RichMemo and GTK3
by
dsiders
[July 19, 2026, 05:15:45 pm]
Desktop Shortcut
by
J-G
[July 19, 2026, 04:49:33 pm]
ProDAW
by
jamie
[July 19, 2026, 04:14:20 pm]
[ANN] fpGUI Toolkit v2.1....
by
cdbc
[July 19, 2026, 01:41:07 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Problem with pasting text/utf8 in DoubleCmd's internal editor (Read 4723 times)
AlexTP
Hero Member
Posts: 2725
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: 1987
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: 2725
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: 2725
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: 1987
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