fincs' projects (site under construction)

Active projects

SciTE4AutoHotkey

A script editor based on SciTE especially built to provide the best possible AutoHotkey coding experience.

More information... - GitHub repository

Ahk2Exe

A script rewrite of the AutoHotkey compiler.

More information... - GitHub repository

Bundled with AutoHotkey_L

ComDispatch

A library for creating COM IDispatch callable objects in AutoHotkey. Coded as a replacement for Lexikos' DispatchObj() function.

More information...

To be replaced with CHL...

AutoHotkey_L Porting Pack

A custom installer that installs all AutoHotkey_L versions side by side, for porting reasons.

More information...

GenDocs

A script for easily creating StdLib documentation.

Distributed and maintained as part of SciTE4AutoHotkey

Upcoming projects

CHL (COM Helper Library)

AHK library for easily writing COM objects... Information to be released soon...

ScriptBundle

Bundle all #includes, library files AND binary files (using NotQuiteAscii85™) in one easy to distribute AHK file...

SciTE4AutoHotkey Extensions

Information to be released soon...

AhkCGI

A Web project. Information to be released soon...

AhkWiki

A Web application. Information to be released soon...

[Working title: AhkPacks]

AutoHotkey StdLib management project... Information to be released soon...

Projects whose status is hard to explain

TaskDialog

A wrapper for the Windows Vista/7 TaskDialog.

The code is horribly outdated, so it's useless at the moment, besides; TheGood made his TaskDialog wrapper.

Scenic Ribbon for AutoHotkey

A wrapper for the Windows 7 Scenic Ribbon control.

A demo was released and some new code was produced, but it is still unfinished.

Withdrawn projects

OOP preprocessor

A program that simplifies the programming of classes in AutoHotkey_L.

More information... - GitHub repository

Superseeded by AutoHotkey v1.1's built-in class syntax

AutoHotkey64

64-bit version of AutoHotkey_L.

Merged into AutoHotkey_L

Native COM support for AutoHotkey_L/U

My attempt at building COM support into AutoHotkey_L/U.

Superseeded by Sean's COM code, which got merged into AutoHotkey64

Media.ahk

A library for playing media files.

Superseeded by MCI.ahk

EasyBMP for AutoHotkey

A library for manipulating BMP images.

The code is horribly outdated and there's a better GDI+ solution.