Libraryless. Click here for Pure Java version (10694L/77K).
1 | svoid dm_exportStructureToTextFileDialog(DynModule mod) {
|
2 | inputText("Text file to save data in (" + dm_moduleName(mod) + ")",
|
3 | f2s(dm_structureExportDefaultFile(mod)), voidfunc(S path) {
|
4 | saveTextFileWithInfoBox(newFile(path), |
5 | javaTokWordWrap(dm_freshModuleStructureWithoutError(mod))); |
6 | }); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1025768 |
| Snippet name: | dm_exportStructureToTextFileDialog |
| Eternal ID of this version: | #1025768/5 |
| Text MD5: | f13fe67aeb660c317369c02092ebddfe |
| Transpilation MD5: | ad3e2d903e44d1e65049951911a58608 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-15 13:08:47 |
| Source code size: | 320 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 501 / 675 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |