Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 3927)

Ticket Resolution Summary Owner Reporter
#2954 Rejected latest version of scite does not show correctly Jos anonymous
Description

the latest version of scite does not show correctly when user's os is win7 and user enlarge it to 125% , in such case, some strings go altogether(seems only easten language strings like chinese charcaters will cause this issue) and make a mess(see attachment "bug.jpg"),and when user change font setting of scite, following error showed

[string "editor.CallTipPosition(1)"]:1: Pane function / readable property / indexed writable property name expected

Lua: error occurred while processing command

ps: when user change font settings, it will be normal(see attachment "normal.jpg") just after user apply the changes,but when user close the editor and open again, the error occurs again.

I tested older version such as ver 2.2.7, no such problem

#1062 No Bug language support xyz33
Description

GUICtrlCreateTreeViewItem doesn't support korean language

#2969 Rejected label size anonymous
Description
GUICreate("test")
GUICtrlCreateLabel("test", 10, 10)
GUICtrlSetBkColor(-1, 0xFFFF00)
GUISetState()
While Sleep(50)
WEnd

The above code creates label but with the width and height bigger then the text. I would like that it would create label with the size of the text because I would like to exactly know where the first label ends so I could precisely put another label next to the previous label. My system is Windows 7.

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