1 | svoid dm_openSnippetInEditor(S snippetID) { |
2 | // Look for existing editor |
3 | for (O mod : dm_modulesWithSnippetID(#1016118)) |
4 | if (sameSnippetID(optCastToString(dm_get(mod, 'editing)), snippetID)) |
5 | ret with dm_showModule(mod); |
6 | |
7 | // Make new editor |
8 | dm_call(dm_showNewModule("#1016118/SFEditor"), '_loadSnippet, snippetID); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018423 |
Snippet name: | dm_openSnippetInEditor |
Eternal ID of this version: | #1018423/3 |
Text MD5: | 636c0136e46e498ec8875f79ae81b0ef |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-21 18:10:13 |
Source code size: | 346 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 415 / 447 |
Version history: | 2 change(s) |
Referenced in: | [show references] |