Download Jar. Uses 3874K of libraries. Click here for Pure Java version (6651L/45K).
1 | !7 |
2 | |
3 | sS progID = #1010745; |
4 | |
5 | p-noconsole { |
6 | final JTextField tfProg = jtextfield(progID); |
7 | final JTextField tfLine = jtextfield(); |
8 | showForm( |
9 | "Program ID", tfProg, |
10 | "Line", tfLine, |
11 | r { |
12 | S text = getServerTranspiledWithoutLibs(progID); |
13 | JTextArea ta = showTextArea("Transpilation of " + progID, text); |
14 | textAreaGoToRow(ta, parseIntOpt(getTextTrim(tfLine))); |
15 | }); |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012341 |
Snippet name: | Show a line with context in program's transpilation (for bug fixing) |
Eternal ID of this version: | #1012341/4 |
Text MD5: | 7467cd8ae191c6afa09c302f4a4c7d25 |
Transpilation MD5: | 663d51ec70d4dee8c24a58410323c439 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-29 00:31:50 |
Source code size: | 408 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 505 / 1252 |
Version history: | 3 change(s) |
Referenced in: | [show references] |