Difference between pages "Form:FLOP" and "Package:Sublime Text Editor"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<noinclude>
{{Ebuild
__NOTOC__
|Summary=Sublime Text is an advanced commercial text editor.
|CatPkg=app-editors/sublime-text
|Maintainer=Oleg,
|Homepage=http://sublimetext.com
}}
Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.


== Add a New FLOP ==
== Install ==
First, you must have installed [[Package:Layman|Layman]] with Git support. Then, add the overlay ''sublime-text'':


{{#forminput:form=FLOP|query string=namespace=FLOP}}
<console>###i## layman -a sublime-text</console>
</noinclude><includeonly>
{{{for template|FLOP}}}
{{TableStart}}
<tr><th class="active">Created on</th><td>{{{field|Created on|input type=datepicker|date format=dd M yy}}}</td></tr>
<tr><th class="active">Summary of FLOP</th><td>{{{field|Summary|input type=textarea|placeholder=Specify a short summary of the FLOP here. One or two sentences max.}}}</td></tr>
<tr><th class="active">Author(s)</th><td>{{{field|Author|autocomplete on namespace=User|list|size=100|placeholder=specify Funtoo author(s) - use wiki usernames. Will auto-complete.)}}}</td></tr>
<tr><th class="active">Maintainer(s)</th><td>{{{field|Maintainer|autocomplete on namespace=User|list|size=100|placeholder=specify Funtoo maintainer(s) - use wiki usernames. Will auto-complete.)</td></tr>
<tr><th class="active">Organization</th><td>{{{field|Organization|autocomplete on category=Organizations|placeholder=Specify the organization, if any, that authored this FLOP. Note that you can create your own Organization on this wiki -- add it to the Organizations category.}}}</td></tr>
<tr><th class="active">FLOP Status</th><td>{{{field|FLOP Status|property=FLOP Status|placeholder=Approval Status|restricted|input type=dropdown}}}</td></tr>
<tr><th class="active">Reference Bug</th><td>{{{field|Reference Bug|Property=Reference Bug|placeholder=A related bug on the Funtoo bug tracker, in format "FL-xxx"}}}</td></tr>
<tr><th class="active">Source URI</th><td>{{{field|Source URI|placeholder=Paste the "git read-only" GitHub link for your repo (that someone would use to clone)}}}</td></tr>
{{TableEnd}}
{{{end template}}}


== Documentation ==
Now, install the version you want. For the version 2:
<console>###i## emerge -av sublime-text:2</console>


Enter documentation or extended information for the FLOP below.  If you need to add more complex wikitext, use the "Edit" button after saving this page, and enter your wiki text at the bottom. This allows you to provide rich documentation content for your FLOP.
For the version 3 (default):
<console>###i## emerge -av sublime-text:3</console>


{{{standard input|free text|rows=30}}}
You can have installed both versions, so you must install it with the USE flag ''multislot'', that also brings the package eselect-sublime.
 
{{EbuildFooter}}
{{{for template|FLOPFooter}}}
{{{end template}}}
 
{{{standard input|summary}}}
 
{{{standard input|minor edit}}} {{{standard input|watch}}}
 
 
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}

Latest revision as of 04:52, January 3, 2015

Sublime Text Editor

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.

Install

First, you must have installed Layman with Git support. Then, add the overlay sublime-text:

root # layman -a sublime-text

Now, install the version you want. For the version 2:

root # emerge -av sublime-text:2

For the version 3 (default):

root # emerge -av sublime-text:3

You can have installed both versions, so you must install it with the USE flag multislot, that also brings the package eselect-sublime.