topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 8:59 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: unobtrusive IntelliSense for all programs, sites, apps, all in windows OS  (Read 4723 times)

sl5

  • Participant
  • Joined in 2015
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Atomates context-sensitive writing and action. Is an unobtrusive IntelliSense for all programs, all websites, all apps, all windows, just everything that runs in Windows.

Background: this is a script (AHK) I've developed and used for a long time. First for me alone and since last year open source at github.
BTW is a mix of various other programs and pieces from everywhere. my special thanks go to the members and founders of autohotkey and the programmer of typingAid.

global-IntelliSense-everywhere is an open source program written in AutoHotkey which allows you to store and (incrementally) search and edit texts in every window or site or ... context-sensitive. Text could be programms also. Therfore i call it often actions and not text.

It is highly recommended to learn a bit of autohotkey if you want to produce something more inteligent. Examples can be found on github. there is also the possibility for kotlin (java) actions. but is currently more in an experimental stage.

https://github.com/s...elliSense-everywhere

chashnniel

  • Member
  • Joined in 2018
  • **
  • default avatar
  • Posts: 127
    • View Profile
    • Donate to Member
its great!!! :Thmbsup: :Thmbsup:
but seems a little difficult to learn how to use it

sl5

  • Participant
  • Joined in 2015
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
its great!!! :Thmbsup: :Thmbsup:
but seems a little difficult to learn how to use it
It gots a little wizard like tooltips and is easier to learn.
Of course you can also switch off the tooltips in themenu.
a lot has changed the search algorithm is faster and so on.

chashnniel

  • Member
  • Joined in 2018
  • **
  • default avatar
  • Posts: 127
    • View Profile
    • Donate to Member
its great!!! :Thmbsup: :Thmbsup:
but seems a little difficult to learn how to use it
It gots a little wizard like tooltips and is easier to learn.
Of course you can also switch off the tooltips in themenu.
a lot has changed the search algorithm is faster and so on.

OK, I will try it
im not a code developer, but i like to try some new stuff.
thanks for the new code.