Transpiled version (35041L) is out of date.
1 | srecord noeq G22ProjectStoryEditor(G22Utils g22utils) { |
2 | JSyntaxTextFileEditor editor; |
3 | |
4 | File textFile() { ret g22utils.projectStoryTextFile(); } |
5 | |
6 | cachedVisualize { |
7 | editor = new JSyntaxTextFileEditor(textFile()).autoSave(true); |
8 | editor.adaptSyntaxTextArea = textArea |
9 | -> g22_adaptSyntaxTextAreaForHashRefs(textArea, g22utils); |
10 | ret withTopAndBottomMargin(jRaisedCenteredSection("Project Story " + quote(g22utils.projectName()), |
11 | editor.visualize() |
12 | )); |
13 | } |
14 | } |
Began life as a copy of #1034679
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034688 |
Snippet name: | G22ProjectStoryEditor |
Eternal ID of this version: | #1034688/40 |
Text MD5: | c33f40e2ba1cdbb39add7f5c3463bb14 |
Author: | stefan |
Category: | javax / gazelle 22 |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-07 16:28:15 |
Source code size: | 502 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 223 / 474 |
Version history: | 39 change(s) |
Referenced in: | [show references] |