Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 77d8999

Browse files
Merge pull request #34 from Natanel-Shitrit/master
Translation spacing fix for 'OccFound' And now SPcode remembers size and and position of the editor window. (between launches)
2 parents 215febf + 400e0eb commit 77d8999

File tree

7 files changed

+659
-530
lines changed

7 files changed

+659
-530
lines changed

Properties/Settings.Designer.cs

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.settings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Spcode.Properties" GeneratedClassName="Settings">
3+
<Profiles />
4+
<Settings>
5+
<Setting Name="Height" Type="System.Double" Scope="User">
6+
<Value Profile="(Default)">1500</Value>
7+
</Setting>
8+
<Setting Name="Width" Type="System.Double" Scope="User">
9+
<Value Profile="(Default)">1500</Value>
10+
</Setting>
11+
<Setting Name="Top" Type="System.Double" Scope="User">
12+
<Value Profile="(Default)">700</Value>
13+
</Setting>
14+
<Setting Name="Left" Type="System.Double" Scope="User">
15+
<Value Profile="(Default)">700</Value>
16+
</Setting>
17+
</Settings>
18+
</SettingsFile>

0 commit comments

Comments
 (0)