Transpiled version (35041L) is out of date.
srecord noeq G22ProjectStoryEditor(G22Utils g22utils) { JSyntaxTextFileEditor editor; File textFile() { ret g22utils.projectStoryTextFile(); } cachedVisualize { editor = new JSyntaxTextFileEditor(textFile()).autoSave(true); editor.adaptSyntaxTextArea = textArea -> g22_adaptSyntaxTextAreaForHashRefs(textArea, g22utils); ret withTopAndBottomMargin(jRaisedCenteredSection("Project Story " + quote(g22utils.projectName()), editor.visualize() )); } }
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: | 224 / 474 |
Version history: | 39 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1034691 - G22AllConceptsPanel #1034702 - G22ProjectStoryEditor backup #1034706 - G22ProjectStoryEditor backup 2 #1034718 - G22ProjectOverviewPanel (shows story, auto start status, variables) #1034724 - G22AutoStartPanel |