Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 3866)

Ticket Resolution Summary Owner Reporter
#128 Completed Accelerator Tables Jon Saunders <admin@…>
Description

Edited by Valik

Add native support for accelerator tables.

#129 Fixed "Bugs" on the main Trac page (Jon's links do not work) Saunders <admin@…>
Description

I'm not sure if this is the appropriate place... The links to custom queries that Jon put on the front page of the Trac are not working (lead to no results pages). On a quick check it appears that the type parameter in the URLs are case sensitive so where he has: svn.autoitscript.com/trac/query?status=accepted&status=assigned&...&type=bug It needs to be: svn.autoitscript.com/trac/query?status=accepted&status=assigned&...&type=Bug

Same for the Feature Request links.

#130 Fixed _GUICtrlListView_InsertGroup incorrect parameters order in the docs Gary MsCreatoR
Description

Description in the help file for _GUICtrlListView_InsertGroup function have small typo (incorrect order in the parameters).

It sais:


Parameters

$hWnd Handle to the control

$iIndex Index where the group is to be added. If this is -1, the group is added at the end of the list.

$sHeader Header text

$iGroupID ID of the group

$iAlign Alignment of the header text for the group:

0 - Left 1 - Center 2 - Right


But the $sHeader and $iGroupID needs to be switched, due to syntax descriptions (and the function's work of course):

_GUICtrlListView_InsertGroup($hWnd, $iIndex, $iGroupID, $sHeader[, $iAlign = 0])
Note: See TracQuery for help on using queries.