Author Topic: RadASM v2.2.1.2 for Masm32 test for chinese  (Read 4151 times)

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #60 on: October 30, 2022, 07:24:27 PM »
Try to add a line above the first textLine

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #61 on: October 31, 2022, 03:54:19 AM »
Unicode vs. Ansi
 RadASM is a Ansi program
  It do not support WideChar filePath
  But now it support WideChar filePath for quick view file in TextFileMode
   Drag a file then Drop it in RadASM
   Do not save the file!
    If you need to edit the file don't use DragAndDrop!

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #62 on: November 04, 2022, 05:55:56 PM »
NSimSux font
 https://drive.google.com/file/d/1UIm1jMu-nAFRHHQPqEoTI-JCKEwoChKp/view?usp=share_link
  (first time use google drive, if something wrong tell me)
OriginalSha1sum:4bde644f7203b47c075e14cf8e797a3db215a035
TamperedSha1sum:4acf8ffa9b268f29b0d6f089f683b37b00fd2b22

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #63 on: November 05, 2022, 06:55:02 PM »
another quick and dirty fix

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #64 on: November 08, 2022, 03:14:33 AM »
fix "end" try number two...

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #65 on: November 08, 2022, 10:34:57 PM »
fix "end" try number three...

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #66 on: November 14, 2022, 04:32:59 AM »
fix "end" try number four...

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #67 on: November 15, 2022, 01:01:48 AM »
PageLeft
 Ctrl+,
  Alt+Left
   can not use it in Windows 7 64-bit
 PageSize
  EditWidth - ( 8 * ChineseCharacterWidth )
PageRight
 Ctrl+.
  Alt+Right

PageDown
 Scroll down 1 page with change caret position
PageUp
 Scroll up 1 page with change caret position
Ctrl+PageDown
 Scroll down 1 page without change caret position
Ctrl+PageUp
 Scroll up 1 page without change caret position
Ctrl+Home
 Goto top
Ctrl+End
 Goto end
Ctrl+Up
 Scroll down 1 line without change caret position
Ctrl+Down
 Scroll up 1 line without change caret position
Ctrl+Left
 Move caret to the WordStart
Ctrl+Right
 Move caret to the WordEnd
Shift+Left
 Select to left
Shift+Right
 Select to right
Shift+Ctrl+Left
 Select to the WordStart
Shift+Ctrl+Right
 Select to the WordEnd

Should be added
 Shift+Alt+Delete
  Delete Line

Alt+1
 Alt -> w -> 1
Alt+2
 Alt -> w -> 2

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #68 on: November 15, 2022, 10:51:58 PM »
Change to 4 chinese charaters
 8 chinese charaters is too complicated to count for human

Microsoft Pinyin New Experience Input Style (10.1.7601.0) - Microsoft Pinying IME - MSPY
 Ctrl+SpaceBar
  Open/close IME
 Ctrl+. - Ctrl+Period
  Switch between Chinese punctuation and English punctuation
 Shift
  Chiese/English Input Switching Key - Switch between Chinese and English
 Shift+BackSpace
  Reconvert the Chinese character on the left side of the cursor back to pinyin
 Shift+SpaceBar
  全角/半角切换 - Switch between full-width and half-width

Windows 7 - Text Editor
 Copy Text
  Unicode
   utf16le to utf16le
    WideChar
  Ansi
   should keep encoding same

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #69 on: November 15, 2022, 10:54:35 PM »
filesize limited

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #70 on: November 21, 2022, 02:32:26 AM »
deal with special 936 characters

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #71 on: November 24, 2022, 02:22:41 AM »
enable 936 word searching

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM v2.2.1.2 for Masm32 test for chinese
« Reply #72 on: November 24, 2022, 02:23:58 AM »
size limited