Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1019020 // Quick Search Helper [Dyn Module, provides down arrow in AI bar, not needed anymore]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14793L/102K).

!7

module QuickSearchHelper > DynPrintLog {
  start {
    if (hasMethodNamed(dm_os(), 'stefansOS_installQuickSearchHelper)) ret;
    
    // for old OS only
    ownResource(tempOnKeyPressed(KeyEvent.VK_DOWN, r {
      S moduleID = dm_firstQuickSearchModule();
      dm_activateFirstQuickSearchModule();
    }, dm_topInputField()));
    print("listener registered");
  }
}

Author comment

Began life as a copy of #1019015

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019020
Snippet name: Quick Search Helper [Dyn Module, provides down arrow in AI bar, not needed anymore]
Eternal ID of this version: #1019020/9
Text MD5: c738bd15ee2c23812eb1599215200c37
Transpilation MD5: 6da0c4be5e7b6429679ded44635f9a2d
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-29 16:54:38
Source code size: 385 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 239 / 6715
Version history: 8 change(s)
Referenced in: [show references]