Difficulty generating user.ahk.api file for lib function autocomplete in SciTE

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • AHKs

    My AHK library

  • `; Written by XeroByte` `; Generates the User.ahk.api file to add custom function & label intellisense!` `; to initate: use BuildUserAhkApi(A_ScriptFullPath,1) from the main script` `; Requires: grep() by Titan/Polyethelene` [`https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk`](https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk) `; Reqiures: isDir() Function` `; Optionally include TF_Wrap() from the TF Library` [`https://github.com/hi5/TF/blob/master/tf.ahk`](https://github.com/hi5/TF/blob/master/tf.ahk) `TF_Wrap := "TF_Wrap" ; This is for a workaround to make the script still work even without the TF library - need to call the function dynamically.` `if(isDir(AhkScriptPath)){` `Loop, %AhkScriptPath%\*.ahk,0,1` `AhkApiText .= BuildUserAhkApi(A_LoopFileLongPath, 0, RecurseIncludes, Labels, WrapWidth, AhkApiPath, 1)` `}else{` `FileRead, ThisScriptTxt, %AhkScriptPath%` `; Retrieve Functions` `grep(ThisScriptTxt, "m)^\s*[a-zA-Z0-9_-]*\([^\)]*\)\s*\{(\s*;.*?$)*", MatchCollection,1,0,"§")` `loop, parse, MatchCollection, §` `{`

  • TF

    AutoHotkey library for Text files & Variables (strings)

  • `; Written by XeroByte` `; Generates the User.ahk.api file to add custom function & label intellisense!` `; to initate: use BuildUserAhkApi(A_ScriptFullPath,1) from the main script` `; Requires: grep() by Titan/Polyethelene` [`https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk`](https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk) `; Reqiures: isDir() Function` `; Optionally include TF_Wrap() from the TF Library` [`https://github.com/hi5/TF/blob/master/tf.ahk`](https://github.com/hi5/TF/blob/master/tf.ahk) `TF_Wrap := "TF_Wrap" ; This is for a workaround to make the script still work even without the TF library - need to call the function dynamically.` `if(isDir(AhkScriptPath)){` `Loop, %AhkScriptPath%\*.ahk,0,1` `AhkApiText .= BuildUserAhkApi(A_LoopFileLongPath, 0, RecurseIncludes, Labels, WrapWidth, AhkApiPath, 1)` `}else{` `FileRead, ThisScriptTxt, %AhkScriptPath%` `; Retrieve Functions` `grep(ThisScriptTxt, "m)^\s*[a-zA-Z0-9_-]*\([^\)]*\)\s*\{(\s*;.*?$)*", MatchCollection,1,0,"§")` `loop, parse, MatchCollection, §` `{`

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Screencast and accesibility app: KeyPress OSD

    2 projects | news.ycombinator.com | 10 Apr 2024
  • KeyPress OSD – a unique OSD for screencasts; my first ever developed app

    3 projects | news.ycombinator.com | 5 Apr 2024
  • Show HN: Fixkey is a keyboard-focused AI copilot for writing

    2 projects | news.ycombinator.com | 1 Feb 2024
  • Automating Workday Job Application Forms

    1 project | news.ycombinator.com | 8 Jan 2024
  • Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb

    2 projects | news.ycombinator.com | 11 Dec 2023