[jbosstools-commits] JBoss Tools SVN: r42430 - in trunk/forge/docs/reference/en-US: images/using_forge and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 5 22:19:17 EDT 2012
Author: irooskov at redhat.com
Date: 2012-07-05 22:19:16 -0400 (Thu, 05 Jul 2012)
New Revision: 42430
Added:
trunk/forge/docs/reference/en-US/images/using_forge/using_forge_08.png
trunk/forge/docs/reference/en-US/images/using_forge/using_forge_09.png
Modified:
trunk/forge/docs/reference/en-US/Book_Info.xml
trunk/forge/docs/reference/en-US/General_Commands.xml
trunk/forge/docs/reference/en-US/Using_Forge.xml
Log:
updated with new information on context-menu from explorer
Modified: trunk/forge/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/forge/docs/reference/en-US/Book_Info.xml 2012-07-06 01:59:48 UTC (rev 42429)
+++ trunk/forge/docs/reference/en-US/Book_Info.xml 2012-07-06 02:19:16 UTC (rev 42430)
@@ -13,7 +13,7 @@
<edition>5.0.1</edition>
- <pubsnumber>3</pubsnumber>
+ <pubsnumber>4</pubsnumber>
<abstract>
<para>
Modified: trunk/forge/docs/reference/en-US/General_Commands.xml
===================================================================
--- trunk/forge/docs/reference/en-US/General_Commands.xml 2012-07-06 01:59:48 UTC (rev 42429)
+++ trunk/forge/docs/reference/en-US/General_Commands.xml 2012-07-06 02:19:16 UTC (rev 42430)
@@ -46,7 +46,7 @@
</mediaobject>
</figure>
</section>
- <section>
+ <section id="chap-Forge_Reference_Guide-General_commands-pickup_command">
<title>The pick-up command</title>
<para>
The command <code>pick-up</code> allows you to view the contents of a directory or navigate to a file and automatically open it.
Modified: trunk/forge/docs/reference/en-US/Using_Forge.xml
===================================================================
--- trunk/forge/docs/reference/en-US/Using_Forge.xml 2012-07-06 01:59:48 UTC (rev 42429)
+++ trunk/forge/docs/reference/en-US/Using_Forge.xml 2012-07-06 02:19:16 UTC (rev 42430)
@@ -99,6 +99,38 @@
</mediaobject>
</figure>
<para>
+ If you find it easier to navigate your project via the <guilabel>Project Explorer</guilabel> view, you can right-click on a file from this view and select <menuchoice><guimenuitem>Show In</guimenuitem><guimenuitem>Forge Console</guimenuitem></menuchoice> from the context menu.
+ </para>
+ <figure id="using_forge_08">
+ <title>Opening a file in Forge from the Project Explorer</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/using_forge/using_forge_08.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Opening a file in Forge from the Project Explorer.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ This will automatically execute the <code>pick-up</code> command, changing the current Forge runtime context to the selected resource and opening the file or folder. For more on this command see: <xref linkend="chap-Forge_Reference_Guide-General_commands-pickup_command"/>
+ </para>
+ <figure id="using_forge_09">
+ <title>Executing the menu option on a file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/using_forge/using_forge_09.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Having executed the menu option on a file, the file is now opened in an editor and the Forge runtime context has changed.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
If you close the <guilabel>Forge Console</guilabel> view, Forge will continue to run in the background. Re-opeing the <guilabel>Forge Console</guilabel> view will display the latest Forge state.
</para>
<para>
Added: trunk/forge/docs/reference/en-US/images/using_forge/using_forge_08.png
===================================================================
(Binary files differ)
Property changes on: trunk/forge/docs/reference/en-US/images/using_forge/using_forge_08.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/docs/reference/en-US/images/using_forge/using_forge_09.png
===================================================================
(Binary files differ)
Property changes on: trunk/forge/docs/reference/en-US/images/using_forge/using_forge_09.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the jbosstools-commits
mailing list