Skip to content

Commit

Permalink
Replaced '/' with '\'. Improved tutorial text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuhouji committed Sep 20, 2019
1 parent 8487f7f commit 00521a0
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 9 deletions.
13 changes: 8 additions & 5 deletions Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Form1.resx
Expand Up @@ -121,15 +121,19 @@
<value>106, 17</value>
</metadata>
<data name="Label1.Text" xml:space="preserve">
<value>Don't put in color codes. {PLAYER} is fine as most
names are that length or shorter. Color codes will
<value>Don't use any squggly bracket constants.
{PLAYER} is fine, since most names will be
that length or shorter. Color codes will
have to be added after inserting the text into your
script. Keep in mind that this does not add escape
codes like /p, /n, /l, or $ by default or with 'Next'.
codes like \p, \n, \l, or $ by default or with 'Next'.

</value>
</data>
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>106, 17</value>
</metadata>
</root>
Binary file modified bin/Debug/TextFormatter.exe
Binary file not shown.
Binary file modified bin/Debug/TextFormatter.pdb
Binary file not shown.
Binary file modified obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file modified obj/Debug/TextFormatter.Form1.resources
Binary file not shown.
Binary file modified obj/Debug/TextFormatter.exe
Binary file not shown.
Binary file modified obj/Debug/TextFormatter.pdb
Binary file not shown.
1 change: 0 additions & 1 deletion obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt
Expand Up @@ -2,7 +2,6 @@ C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.exe.config
C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.exe
C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.pdb
C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.xml
C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.vbprojAssemblyReference.cache
C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.Form1.resources
C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.Resources.resources
C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.vbproj.GenerateResource.cache
Expand Down
Binary file modified obj/Debug/TextFormatter.vbproj.GenerateResource.cache
Binary file not shown.
Binary file not shown.

0 comments on commit 00521a0

Please sign in to comment.