Changes
Page history
Update home
authored
Mar 26, 2024
by
Allen, Bruce (CIV)
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b9064e0e
...
...
@@ -70,13 +70,29 @@ Here is a brief summary of main menus:
*
Selection of dark/light mode
## Code Editor
*
Left-clicking
o
n the code editor p
rovide
s the same edit menu as the one in the main menu.
*
Left-clicking
i
n the code editor p
ane open
s the same edit menu as the one in the main menu.
*
Clicking and dragging over text selects text.
*
Double-clicking words selects words. The spellchecker allows alternat
iv
e spelling or accepting spelling.
*
Double-clicking words selects words. The spellchecker allows
selecting
alternate spelling or accepting
the
spelling
of selected text
.
*
Typing the first three letters of a word opens an auto-complete menu. Tab completes a suggested word.
*
E
dit functions, find and replace, and auto-complete
shortcut functions are available using keystrokes, see menu "Help | Keyboard Shortcuts"
.
*
Keyboard shortcuts are available for e
dit functions, find and replace, and auto-complete.
## Main Graph
The main graph displays the selected graph view. A displayed graph consists of:
*
A trace (unless the global view at index 0 is being displayed).
*
Zero or more view objects. View objects are activity diagrams, bar charts, Gantt charts, graphs, reports, and tables.
*
View objects at index 0 are global view objects. View objects ad index values above 0 are trace-specific.
View appearance is configurable:
*
The color and positioning of items and what view objects have borders are established when the trace generator is run.
*
Once rendered, positioning, theme colors, and use of borders may be changed using settings.
View layout is configurable:
*
Select and move items. See keyboard shortcuts for the graph pane.
*
Move edges by selecting on them and then dragging their grips.
*
Undo/redo movement.
*
Use context menus on nodes, edges, and view object regions to manage positioning, visibility, and bordering.
## Navigation Column
# Example usage
...
...
...
...