a2 icon indicating copy to clipboard operation
a2 copied to clipboard

libs included by default

Open lipkau opened this issue 10 years ago • 2 comments

we should include some widely used libs by default

I am going to look into this and make a suggestion. I the place I will look into are:

  • [ ] activeaid libs (get the updated version)
  • [ ] https://github.com/ahkscript/awesome-AutoHotkey
  • [ ] https://github.com/polyethene/AutoHotkey-Scripts
    • mainly https://github.com/polyethene/AutoHotkey-Scripts/blob/master/Functions.ahk
  • [ ] http://ge.tt/73Imtgn
  • [ ] my personal collection

lipkau avatar Jun 19 '15 19:06 lipkau

the idea is also to have libs loaded on demand. So modules can request the use of a lib and if at least one is requesting: Its loaded. Otherwise not :]

ewerybody avatar Jul 15 '15 23:07 ewerybody

I actually though about having a separate a2library repository on github. Where we can gather, develop and unittest the library... 🤔

What happened meanwhile is: libs moved to Autohotkey\libs which makes them super nicely flexible on demand.

Currently the dependencies with the packages and modules in place need to be sorted out first and ahklib sorted out ...

Generally: I'd like to see this handled like this: If a library is used by ONE module only: it does not goto the global lib right away but stays with the module. As soon as multiple (as in > 1) modules use the library lets look into global lib integration.

ewerybody avatar Jan 18 '19 11:01 ewerybody