Sancarn
Sancarn
# Scripts for integration Another cool library from Uberi, which could fit very nicely in a Canvas Control. https://github.com/Uberi/Canvas-AHK
# Scripts for integration Uberi made a cool script here: https://github.com/Uberi/Autocomplete It adds an auto-complete box which allows you to complete text as you type. It'd be cool to see...
# Suggestions for inspiration TheDewd posted a cool script which creates a Microsoft style "Ribbon" into AHK. Perhaps this is something we should look into adding to CGUI... https://www.autohotkey.com/boards/viewtopic.php?t=3851&start=160#p70503
# Suggestions for inspiration Pulover made a cool script for integrating toolbars into AHK. Perhaps this is something we should look into adding to CGUI... https://www.autohotkey.com/boards/viewtopic.php?f=6&t=138
# Suggestions for inspiration: CFileDialog and CFolderDialog are simply wrappers around `FileSelectFile` and `FileSelectFolder` This seems fairly pointless in my opinion. It'd be much better if these were full extendable...
Saw this library on vbforums - great stuff and something I always wanted also. It may be worthwhile instead making these objects with predeclared IDs: ```vb VERSION 1.0 CLASS BEGIN...
Related to #190. Purely adding here as an aid-memoir.
At the moment in LM we have seperate systems for handling OS specific issues: * A system that splits focus management / window visibility * A system that splits default...
Currently in the calculator we are having to do this: ```ts const {tokens, tokenList} = createHighlightTokens({ lBracket: { pattern: /\(/, tags: [highlightTags.bracket, highlightTags.left], }, rBracket: { pattern: /\)/, tags: [highlightTags.bracket,...
**Describe the bug** * Make a test applet * Add console.log() to the search function * Use the left and right keys to observe all the logs to the window...