|
20.
|
|
|
Paste the clipboard
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:122
|
|
21.
|
|
|
_Delete
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:124
|
|
22.
|
|
|
Delete the selected text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:125
|
|
23.
|
|
|
Select _All
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:127
|
|
24.
|
|
|
Select all the text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:128
|
|
25.
|
|
|
_Indent
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:130
|
|
26.
|
|
|
Indent the selected lines
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:131
|
|
27.
|
|
|
_Unindent
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:133
|
|
28.
|
|
|
Unindent the selected lines
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application.c:134
|
|
29.
|
|
|
Open File
|
|
|
Create a GtkFileChooserDialog, not a GtkFileChooserNative, because
* with GtkFileChooserNative the GFile that we obtain (in flatpak)
* doesn't have the real path to the file, so it would screw up some
* features for text editors:
* - showing the directory in parentheses in the window title, or in the
* tab tooltip;
* - opening a recent file.
* Basically everywhere where the directory is shown.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-application-window.c:174
|