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
Features - as started in ...
by
Martin_fr
[
Today
at 01:07:08 am]
Building a packet from sc...
by
Warfley
[
Today
at 12:38:19 am]
AVRPascal – free code edi...
by
VisualLab
[
Today
at 12:34:52 am]
Difference in ParamStr(0)...
by
carl_caulkett
[
Today
at 12:30:48 am]
Inline assembly issue
by
srvaldez
[
Today
at 12:03:31 am]
[Solved ]Binary String to...
by
MathMan
[November 06, 2024, 11:47:34 pm]
GR32 installation
by
wp
[November 06, 2024, 11:35:05 pm]
How to load dylib for fpw...
by
Cascade
[November 06, 2024, 10:41:10 pm]
Processor affinity
by
MarkMLl
[November 06, 2024, 10:36:57 pm]
Lazarus for Windows on aa...
by
msintle
[November 06, 2024, 09:39:28 pm]
AY_FLY Library
by
Gigatron
[November 06, 2024, 09:34:26 pm]
New Splash Screen For Laz...
by
Martin_fr
[November 06, 2024, 09:26:03 pm]
Common File Dialogs Have ...
by
msintle
[November 06, 2024, 09:17:55 pm]
Sending a signal/message ...
by
role_33
[November 06, 2024, 09:01:36 pm]
Converting a Project from...
by
1HuntnMan
[November 06, 2024, 08:58:52 pm]
/lib/arm-linux-gnueabihf/...
by
Fred vS
[November 06, 2024, 08:51:29 pm]
[Solved] can't explain, n...
by
440bx
[November 06, 2024, 06:59:16 pm]
Does a procedure in a pro...
by
440bx
[November 06, 2024, 06:46:29 pm]
CudaText Editor (written ...
by
alaa123456789
[November 06, 2024, 06:35:04 pm]
Divie by Zero
by
Bart
[November 06, 2024, 06:05:35 pm]
GetFileSizeEx function mi...
by
Thaddy
[November 06, 2024, 05:34:57 pm]
LazCAD – First Release!
by
staratel20
[November 06, 2024, 04:53:38 pm]
Edit a Record
by
jcmontherock
[November 06, 2024, 04:48:50 pm]
The following is a compil...
by
marcov
[November 06, 2024, 04:15:52 pm]
Problem with drawing and ...
by
Tomi
[November 06, 2024, 03:32:24 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Problem with pasting text/utf8 in DoubleCmd's internal editor (Read 1611 times)
AlexTP
Hero Member
Posts: 2475
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: 1653
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: 2475
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: 2475
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: 1653
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