Libraryless. Click here for Pure Java version (2895L/19K).
1 | sS dm_showText(S text) {
|
2 | ret dm_showNewModuleWithFields("#1016122/TextArea", +text);
|
3 | } |
4 | |
5 | sS dm_showText(S title, S text) {
|
6 | S mod = dm_showText(text); |
7 | dm_setModuleName(mod, title); |
8 | ret mod; |
9 | } |
10 | |
11 | // convenience synonym for dm_showLines |
12 | sS dm_showText(Iterable l) {
|
13 | ret dm_showLines(l); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026696 |
| Snippet name: | dm_showText (in new Text Area module) - returns module ID |
| Eternal ID of this version: | #1026696/5 |
| Text MD5: | 89c727ae6138afaf9625ac137e87fb41 |
| Transpilation MD5: | 86278a774a46bd8d5f029f30d261a074 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-03 10:27:27 |
| Source code size: | 305 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 520 / 723 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |