Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (457 - 459 of 3933)

Ticket Resolution Summary Owner Reporter
#1319 Fixed AutoIt3.exe always exists after closing script with RichEdit trancexx BugFix
Description

Hi, i've used in SciTE the following script with Windows XP Home SP2. At first with Beta 3.1.1.5 . After ending exists furthermore process AutoIt3.exe with an CPU load of 98 %. Then i've updated to Beta 3.3.1.6 with same effect.

#include <EditConstants.au3>
#include <GuiRichEdit.au3>

$Form1 = GUICreate("Form1", 400, 500, 300, 220)
$Edit = _GUICtrlRichEdit_Create($Form1, "", 10, 10, 380, 360, BitOR($ES_MULTILINE, $ES_AUTOVSCROLL))
GUISetState(@SW_SHOW)

Do
Until GUIGetMsg() = -3
#3072 Fixed AutoIt3Help.exe crash at begining of script Jos mLipok
Description

At top of my script I have:

#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w- 7

When I try to use CTRL+F1 in SciTE4AutoIt then Autoit3Help.exe crash and I get this info:

There was a problem with the application Autoit3Help.exe and needs to close. Sorry for the inconvenience.
#2519 Fixed AutoIt3Help.exe opens help file to wrong page Jos BrewManNH
Description

In the recent versions of AutoIt, when you open the help file with the AutoIt3Help.exe program it opens the help file to the Introduction page in the Index tab instead of opening it to the Introduction Treeview item on the Contents page or opening to the Index tab, but the search box being empty. This means that you have to delete the text "Introduction" just to search for an item in the index. This didn't happen in older versions.

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