﻿------------------------------------------------------------------------
r105 | Valik | 2007-12-06 16:33:51 -0500 (Thu, 06 Dec 2007) | 2 lines

AutoItIndentFix.lua:
Fixed: Typo in regular expression (Thanks Jos).
------------------------------------------------------------------------
r106 | Valik | 2007-12-07 10:30:55 -0500 (Fri, 07 Dec 2007) | 2 lines

AutoItGotoDefinition.lua:
Fixed: It was possible to jump to the wrong function if one function had a shorter name partially matching a longer name and the longer named function appeared first (Thanks JPM).
------------------------------------------------------------------------
r107 | Valik | 2007-12-07 10:35:58 -0500 (Fri, 07 Dec 2007) | 2 lines

AutoItGotoDefinition.lua:
Fixed: Always ensure the line we jump to is visible (Thanks Jos).
------------------------------------------------------------------------
r108 | Valik | 2007-12-07 10:39:37 -0500 (Fri, 07 Dec 2007) | 3 lines

AutoItTools.lua:
Fixed: Always ensure the line we jump to is visible when using OnUserListSelection().

------------------------------------------------------------------------
r110 | Valik | 2007-12-09 21:22:51 -0500 (Sun, 09 Dec 2007) | 2 lines

AutoItTools.lua:
Fixed: Scroll the caret into view so the list-box doesn't appear in strange places.
------------------------------------------------------------------------
