-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into search-symbols
- Loading branch information
Showing
14 changed files
with
434 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.