UI changes, added commands
BIN
RainmeterEditor/Resources/Icons/arrow_backward_16.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
RainmeterEditor/Resources/Icons/arrow_forward_16.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
RainmeterEditor/Resources/Icons/arrow_left_16.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
RainmeterEditor/Resources/Icons/arrow_right_16.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
RainmeterEditor/Resources/Icons/page_white_star_16.png
Normal file
After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 342 B |
BIN
RainmeterEditor/Resources/Icons/project_16.png
Normal file
After Width: | Height: | Size: 724 B |
BIN
RainmeterEditor/Resources/Icons/project_star_16.png
Normal file
After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
18
RainmeterEditor/Resources/Strings.Designer.cs
generated
@ -69,6 +69,24 @@ namespace RainmeterEditor.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New file....
|
||||
/// </summary>
|
||||
internal static string DocumentCreateCommand_DisplayText {
|
||||
get {
|
||||
return ResourceManager.GetString("DocumentCreateCommand_DisplayText", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Creates a new file.
|
||||
/// </summary>
|
||||
internal static string DocumentCreateCommand_ToolTip {
|
||||
get {
|
||||
return ResourceManager.GetString("DocumentCreateCommand_ToolTip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Text Editor.
|
||||
/// </summary>
|
||||
|
@ -120,6 +120,12 @@
|
||||
<data name="Category_Utility" xml:space="preserve">
|
||||
<value>Utility</value>
|
||||
</data>
|
||||
<data name="DocumentCreateCommand_DisplayText" xml:space="preserve">
|
||||
<value>New file...</value>
|
||||
</data>
|
||||
<data name="DocumentCreateCommand_ToolTip" xml:space="preserve">
|
||||
<value>Creates a new file</value>
|
||||
</data>
|
||||
<data name="DocumentEditor_Text_Name" xml:space="preserve">
|
||||
<value>Text Editor</value>
|
||||
</data>
|
||||
|