Skip to content

Commit

Permalink
Merge branch 'master' into fix-select-highlight-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jun 23, 2023
2 parents d614c51 + acab98f commit 6349150
Show file tree
Hide file tree
Showing 606 changed files with 20,485 additions and 21,668 deletions.
3 changes: 2 additions & 1 deletion data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<li>Trying to save a document to an unwritable location is now handled better</li>
<li>The system style is now followed by the symbol outline and when launched without open documents</li>
<li>Mixed case sensitive search now works as expected</li>
<li>The search results no longer change unexpectedly when focussing a document</li>
<li>The search results no longer change unexpectedly when focusing a document</li>
<li>Now there is always an active project at startup if there are projects in the sidebar</li>
<li>If a development branch is running this shows in the window title and in the dock tooltip</li>
<li>Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs</li>
Expand All @@ -104,6 +104,7 @@
<issue url="https://github.com/elementary/code/pull/1256">Cancelling saving does not work as expected when closing project folder resulting in data loss</issue>
<issue url="https://github.com/elementary/code/pull/1183">Autosave of unsaved buffers not reliable</issue>
<issue url="https://github.com/elementary/code/pull/1282">Cannot open files with unknown characters</issue>
<issue url="https://github.com/elementary/code/pull/1252">No expander on folders that contain no text files</issue>
</issues>
</release>

Expand Down
50 changes: 50 additions & 0 deletions data/io.elementary.code.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.TH "Code" "1" "November 2017"
.
.SH "NAME"
\fBio.elementary.code\fR \- text editor that works for you
.
.SH "SYNOPSIS"
\fBio.elementary.code\fR [\fIOPTION\.\.\.\fR] [\fIFILE\.\.\.\fR]
.
.SH "DESCRIPTION"
\fBCode\fR is the text editor that works for you\. It auto-saves your files, meaning they're always up-to-date\. Plus it remembers your tabs so you never lose your spot, even in between sessions\.
.
.P
\fBMake it yours.\fR Code is written from the ground up to be extensible\. Keep things super lightweight and simple, or install extensions to turn Code into a full-blown IDE; it's your choice\. And with a handful of useful preferences, you can tweak the behavior and interface to your liking\.
.
.P
\fBIt's elementary.\fR Code is made to be the perfect text editor for elementary OS, meaning it closely follows the high standards of design, speed, and consistency\. It's sexy, but not distracting\.
.
.P
\fBWorks with your language.\fR Whether you're crafting code in Vala, scripting with PHP, or marking things up in HTML, Code has you covered\. Experience full syntax highlighting with nearly all programming, scripting, and markup languages\.
.
.SH "OPTIONS"
.
.TP
\fB\-t\fR, \fB\-\-new\-tab\fR
Open a new tab\.
.
.TP
\fB\-n\fR, \fB\-\-new\-window\fR
Open a new window\.
.
.TP
\fB\-h\fR, \fB\-\-help\fR
Show a help message and exit\.
.
.TP
\fB\-v\fR, \fB\-\-version\fR
Print version info and exit\.
.
.TP
\fB\-\-display=\fR\fIDISPLAY\fR
X display to use\.
.
.SH "AUTHOR"
Mario Guerriero <[email protected]>,
Julien Spautz <[email protected]>,
Giulio Collura <[email protected]>,
Lucas Baudin <[email protected]> et al.
.PP
This manual page was written by Sergey "Shnatsel" Davidoff <[email protected]>,
for the Debian project (but may be used by others).
4 changes: 4 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ if get_option ('have_pkexec')
install_dir: join_paths(get_option('datadir'), 'polkit-1', 'actions'),
)
endif

install_man(
'io.elementary.code.1'
)
86 changes: 39 additions & 47 deletions po/aa.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 10:05+0000\n"
"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"

#: src/Application.vala:39
#: src/Application.vala:37
msgid "New Tab"
msgstr ""

#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""

#: src/Application.vala:41
#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""

#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""

#: src/Application.vala:42
msgid "plugin"
msgstr ""

#: src/Application.vala:43
#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""

Expand Down Expand Up @@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""

#: src/MainWindow.vala:832 src/Services/Document.vala:583
#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""

#: src/MainWindow.vala:836 src/Services/Document.vala:587
#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""

Expand All @@ -95,7 +87,7 @@ msgstr ""

#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
Expand Down Expand Up @@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""

#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""

#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""

#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""

#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""

#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
Expand All @@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""

#: src/FolderManager/FolderItem.vala:106
#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""

#: src/FolderManager/FolderItem.vala:173
#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""

#: src/FolderManager/FolderItem.vala:176
#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""

#. scan all children
#. No need to show status when children shown
#: src/FolderManager/FolderItem.vala:183
#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""

#: src/FolderManager/FolderItem.vala:366
#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""

#: src/FolderManager/FolderItem.vala:366
#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""

Expand Down Expand Up @@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""

#: src/Services/Document.vala:440 src/Services/Document.vala:594
#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""

#: src/Services/Document.vala:552
#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""

#: src/Services/Document.vala:591
#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""

#: src/Services/Document.vala:675 src/Services/Document.vala:693
#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""

#. No path for a new document
#: src/Services/Document.vala:695
#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""

#. Show an error view which says "Hey, I cannot read that file!"
#: src/Services/Document.vala:820
#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""

#: src/Services/Document.vala:823
#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""

#: src/Services/Document.vala:825
#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""

#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
#: src/Services/Document.vala:831
#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""

#: src/Services/Document.vala:861
#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""

#: src/Services/Document.vala:863
#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""

#. Check external changes after loading
#. The file has become unwritable while changes are pending
#: src/Services/Document.vala:871
#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""

#: src/Services/Document.vala:903
#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""

#: src/Services/Document.vala:909
#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""

#: src/Services/Document.vala:915
#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""

#: src/Services/Document.vala:936
#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""

#: src/Services/Document.vala:945
#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""

#: src/Services/Document.vala:947
#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""

Expand Down Expand Up @@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""

#: src/Widgets/SourceView.vala:519
#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""

#: src/Widgets/SourceView.vala:532
#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""

Expand Down
Loading

0 comments on commit 6349150

Please sign in to comment.