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

14
LINES

< > BotCompany Repo | #1020070 // Add Reload Button To Reloadable Modules

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

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

!7

 !include once #1020738 // Base Include

module AutoReloadButtons > DynPrintLogAndEnabled {
  start {
    dm_onSnippetTranspiled(voidfunc(S snippetID) {
      for (O mod : dm_modulesWithSnippetID(snippetID)) {
        if (dm_addReloadButtonToModuleTitlePane(mod))
          print("Added reload button to module " + snippetID);
      }
    });
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020070
Snippet name: Add Reload Button To Reloadable Modules
Eternal ID of this version: #1020070/14
Text MD5: 9a1934a82077050ba7e51de5374f3740
Transpilation MD5: bb798ed3700273a27c00cb13ecac5bfb
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-01 19:56:01
Source code size: 363 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 354 / 21429
Version history: 13 change(s)
Referenced in: [show references]