[gnome-builder] help: selecting projects



commit 1a7dc395d6d8a989c678b7d73c30b897acb6f05f
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Fri Mar 18 12:27:23 2016 +0100

    help: selecting projects

 help/C/index.page          |    4 ++--
 help/C/project-select.page |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 7c8f19a..d001e38 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -14,8 +14,8 @@
     Builder
   </title>
 
-  <section id="features" style="2column">
-    <title>Features</title>
+  <section id="projects" style="2column">
+    <title>Projects and files</title>
   </section>
 
 </page>
diff --git a/help/C/project-select.page b/help/C/project-select.page
new file mode 100644
index 0000000..20e4bc8
--- /dev/null
+++ b/help/C/project-select.page
@@ -0,0 +1,44 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic"
+      id="project-select">
+
+  <info>
+    <link type="guide" xref="index#projects"/>
+<!--
+    <link type="seealso" xref="anotherpageid"/>
+-->
+    <revision pkgversion="3.20" date="2016-03-18" status="stub" />
+ 
+    <credit type="author">
+      <name>Alexandre Franke</name>
+      <email its:translate="no">afranke gnome org</email>
+      <years>2016</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Selecting a project to work on</desc>
+  </info>
+
+  <title>Project selection</title>
+
+  <p>
+    When <app>Builder</app> starts, you are presented with the greeter.
+    A list of all projects that were detected on your system appears, so that you can choose one to work on.
+  </p>
+
+  <p>
+    Builder will crawl your home directory FIXME when? and automatically detect directories with FIXME 
autotools?git? as a project.
+    If your project is not using FIXME, you can manually add it:
+    <!--FIXME steps -->
+    click the <gui style="button">New</gui> button
+    select the appropriate entry
+       <gui>From an existing project on this computer</gui> if you already have a directory with your files 
on your computer
+       <gui>From an existing project in a Git repository</gui> if you need to clone the source code first.
+  </p>
+
+  <!--TODO how do I create a new project from here?-->
+  <!--TODO how do I open another project once I'm already in Builder?-->
+
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]