From ada833a009e5a48548b879256b86fc9b2a04437a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 24 Oct 2021 23:58:52 +0200 Subject: Abandon AsciiDoc in favor of plain HTML It is very difficult to set up Python or Ruby on Windows XP. Simple HTML works better, everywhere, it covers all our needs, and it isn't any harder to write. This documentation is now installed. --- docs/user-guide/user-guide-en.html | 133 +++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 docs/user-guide/user-guide-en.html (limited to 'docs/user-guide/user-guide-en.html') diff --git a/docs/user-guide/user-guide-en.html b/docs/user-guide/user-guide-en.html new file mode 100644 index 0000000..91731e0 --- /dev/null +++ b/docs/user-guide/user-guide-en.html @@ -0,0 +1,133 @@ + + + + +logdiag: User Guide + + + + + +

logdiag: User Guide

+ +

+Přemysl Eric Janouch
+p@janouch.name
+version 0.2.0, +2018-06-27 + +

logdiag program window + +

Introduction

+

This document will guide you through the application and help to familiarize +you with it. The description of tasks mainly targets the Microsoft Windows +operating system, though it’s also valid for other operating systems to +a certain extent. + +

Getting the application

+

Download the newest version of the application at the following web address: +https://git.janouch.name/p/logdiag. + +

Gitea +
Figure 1: The download menu on the project site + +

While on the web, look for a tab entitled Releases and click on it. +A list of versions will appear with files for download listed under +Downloads headings. The installation file for Microsoft Windows is named +in the style of logdiag-version-Windows-x86.exe. + +

Installation

+

The installation process is quite straight-forward. After the initial screen +a license agreement is required. Next, choose a folder in which to install +the application and another one for placement in the Start menu. So long as +no unexpected errors have occurred, all that’s left is confirming a successful +installation. + +

Warning: If the application is installed into a folder where +a previous installation is already located, problems may arise. Although it is +possible to do so, don’t try to install multiple copies parallely either, for +the same reasons. Remove the current installation first, for example by using +the shortcut located in the Start menu. + +

Operations with objects

+

Each diagram consists of objects, and these are accompanied by the operations +described below. To cancel any current operation, press the Escape key. + + + +

Selecting objects

+

Select single objects by left-clicking on them. They will get highlighted +with red color in reaction to this. To select multiple objects, hold the Shift +key while clicking. + +

+select objects +
Figure 2: Selecting objects inside an area + +

Alternatively drag the mouse from free space within the diagram into +the area, see Figure 2. Objects contained in this +rectangle will be selected. The selection may later be dismissed by just +clicking into free space. + +

Moving objects

+

Moving of objects is done by dragging them with the mouse onto the desired +place. If these objects form a part of the current selection, the whole +selection is moved. The selection may also be moved using cursor keys. + +

Removing objects

+

Remove objects either by pressing the Delete key or from the application +menu. + +

Inserting symbols

+

Symbols constitute the most important kind of objects. Insert them +into the diagram by choosing one from the symbol menu located on the left side +of the main application window and dragging it onto the diagram where you want +the symbol to be placed. + +

Rotating symbols

+

Rotate a symbol inserted into the diagram by right-clicking on it. + +

Connecting terminals

+

A point intended for creation of connections between symbols or other +connections is called a terminal. To lead a connection out of it, first +hover it with the mouse pointer, so it gets visibly highlighted with a circle. +Then press the left mouse button and drag the pointer onto the place where you +want the connection to end. + +

+Start of operation + …  +End of operation +
Figure 3: Interconnecting terminals of two symbols + +

Frequent problems

+

Can’t open a saved diagram

+

When saving, ensure that the filename you’ve typed in contains the +.ldd suffix. If not, it won’t show up in the dialog for opening diagrams. +In case you’ve already saved a file without an extension, you may fix this +situation by adding the suffix to its name. + +

How do I print a diagram?

+

The current version of application is not able to print directly. To print +out a created diagram, you may use the PrintScreen key to capture a screenshot, +then insert it to, for example, Paint, and print it from inside the graphics +editor. + +

I miss labels

+

Similarly to the previous case, this functionality doesn’t exist yet, but it +is possible to get around this limitation using a graphics editor. + + -- cgit v1.2.3