Page 2 of 2
Posted: 06.10.2018 12:27
by powerpcer
it is a problem that need to be enhanced right?
Posted: 15.10.2018 08:58
by powerpcer
i have a question, why type "END" key in CJK lines, the cursor shows correctly, but column mode wrong??
Posted: 23.10.2018 01:01
by powerpcer
testing in 1.64, after column selected, moving the cursors go and back, they show correctly, all cursors show in the end of line.
Posted: 24.10.2018 09:27
by powerpcer
problem in SColumnPosToCharPos, it use Length(S) to get character number, and then return a position for caret,
but CJK and ASCII/Latin characters are different width, so when all column selected rows are ASCII/LATIN or CJK only, its position of CaretPosToClientPos will correct,
but mixing will not correct.
may be a simple solution for this problem is: all caret Y position in column select just same as the beginning position.
then when _DoCaretPosToClientPos:
if pos in CJK then
caret draw after CJK
else
normal ASCII/LATIN caret draw
Posted: 29.10.2018 03:29
by powerpcer
1.64.4 has enhanced but from mixing CJK to pure LATIN still not correct.
i think, column select block, that can simple just mark down the 2 corner ClientPos and its Row position, when render screen,
if a char it render inside this rectangle, then render it different. and mark down the "from" "to" pos
when copy click, just using this pos, can easy handle.
this is my terminal program did.
ColumnPosToCharPos and STabsToSpaces_Length, this two function waste times for calculating. and do just 2 line block selecting, will
happend so many time calculations, this is why CUDA much slower selections compare to NP++ or AKELPAD
Posted: 15.11.2018 08:16
by powerpcer

- modifed Cuda
- Modified.png (7.54 KiB) Viewed 3740 times
after modified, it supported what i want.
Posted: 16.11.2018 06:12
by Alexey
I dont reply coz I dont get idea of your posts. broken english.
Posted: 17.11.2018 15:28
by powerpcer
oh, never mind. coz you don't have this problem.
and don't need your help, i fixed this problem.
Posted: 20.11.2018 03:48
by powerpcer
block/column mode enhanced
Posted: 25.11.2018 14:05
by Alexey
[MOD] Exe file deleted. Dont post EXE files, i can see only src changes. Post EXE to your github "releases"