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).

1  
!7
2  
3  
module QuickSearchHelper > DynPrintLog {
4  
  start {
5  
    if (hasMethodNamed(dm_os(), 'stefansOS_installQuickSearchHelper)) ret;
6  
    
7  
    // for old OS only
8  
    ownResource(tempOnKeyPressed(KeyEvent.VK_DOWN, r {
9  
      S moduleID = dm_firstQuickSearchModule();
10  
      dm_activateFirstQuickSearchModule();
11  
    }, dm_topInputField()));
12  
    print("listener registered");
13  
  }
14  
}

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: 248 / 6726
Version history: 8 change(s)
Referenced in: [show references]