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

11
LINES

< > BotCompany Repo | #1022286 // Gazelle: Jump to rule from clipboard

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

Uses 911K of libraries. Click here for Pure Java version (3999L/21K).

!7

cmodule JumpToRule > DynPrintLogAndEnabled {
  start {
    dm_vmBus_onMessage_q('newClipboardContents, voidfunc(O o) {
      if (o cast S)
        if (isGlobalID(o) && dm_gazelle_ruleExists(o))
          dm_call(dm_gazelle_rulesModule(), 'activateRule, o);
    });
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022286
Snippet name: Gazelle: Jump to rule from clipboard
Eternal ID of this version: #1022286/2
Text MD5: 2ef28afad7c668bd5e999ce9a0177198
Transpilation MD5: e16e708b2be286c3d9670e75caa6c191
Author: stefan
Category: javax / gazelle
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-12 17:53:57
Source code size: 284 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 211 / 2905
Version history: 1 change(s)
Referenced in: [show references]