annotate mcabber/doc/help/fr/hlp_iline.txt @ 1947:5ba4d4bb5465

Update help files (/iline iline_insert)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 03 Mar 2011 19:56:44 +0100
parents c31b1c41929c
children 0870005f7efc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1183
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /ILINE fchar|bchar|char_fdel|char_bdel|char_swap
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3 /ILINE fword|bword|word_bdel|word_fdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 /ILINE word_upcase|word_downcase|word_capit
1190
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1183
diff changeset
5 /ILINE hist_beginning_search_bwd|hist_beginning_search_fwd
1183
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6 /ILINE hist_prev|hist_next
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7 /ILINE iline_start|iline_end|iline_fdel|iline_bdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 /ILINE iline_accept|iline_accept_down_hist
1947
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1201
diff changeset
9 /ILINE iline_insert
1183
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 /ILINE compl_do|compl_cancel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 /ILINE send_multiline
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 Cette commande permet de manipuler la ligne de commandes. En général elle sera utilisée par l'intermédiaire de la commande "bind".
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 /iline fchar
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 Aller au caractère suivant
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 /iline bchar
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
18 Aller au caractère précédent
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 /iline char_fdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
20 Supprimer le caractère situé sous le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
21 /iline char_bdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 Supprimer le caractère précédant le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 /iline char_swap
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 Échanger les deux caractères (sous/avant le curseur)
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 /iline fword
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 Avancer le curseur jusqu'à la fin du mot (ou du prochain mot)
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 /iline bword
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 Reculer le curseur jusqu'au début du mot (ou du mot précédent)
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 /iline word_bdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 Effacer le début du mot jusqu'au curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 /iline word_fdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
32 Effacer la fin du mot depuis le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
33 /iline word_upcase
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 Convertir la fin du mot en majuscules depuis le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 /iline word_downcase
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 Convertir la fin du mot en minuscules depuis le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 /iline word_capit
1201
c31b1c41929c Minor changes
Mikael Berthe <mikael@lilotux.net>
parents: 1190
diff changeset
38 Mettre une lettre capitale sous le curseur (ou au prochain mot) et la fin du mot en minuscules
1190
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1183
diff changeset
39 /iline hist_beginning_search_bwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1183
diff changeset
40 Chercher la ligne précédente de l'historique ligne de commande commençant comme la ligne actuelle jusqu'au curseur (le curseur est laissé à la même position)
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1183
diff changeset
41 /iline hist_beginning_search_fwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1183
diff changeset
42 Chercher la ligne suivante de l'historique ligne de commande commençant comme la ligne actuelle jusqu'au curseur (le curseur est laissé à la même position)
1183
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
43 /iline hist_prev
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
44 Charger la ligne précédente de l'historique ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
45 /iline hist_next
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
46 Charger la ligne suivante de l'historique ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
47 /iline iline_start
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
48 Aller au début de la ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
49 /iline iline_end
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
50 Aller à la fin de la ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
51 /iline iline_fdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
52 Effacer la fin de la ligne de commande depuis le curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
53 /iline iline_bdel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
54 Effacer le début de la ligne de commande jusqu'au curseur
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
55 /iline iline_accept
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
56 Accepter/valider la ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
57 /iline iline_accept_down_hist
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
58 Accepter/valider la ligne de commande et charger la ligne suivante de l'historique ligne de commande
1947
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1201
diff changeset
59 /iline iline_insert texte
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1201
diff changeset
60 Insérer le texte dans la ligne de commande, à la position du curseur. Notez que les guillemets doivent être protégés (\"), et que l'écran n'est pas rafraîchi (cf. /screen_refresh).
1183
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
61 /iline compl_do
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
62 Compléter le mot actuel dans la ligne de commande
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
63 /iline compl_cancel
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
64 Annuler le complètement du mot
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
65 /iline send_multiline
f031f0b59076 Update FR help translation
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
66 Envoyer le message multi-lignes