~ubuntu-branches/ubuntu/vivid/gedit-plugins/vivid

« back to all changes in this revision

Viewing changes to help/sv/color-picker.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mfrom: (1.4.15)
  • Revision ID: package-import@ubuntu.com-20131212163511-3zgtrv2ipt94w2ao
Tags: 3.10.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated gedit, gtk, gtksourceview requirements
* debian/patches/mark-git-plugin-translatable.patch: 
  - dropped, included in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-color-picker" xml:lang="sv">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/> 
 
6
    <revision version="3.4" date="2013-02-24" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
 
 
13
    <desc>Pick a color from a dialog and insert its hexadecimal representation.</desc>
 
14
  </info>
 
15
 
 
16
  <title>Color Picker</title>
 
17
 
 
18
  <p>The <app>Color Picker</app> plugin helps you to insert the character codes
 
19
  that represent a certain color. This can make it easier to choose and use the
 
20
  correct color in your programs.</p>
 
21
  
 
22
  <p>To enable the color picker plugin, select
 
23
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
 
24
  <gui>Plugins</gui><gui>Color Picker</gui></guiseq>.</p>
 
25
  
 
26
  <steps>
 
27
    <title>To open and use the color picker:</title>
 
28
    <item>
 
29
      <p>Place your cursor at the point in your document where you want to
 
30
      insert the color code.</p>
 
31
    </item>
 
32
    <item>
 
33
      <p>Select <guiseq><gui>Tools</gui><gui>Pick Color…</gui></guiseq>.  The
 
34
      color picker dialog will appear.</p>
 
35
    </item>
 
36
    <item>
 
37
      <p>Click on the desired color in the color picker window.</p>
 
38
    </item>
 
39
    <item>
 
40
      <p>The appropriate color code will be inserted where you had placed your
 
41
      cursor.</p>
 
42
    </item>
 
43
    <item>
 
44
      <p>To close the <app>color picker</app>, click <gui>Close</gui>.</p>
 
45
    </item>
 
46
  </steps>
 
47
 
 
48
  <!--TODO: Update this section for the "Custom" values -->
 
49
  <note style="tip">
 
50
    <p>You can make fine-grained adjustments to the color by adjusting the
 
51
    values for Hue, Saturation, Value, Red, Green, or Blue.</p>
 
52
    <p>Additionally, you can save colors by right-clicking on any of the
 
53
    colored boxes in the color picker, and selecting <gui>Save color
 
54
    here</gui>. This will make it easier to insert commonly-used colors
 
55
    later.</p>
 
56
  </note>     
 
57
 
 
58
</page>