--- title: Edit actions --- # { title } Ao contrário das ações de arquivo, as ações de edição podem potencialmente modificar o conteúdo dos arquivos selecionados. Além do mais, quando o layout vertical da lista de arquivos está habilitado (veja [Arquivos e estatísticas](../files-and-stats)), eles também podem ser aplicadas a [faixas, segmentos e pontos de interesse](../gpx). Portanto, nós iremos nos referir aos elementos que podem ser modificados por essas ações como **itens de arquivo**. 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. ### 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... Open the information dialog of the currently selected file item, where you can see and edit its name and description. ### Appearance... Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map. ### Hide/unhide Toggle the visibility of the selected file items on the map. ### Select all Add all file items in the current hierarchy level to the selection. ### Copy Copy the selected file items to the clipboard. ``` This action is only available when the vertical layout of the files list is enabled. ``` ### Cut Cut the selected file items to the clipboard. ``` This action is only available when the vertical layout of the files list is enabled. ``` ### Paste Paste the file items from the clipboard to the current hierarchy level if they are compatible with it. ``` This action is only available when the vertical layout of the files list is enabled. ``` ### Delete Delete the selected file items.