Skip to content

Commit b57622f

Browse files
committed
Added status strip to show loaded grammar.
1 parent e54386c commit b57622f

File tree

4 files changed

+52
-12
lines changed

4 files changed

+52
-12
lines changed

GunWin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.20065.28")]
36-
[assembly: AssemblyFileVersion("1.0.20065.28")]
35+
[assembly: AssemblyVersion("1.0.20065.29")]
36+
[assembly: AssemblyFileVersion("1.0.20065.29")]

GunWin/VisualAnalyzer.Designer.cs

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

GunWin/VisualAnalyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ public void SetGrammar(GrammarReference grammar)
266266
_Grammar = grammar;
267267
_ParserRules = scanner.GetParserRulesForGrammar(grammar).ToList();
268268
LoadParserRules();
269+
stripLabelGrammarName.Text = grammar.GrammarName;
269270
}
270271

271272
/// <summary>

GunWin/VisualAnalyzer.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@
141141
<metadata name="openGrammarFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
142142
<value>132, 17</value>
143143
</metadata>
144+
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
145+
<value>316, 17</value>
146+
</metadata>
144147
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
145148
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
146149
<value>

0 commit comments

Comments
 (0)