forked from elementary/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91728fd
commit f4f504d
Showing
4 changed files
with
180 additions
and
180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist> | ||
<schema path="/io/elementary/code/plugins/spell/" id="io.elementary.code.plugins.spell"> | ||
<key name="language" type="s"> | ||
<default>'en_US'</default> | ||
<summary>Selected Spellcheck Language</summary> | ||
<description>Selected Spellcheck Language to be used by spell plugin</description> | ||
</key> | ||
</schema> | ||
<schema path="/io/elementary/code/plugins/spell/" id="io.elementary.code.plugins.spell"> | ||
<key name="language" type="s"> | ||
<default>'en_US'</default> | ||
<summary>Selected Spellcheck Language</summary> | ||
<description>Selected Spellcheck Language to be used by spell plugin</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist> | ||
<schema path="/io/elementary/code/plugins/terminal/" id="io.elementary.code.plugins.terminal"> | ||
<key name="last-opened-path" type="s"> | ||
<default>''</default> | ||
<summary>Last opened path</summary> | ||
<description>Last opened path in the terminal plugin</description> | ||
</key> | ||
</schema> | ||
<schema path="/io/elementary/code/plugins/terminal/" id="io.elementary.code.plugins.terminal"> | ||
<key name="last-opened-path" type="s"> | ||
<default>''</default> | ||
<summary>Last opened path</summary> | ||
<description>Last opened path in the terminal plugin</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
namespace Constants { | ||
public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@; | ||
public const string PROJECT_NAME = @PROJECT_NAME@; | ||
public const string VERSION = @VERSION@; | ||
public const string PLUGINDIR = @PLUGINDIR@; | ||
public const string INSTALL_PREFIX = @PREFIX@; | ||
public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@; | ||
public const string PROJECT_NAME = @PROJECT_NAME@; | ||
public const string VERSION = @VERSION@; | ||
public const string PLUGINDIR = @PLUGINDIR@; | ||
public const string INSTALL_PREFIX = @PREFIX@; | ||
} |