Skip to content

Commit 38375ea

Browse files
committed
Merge branch 'Shortcuts' into ShortcutDialog
2 parents 4722c8c + 6df86df commit 38375ea

File tree

7 files changed

+287
-120
lines changed

7 files changed

+287
-120
lines changed

FlashDevelop/Dialogs/ShortcutDialog.cs

Lines changed: 267 additions & 119 deletions
Large diffs are not rendered by default.

FlashDevelop/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ public void ApplyAllSettings()
20162016
{
20172017
if (this.InvokeRequired)
20182018
{
2019-
this.BeginInvoke((MethodInvoker)delegate { this.ApplyAllSettings(); });
2019+
this.BeginInvoke((MethodInvoker) this.ApplyAllSettings);
20202020
return;
20212021
}
20222022
ShortcutManager.ApplyAllShortcuts();

PluginCore/PluginCore/Resources/de_DE.resX

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5964,4 +5964,8 @@ Eigene Sprachumgebungen müssen eine Erweiterung der Standard-Sprachumgebung sei
59645964
<value>Highlight word:</value>
59655965
<comment>Added after 5.0.2</comment>
59665966
</data>
5967+
<data name="FlashDevelop.Info.ShortcutConflictsPresent" xml:space="preserve">
5968+
<value>There are one or more conflicts present.</value>
5969+
<comment>REQUIRES TRANSLATION</comment>
5970+
</data>
59675971
</root>

PluginCore/PluginCore/Resources/en_US.resX

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5980,4 +5980,7 @@ Custom locales must be an extension of a default locale, e.g. en-US.</value>
59805980
<value>Highlight word:</value>
59815981
<comment>Added after 5.0.2</comment>
59825982
</data>
5983+
<data name="FlashDevelop.Info.ShortcutConflictsPresent" xml:space="preserve">
5984+
<value>There are one or more conflicts present.</value>
5985+
</data>
59835986
</root>

PluginCore/PluginCore/Resources/eu_ES.resX

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5961,4 +5961,8 @@ Lokalizazio pertsonalizatuek lehenetsiaren luzapen bat izan behar dute, adb. en-
59615961
<value>Highlight word:</value>
59625962
<comment>Added after 5.0.2</comment>
59635963
</data>
5964+
<data name="FlashDevelop.Info.ShortcutConflictsPresent" xml:space="preserve">
5965+
<value>There are one or more conflicts present.</value>
5966+
<comment>REQUIRES TRANSLATION</comment>
5967+
</data>
59645968
</root>

PluginCore/PluginCore/Resources/ja_JP.resX

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6022,4 +6022,8 @@ UseData:"</value>
60226022
<value>Highlight word:</value>
60236023
<comment>Added after 5.0.2</comment>
60246024
</data>
6025+
<data name="FlashDevelop.Info.ShortcutConflictsPresent" xml:space="preserve">
6026+
<value>There are one or more conflicts present.</value>
6027+
<comment>REQUIRES TRANSLATION</comment>
6028+
</data>
60256029
</root>

PluginCore/PluginCore/Resources/zh_CN.resx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5974,4 +5974,8 @@
59745974
<value>Highlight word:</value>
59755975
<comment>Added after 5.0.2</comment>
59765976
</data>
5977+
<data name="FlashDevelop.Info.ShortcutConflictsPresent" xml:space="preserve">
5978+
<value>There are one or more conflicts present.</value>
5979+
<comment>REQUIRES TRANSLATION</comment>
5980+
</data>
59775981
</root>

0 commit comments

Comments
 (0)