Uses 2164K of libraries. Click here for Pure Java version (67481L/359K).
1 | interface G22ProjectActions {
|
2 | void openObjectInProject(long id); |
3 | bool openPathInProject(S path); |
4 | void editProjectStory(); |
5 | void editScripts(); |
6 | void editScript(G22LeftArrowScript script); |
7 | void openUIURL(S url); |
8 | IVarWithNotify<G22LeftArrowScript> varShowCasedScript(); |
9 | G22DatabasesPanel databasesPanel(); |
10 | void closeProject(); |
11 | G22Utils g22utils(); |
12 | DynamicVStack topStack(); |
13 | void saveAsNewScript(S text); |
14 | Set<S> projectLibs(); |
15 | G22SelfTests selfTests(); |
16 | L<PersistableThrowable> projectErrors(); |
17 | void goToSource(TokenRangeWithSrc src); |
18 | } |
Began life as a copy of #1034301
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1034703 |
| Snippet name: | G22ProjectActions |
| Eternal ID of this version: | #1034703/18 |
| Text MD5: | 4859968634ebe7f194883840d607743f |
| Transpilation MD5: | 338f32041c429287c0b465f079f4a0b0 |
| Author: | stefan |
| Category: | javax / gazelle v |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-12-11 19:22:45 |
| Source code size: | 579 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 757 / 991 |
| Version history: | 17 change(s) |
| Referenced in: | [show references] |