Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoHotkey: missing definitions #2400

Merged
merged 3 commits into from May 25, 2020
Merged

Commits on May 23, 2020

  1. AutoHotkey: missing definitions

    # Missing definitions
    
    constant
    ================
    A_FileEncoding
    A_Is64bitOS
    A_PriorKey
    A_PtrSize
    A_RegView
    A_ScreenDPI
    A_ScriptHwnd
    
    keyword
    ====================
    Throw
    Try
    Catch
    Finally
    Until
    ahk_exe
    
    builtin
    ====================
    LTrim() - was incorrect
    RTrim()
    StrReplace()
    ComObjActive()
    ComObjArray()
    ComObjConnect()
    ComObjCreate()
    ComObjError()
    ComObjFlags()
    ComObjGet()
    ComObjQuery()
    ComObjType()
    ComObjValue()
    
    important
    ====================
    #DerefChar
    #If
    #IfTimeout
    #InputLevel
    #MenuMaskKey
    #Warn
    
    selector
    ===================
    SetRegView
    joedf committed May 23, 2020
    Copy the full SHA
    17f3a2c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. update ahk test files

    joedf committed May 25, 2020
    Copy the full SHA
    2bff812 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a374dfd View commit details
    Browse the repository at this point in the history