Skip to content

Commit

Permalink
2.5.1.3 - Added Emailing Screenshots documentation to Help. Updated e…
Browse files Browse the repository at this point in the history
…xisting documentation with more up-to-date screenshots based on recent changes to the main interface.
  • Loading branch information
gavinkendall committed Nov 6, 2022
1 parent 1a241a3 commit 871c989
Show file tree
Hide file tree
Showing 14 changed files with 310,219 additions and 186,947 deletions.
2 changes: 1 addition & 1 deletion AutoScreenCapture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<Compile Include="config\Config.cs" />
<Compile Include="DataConvert.cs" />
<Compile Include="EmailManager.cs" />
<Compile Include="help\HelpTip.cs" />
<Compile Include="interface\about\FormAbout.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -448,6 +447,7 @@
</Content>
<None Include="autoscreen.pfx" />
<None Include="help\dynamic_regex_validator.rtf" />
<None Include="help\emailing_screenshots.rtf" />
<None Include="help\quick_start.rtf" />
<None Include="help\welcome.rtf" />
<None Include="help\license.rtf" />
Expand Down
21 changes: 19 additions & 2 deletions Properties/Resources.Designer.cs

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

3 changes: 3 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,7 @@
<data name="dynamic_regex_validator" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\help\dynamic_regex_validator.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="emailing_screenshots" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\help\emailing_screenshots.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
</root>
33 changes: 0 additions & 33 deletions help/HelpTip.cs

This file was deleted.

4 changes: 2 additions & 2 deletions help/command_line.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -27002,8 +27002,8 @@ Quits Auto Screen Capture.\par
-capture\par
Takes screenshots in a single capture cycle at the time the command is given.\par
\par
-interval=hh:mm:ss\par
Sets the timer's interval to take a screenshot of each screen and region every hour (hh), minute (mm), and second (ss). For example, "-interval=02:30:10" sets the timer's interval to take screenshots every 2 hours, 30 minutes, and 10 seconds.\par
-interval=hh:mm:ss (or -interval=hh:mm:ss.nnn)\par
Sets the timer's interval to take a screenshot of each screen and region every hour (hh), minute (mm), and second (ss). For example, "-interval=02:30:10" sets the timer's interval to take screenshots every 2 hours, 30 minutes, and 10 seconds. If you want to define milliseconds you can do so with "-interval=00:00:00.500" for 500 milliseconds.\par
\par
-log\par
Toggles logging. All log files, by default, are stored in "!autoscreen\\logs".\par
Expand Down
Loading

0 comments on commit 871c989

Please sign in to comment.