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

1  
!7
2  
3  
 !include once #1020738 // Base Include
4  
5  
module AutoReloadButtons > DynPrintLogAndEnabled {
6  
  start {
7  
    dm_onSnippetTranspiled(voidfunc(S snippetID) {
8  
      for (O mod : dm_modulesWithSnippetID(snippetID)) {
9  
        if (dm_addReloadButtonToModuleTitlePane(mod))
10  
          print("Added reload button to module " + snippetID);
11  
      }
12  
    });
13  
  }
14  
}

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: 356 / 21434
Version history: 13 change(s)
Referenced in: [show references]