From 1a257d9d394df33b4916b74774a8b59e36212e32 Mon Sep 17 00:00:00 2001 From: isma Date: Wed, 18 May 2022 12:40:02 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Isma=C3=ABl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index b5b00d60..ef710a95 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2389,6 +2389,14 @@ explicitement redéfinies ou éliminées dans @var{definitions}.) (Dans le mode « modifications », il s'agit en réalité de @kbd{C-c C-c f}.) + + + (Internally, Emacs uses the term window configuration instead of window layout.) You can set your custom layout as the default one used by @code{gdb-many-windows} by customizing @code{gdb-default-window-configuration-file}. + + + (En interne, Emacs utilise le terme de configuration de fenêtre au lieu de disposition de fenêtre). Vous pouvez définir votre disposition personnalisée comme celle utilisée par défaut par @code{gdb-many-windows} en personnalisant @code{gdb-default-window-configuration-file}. + + (It does this by creating a specially-named symbolic link@footnote{If your file system does not support symbolic links, a regular file is used.} with special contents in the same directory. @@ -38473,6 +38481,14 @@ l'abrèviation, alors attention. S'il s'agit d'une fonction interactive (une commande), elle lit les arguments de manière interactive comme si vous aviez appelé la même fonction avec une combinaisons de touches. + + + If it is not an absolute file name, GDB looks under @code{gdb-window-configuration-directory} for the file. + + + S'il ne s'agit pas d'un nom de fichier absolu, GDB recherche le fichier dans @code{gdb-window-configuration-directory}. + + If it isn't empty, you will be asked whether you want to delete it recursively. @@ -69009,6 +69025,14 @@ sont exactes. Ensuite tapez @kbd{M-'} ; cela insère un trait d'union dans le tampon pour indiquer qu'il a fait son travail. + + + Then you can later load this layout back using @code{gdb-load-window-configuration}. + + + Ensuite, vous pouvez plus tard charger à nouveau cette disposition en utilisant @code{gdb-load-window-configuration}. + + Then you could insert @samp{find outer otter } into the buffer by typing @kbd{f o o @key{SPC}}.