AutoIt Logo
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • View Tickets
  • New Ticket
  • Search

Context Navigation



Results (1 - 10 of 487)

1 2 3 4 5 6 7 8 9 10 11 →
#4087: Feature Request: Colorize "Volatile" Function declarations also. (closed: Rejected)
Because `Volatile` is experimental, I'm not sure if this is a bug, or intentionally left out, so I'm posting this as a feature request. When declaring a Volatile function in Scite, the function name is not colourized as a normal function d ...
By donnyh13 — Apr 2, 2026, 6:37:36 PM
#4086: Bug: Bug with IniReadSectionNames if file is coded with UTF-8-BOM (new)
I have an ini-file that is formatted with UTF-8-BOM. If the file does not start with a linebreak, IniReadSectionNames does not retrieve the first section. {{{#!autoit Local $sPathA, $sPathB, $sPathC, $sPathD, $hFile ; File A - UTF-8-B ...
By anonymous — Apr 1, 2026, 9:08:02 PM
#4084: Feature Request: Windows Message Codes suplementation (closed: Fixed)
... https://www.autoitscript.com/forum/topic/213268-samplecontrolsau3-in-dark-mode/page/2/#findComment-1550649
By mLipok — Mar 30, 2026, 1:30:17 AM
#4083: Bug: COM Error Handler - not always fires event - when assigning values (new)
This issue is continuation for: https://www.autoitscript.com/trac/autoit/ticket/3167 Please check this repro script: {{{#!autoit Global $oCOM_ErrorHandler = ObjEvent("AutoIt.Error", _ComErrorHandler) Global $oFake[] Global $oTestObject[] $oFake.TestObject = $o ...
By mLipok — Mar 29, 2026, 4:33:45 PM
#4082: Bug: _GUICtrlTab_GetItemText() Crash in X64 (closed: Fixed)
... tItem, DllStructGetSize($tItem)) }}} See discussion in [https://www.autoitscript.com/forum/topic/213108-_guictrltab_getitemtext-the-target-crashes-on-dissimilar-architecture/#findComment-1550969 here].
By Nine — Mar 26, 2026, 11:57:32 AM
#4081: Feature Request: _Array1DToHistogram.au3 example (closed: Completed)
... https://www.autoitscript.com/forum/topic/213514-_arraydisplay-and-idesired_colwidth/
By mLipok — Mar 16, 2026, 9:27:43 PM
#4080: Feature Request: Tree View Extended Styles (closed: Fixed)
Hey jpm, I noticed the extended styles for treeviews weren't defined in our libraries - so here they are if we wish to include them. Thanks, Matt For: TreeViewConstants.au3 source: commctrl.h Documentation to be updated: Ap ...
By MattyD — Mar 16, 2026, 6:01:07 AM
TracUpgrade: = Upgrade Instructions [[TracGuideToc]] ...
... If your plugins are installed from [https://trac-hacks.org trac-hacks.org] you can check compatibility by looking for a tag on the project page corresponding to a major release (e.g. `1.4`). If you are unsure, you'll want to contact the plugin author or ask on the [trac:Maili ...
By trac — Mar 10, 2026, 12:48:14 PM
TracStandalone: = Tracd Tracd is a lightweight standalone Trac web server. It can be ...
... You can specify just the `--certfile` option if you have a [https://docs.python.org/2/library/ssl.html#combined-key-and-certificate combined key and certificate]. To exit the server on Windows, be sure to use `CTRL-BREAK`. Using `CTRL-C` will leave a Python process running in the background. == In ...
By trac — Mar 10, 2026, 12:48:14 PM
TracInstall: = Trac Installation Guide for 1.5 [[TracGuideToc]] Trac is written in ...
... n in the Python programming language and needs a database, [https://sqlite.org/ SQLite], [https://www.postgresql.org/ PostgreSQL], or [https://mysql.com/ MySQL]. For HTML rendering, Trac uses the [http://jinja.pocoo.org Jinja2] templating system, though Genshi templates are supported until Trac 1.5. ...
By trac — Mar 10, 2026, 12:48:14 PM
1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.6
By Edgewall Software .

Visit the Trac open source project at
http://trac.edgewall.org/