Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1012341 // Show a line with context in program's transpilation (for bug fixing)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (6651L/45K).

!7

sS progID = #1010745;

p-noconsole {
  final JTextField tfProg = jtextfield(progID);
  final JTextField tfLine = jtextfield();
  showForm(
    "Program ID", tfProg,
    "Line", tfLine,
    r {
      S text = getServerTranspiledWithoutLibs(progID);
      JTextArea ta = showTextArea("Transpilation of " + progID, text);
      textAreaGoToRow(ta, parseIntOpt(getTextTrim(tfLine)));
    });
}

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: 388 / 935
Version history: 3 change(s)
Referenced in: [show references]