Skip to content

Commit

Permalink
Merge branch 'master' into search-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten authored Jun 17, 2023
2 parents f9ce70a + a2719c0 commit a2c88f6
Show file tree
Hide file tree
Showing 14 changed files with 434 additions and 473 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
55 changes: 55 additions & 0 deletions data/io.elementary.code.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.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\-s\fR, \fB\-\-set=\fR\fINAME\fR
Load Code with an alternative set of core plugins\. Code will be rebranded to this name\. This is useful for repurposing Code into IDEs using plugin sets\.
The name will be looked up in the plugin directory, typically /usr/lib/io.elementary.code/plugins/, and all plugins from the sub-directory \fINAME\fR will be loaded into Code as core plugins\.
.
.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'
)
Loading

0 comments on commit a2c88f6

Please sign in to comment.