Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

about xml file comment

Open liux-pro opened this issue 3 years ago • 2 comments

xml file comment is <!--Your comment--> But if i open a xml file and press ctrl + /,it show //Your comment This makes xml file not valid

liux-pro avatar Jan 14 '22 12:01 liux-pro

XML/HTML have Stream Comment only (no single Line Comment), so:

  • Ctrl+Q (Ctrl+Alt+Q, Ctrl+Alt+Shift+Q, Alt+Shift+Q) for single line comments should be not available.
  • Ctrl+Shift+Q should do a Stream Comment of selected text.

RaiKoHoff avatar Jan 28 '22 14:01 RaiKoHoff

xml file comment is <!--Your comment-->

Hello @liux-pro ,

Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_5.22.128.2_beta.paf" or newer, see 1st list in issue #1129.

"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.

Also, feel free to test the "BETA/RC Setup", version "Notepad3_5.22.128.2_beta_Setup" or newer, see the 2nd list in issue #1129.

Comments and suggestions are welcome... 😃

hpwamr avatar Jan 28 '22 15:01 hpwamr