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
Tprocess capturing progre...
by
Bart
[
Today
at 07:30:06 pm]
FPC on Web3
by
VisualLab
[
Today
at 07:26:48 pm]
Integer maths > 16 bits
by
MathMan
[
Today
at 07:20:33 pm]
New Big Integer library i...
by
Bart
[
Today
at 06:53:18 pm]
Common File Dialogs Have ...
by
msintle
[
Today
at 06:15:33 pm]
need a dummies guide to c...
by
VisualLab
[
Today
at 06:10:46 pm]
for-in loop with record
by
marcov
[
Today
at 05:58:46 pm]
How to build own ide in L...
by
Edson
[
Today
at 05:50:51 pm]
Q about subverting type c...
by
440bx
[
Today
at 04:24:20 pm]
Error using dll in Debug ...
by
myisjwj
[
Today
at 04:20:55 pm]
ZenGL Update +android + M...
by
fcu
[
Today
at 04:18:42 pm]
Can we build big erp appl...
by
Packs
[
Today
at 04:14:33 pm]
IDE autocompletion: "try ...
by
ASerge
[
Today
at 04:02:26 pm]
Does the Alt-Brackets key...
by
vfclists
[
Today
at 02:46:39 pm]
Cross compiling from macO...
by
Thaddy
[
Today
at 01:10:28 pm]
Opacity of BGRA TBCPanel ...
by
LBox
[
Today
at 01:03:58 pm]
Ubuntu Mate / Laz 2.2.6 /...
by
MarkMLl
[
Today
at 12:24:23 pm]
how to update application...
by
sstvmaster
[
Today
at 11:59:49 am]
qt5: can't install trunk ...
by
dbannon
[
Today
at 11:58:56 am]
FClass<TArray<Char>> can ...
by
Thaddy
[
Today
at 10:56:24 am]
Some observations on the ...
by
Thaddy
[
Today
at 10:51:39 am]
Field of types ftString n...
by
matthijsj
[
Today
at 09:43:37 am]
How to use Quartz 2D (Cor...
by
daniel_sap
[
Today
at 07:27:45 am]
Cant interact with Main F...
by
Thaddy
[
Today
at 06:59:57 am]
[resolved]How to use Chin...
by
jianwt
[
Today
at 04:58:21 am]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Problem with pasting text/utf8 in DoubleCmd's internal editor (Read 1506 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: 1643
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: 1643
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