mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00

* New translations en.json (Polish) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations files-and-stats.mdx (Finnish) * New translations getting-started.mdx (Finnish) * New translations gpx.mdx (Finnish) * New translations funding.mdx (Finnish) * New translations mapbox.mdx (Finnish) * New translations translation.mdx (Finnish) * New translations integration.mdx (Finnish) * New translations map-controls.mdx (Finnish) * New translations menu.mdx (Finnish) * New translations edit.mdx (Finnish) * New translations file.mdx (Finnish) * New translations settings.mdx (Finnish) * New translations view.mdx (Finnish) * New translations toolbar.mdx (Finnish) * New translations clean.mdx (Finnish) * New translations extract.mdx (Finnish) * New translations merge.mdx (Finnish) * New translations minify.mdx (Finnish) * New translations poi.mdx (Finnish) * New translations routing.mdx (Finnish) * New translations scissors.mdx (Finnish) * New translations time.mdx (Finnish) * New translations faq.mdx (Finnish) * New translations elevation.mdx (Finnish) * New translations en.json (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations getting-started.mdx (Serbian (Latin)) * New translations gpx.mdx (Serbian (Latin)) * New translations funding.mdx (Serbian (Latin)) * New translations mapbox.mdx (Serbian (Latin)) * New translations translation.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations map-controls.mdx (Serbian (Latin)) * New translations menu.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations file.mdx (Serbian (Latin)) * New translations settings.mdx (Serbian (Latin)) * New translations view.mdx (Serbian (Latin)) * New translations toolbar.mdx (Serbian (Latin)) * New translations clean.mdx (Serbian (Latin)) * New translations extract.mdx (Serbian (Latin)) * New translations merge.mdx (Serbian (Latin)) * New translations minify.mdx (Serbian (Latin)) * New translations poi.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations scissors.mdx (Serbian (Latin)) * New translations time.mdx (Serbian (Latin)) * New translations faq.mdx (Serbian (Latin)) * New translations elevation.mdx (Serbian (Latin)) * New translations en.json (Italian) * New translations clean.mdx (Catalan) * New translations elevation.mdx (Catalan) * New translations settings.mdx (Catalan) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * Update source file en.json * New translations en.json (French)
75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
---
|
|
title: Edit actions
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2, Maximize } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
|
|
Moreover, when the vertical layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
|
|
Therefore, we will refer to the elements that can be modified by these actions as _file items_.
|
|
Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
|
|
|
|
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Undo and redo
|
|
|
|
Using these buttons, you can undo or redo the last actions you performed.
|
|
This applies to all actions of the interface but not to view options, application settings, or map navigation.
|
|
|
|
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
|
|
|
|
Open the information dialog of the currently selected file item, where you can see and edit its name and description.
|
|
|
|
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
|
|
|
Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
|
|
|
|
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
|
|
|
Toggle the visibility of the selected file items on the map.
|
|
|
|
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
|
|
|
Add all file items in the current hierarchy level to the selection.
|
|
|
|
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
|
|
|
Center the map on the selected file items.
|
|
|
|
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Copy
|
|
|
|
Copy the selected file items to the clipboard.
|
|
|
|
<DocsNote>
|
|
|
|
This action is only available when the vertical layout of the files list is enabled.
|
|
|
|
</DocsNote>
|
|
|
|
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
|
|
|
Cut the selected file items to the clipboard.
|
|
|
|
<DocsNote>
|
|
|
|
This action is only available when the vertical layout of the files list is enabled.
|
|
|
|
</DocsNote>
|
|
|
|
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
|
|
|
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
|
|
|
|
<DocsNote>
|
|
|
|
This action is only available when the vertical layout of the files list is enabled.
|
|
|
|
</DocsNote>
|
|
|
|
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
|
|
|
Delete the selected file items.
|