-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically restore opened tabs (#126)
* automatically restore opened tabs * restore active tab at startup * add support for syntax highlighting for .mjs files
- Loading branch information
Showing
11 changed files
with
108 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"content-hub": "content-hub.json" | ||
} | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"maintainer": "Mikhael Milikhin <[email protected]>", | ||
"framework" : "ubuntu-sdk-16.04.5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: seabass2.mikhael\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-06-12 20:05+0000\n" | ||
"POT-Creation-Date: 2021-07-10 14:17+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -35,32 +35,32 @@ msgstr "" | |
msgid "Seabass2" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:68 | ||
#: ../qml/Main.qml:88 | ||
msgid "Unable to read file. Please ensure that you have read access to the %1" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:69 | ||
#: ../qml/Main.qml:89 | ||
msgid "" | ||
"Unable to write the file. Please ensure that you have write access to %1" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:241 | ||
#: ../qml/Main.qml:276 | ||
msgid "Creating a project failed. See build output for details" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:286 | ||
#: ../qml/Main.qml:321 | ||
msgid "Creating a Libertine container failed. See build output for details" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:296 | ||
#: ../qml/Main.qml:331 | ||
msgid "Update failed. See build output for details" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:312 | ||
#: ../qml/Main.qml:347 | ||
msgid "Build (%1) failed. See build output for details" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:322 | ||
#: ../qml/Main.qml:357 | ||
msgid "Build and run (%1) failed. See build output for details" | ||
msgstr "" | ||
|
||
|
@@ -163,58 +163,62 @@ msgstr "" | |
msgid "Font size, CSS px:" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:137 | ||
#: ../qml/Settings.qml:131 | ||
msgid "Restore previous session at startup:" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:157 | ||
msgid "Build container" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:154 | ||
#: ../qml/Settings.qml:174 | ||
msgid "You can use the Seabass to build projects with Clickable." | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:162 | ||
#: ../qml/Settings.qml:182 | ||
msgid "" | ||
"In order to execute Clickable, Seabass requires a special Libertine " | ||
"container to be created first. Once the container is created you can update " | ||
"it here and manage it as usual using `libertine-container-manager` " | ||
"(container ID is `seabass2-build`) or via the System Settings." | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:172 | ||
#: ../qml/Settings.qml:192 | ||
msgid "" | ||
"Should anything goes wrong with the container you can delete and recreate it " | ||
"once again." | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:193 | ||
#: ../qml/Settings.qml:213 | ||
msgid "Notes:" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:203 | ||
#: ../qml/Settings.qml:223 | ||
msgid "" | ||
"• To build a project you need to open a corresponding clickable.json file " | ||
"and click the 'Build' button:" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:220 | ||
#: ../qml/Settings.qml:240 | ||
msgid "" | ||
"• Project files should be located inside ~/Downloads or ~/Documents " | ||
"directories. These directories are automatically mounted into Libertine " | ||
"containers. Alternatively you can create additional bind mounts manually." | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:230 | ||
#: ../qml/Settings.qml:250 | ||
msgid "• clickable.json file should be named 'clickable.json'." | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:246 | ||
#: ../qml/Settings.qml:266 | ||
msgid "Container status:" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:268 | ||
#: ../qml/Settings.qml:288 | ||
msgid "Create build container" | ||
msgstr "" | ||
|
||
#: ../qml/Settings.qml:277 | ||
#: ../qml/Settings.qml:297 | ||
msgid "Update build container" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters