Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#20 Rejected [:class:] in regex anonymous
Description

StringRegExp says that [:space:] is recognized.

But this one works:

StringRegExpReplace($s,"(re:|fw:|fwd:)\s*","")

but these didn't:

StringRegExpReplace($s,"(re:|fw:|fwd:)[:space:]*","") StringRegExpReplace($s,"(re:|fw:|fwd:)([:space:])*","")

#21 Fixed Scite Jump to Function case sensitive Valik Jpm
Description

Ctrl-J does found the function is the case does not match. As AutoIt is case insensitive in Function name, Scite must do the same

#22 No Bug Send() doesn't work when trying to Alt+Printscreen WaitingUserInfo christian.blackburn@…
Description

Hi Gang,

I'm able to Send("{PRINTSCREEN}") without problems, but Send("!{PRINTSCREEN}") fails to capture the current window whether I've compiled ANSI or Unicode. Can someone else test this out?

Thanks, Christian Blackburn

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.