mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-15 11:58:19 +00:00
97 lines
3.4 KiB
Plaintext
97 lines
3.4 KiB
Plaintext
---
|
|
title: Edit actions
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2, Maximize, Plus } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Till skillnad från åtgärderna i Fil, kan åtgärderna i Redigera potentiellt ändra innehållet i de valda filerna.
|
|
Dessutom, när trädlayouten är vald i fillistan (se [Filer och statistik](../files-and-stats)), blir de också applicerade på [spår, segment, och intressanta punkter](../gpx).
|
|
Därför kommer vi att referera till element som kan ändras av dessa aktioner som "_filobjekt_.
|
|
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
|
|
|
|
Med dessa knappar kan du Ångra eller Göra igen de senaste åtgärderna du gjorde.
|
|
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...
|
|
|
|
Öppnar informations-dialogen för det nu valda filobjektet, där du kan se och ändra dess namn och beskrivning.
|
|
|
|
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
|
|
|
Öppna Utseende-dialogen där du kan ändra färg, opacitet och bredden på de valda filobjekten på kartan.
|
|
|
|
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
|
|
|
Växla synligheten på de valda filobjekten på kartan.
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New track
|
|
|
|
Create a new track in the selected file.
|
|
|
|
<DocsNote>
|
|
|
|
Denna aktion finns bara tillgänglig när trädlayouten av filerna är vald.
|
|
Additionally, the selection must be a single file.
|
|
|
|
</DocsNote>
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" />Nytt segment
|
|
|
|
Create a new segment in the selected track.
|
|
|
|
<DocsNote>
|
|
|
|
Denna aktion finns bara tillgänglig när trädlayouten av filerna är vald.
|
|
Dessutom måste valet vara i en enda spår.
|
|
|
|
</DocsNote>
|
|
|
|
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
|
|
|
Lägg till alla filer i den aktuella hierarkinivån till valet.
|
|
|
|
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" />Centrera kartan
|
|
|
|
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>
|
|
|
|
Denna aktion finns bara tillgänglig när trädlayouten av filerna är vald.
|
|
|
|
</DocsNote>
|
|
|
|
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
|
|
|
Cut the selected file items to the clipboard.
|
|
|
|
<DocsNote>
|
|
|
|
Denna aktion finns bara tillgänglig när trädlayouten av filerna är vald.
|
|
|
|
</DocsNote>
|
|
|
|
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
|
|
|
Klistra in de valda filerna från klippbordet till den aktuella hierarkinivå de är kompatibla med.
|
|
|
|
<DocsNote>
|
|
|
|
Denna aktion finns bara tillgänglig när trädlayouten av filerna är vald.
|
|
|
|
</DocsNote>
|
|
|
|
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
|
|
|
Delete the selected file items.
|