Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 3931)

Ticket Resolution Summary Owner Reporter
#1398 Fixed $tagPARAFORMAT2 incorrect Jon ProgAndy
Description

The declaration of $tagPARAFORMAT2 in GUIRichEdit is incorrect. Corected declaration (semicolon after $tagPARAFORMAT was missing):

Global Const $tagPARAFORMAT2 = $tagPARAFORMAT _
		 & ";long dySpaceBefore;long dySpaceAfter;long dyLineSpacing;short sStyle;byte bLineSpacingRule;" _
		 & "byte bOutlineLevel;word wShadingWeight;word wShadingStyle;word wNumberingStart;word wNumberingStyle;" _
		 & "word wNumberingTab;word wBorderSpace;word wBorderWidth;word wBorders"
#1403 Fixed File write unicode text with bom error Jon anonymous
Description
$x=FileOpen("x.txt",2+128)		;have bom error
FileWriteLine($x,"我是中国人")
FileClose($x)
$x=FileOpen("y.txt",2+256)		;no bom right
FileWriteLine($x,"我是中国人")
FileClose($x)

x.txt : �����й��� 00000000h: EF BB BF CF 92 CB 87 D7 90 C2 B9 EF BF BD ; 锘肯捤囎惵癸拷

y.txt : 我是中国人 00000000h: CE D2 CA C7 D6 D0 B9 FA C8 CB 0D 0A ; 我是中国人..

#1409 Fixed Compile to .exe dialog keyboard shortcut nuisance Jon anonymous
Description

Ctrl-C is mapped to the "Compile"-Button. So if I want to Copy/Paste the source path to the destination path e.g. I start compiling.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.