Forráskód Böngészése

User documentation: remaining occurrences of "Yakindu" replaced by "Yakindu"

Rainer Klute 9 éve
szülő
commit
7dde6e04d8

+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/02_installation/installation.textile

@@ -255,7 +255,7 @@ Eclipse establishes a network connection to the update repository, asks it for a
 
 !images/eclipse_install_040_eclipse_software_items.png(Selecting YAKINDU Statechart Tools software items)!
 
-Please check at least _Xtext Integration Utilities_ and – no surprise – _Yakindu SCT 2_. (You can also install the respective source code items. However, unless you want to have a look at that source code or even want to modify it, you don't need them.)
+Please check at least _Xtext Integration Utilities_ and – no surprise – _YAKINDU SCT_. (You can also install the respective source code items. However, unless you want to have a look at that source code or even want to modify it, you don't need them.)
 
 Click _Next >_.
 

+ 2 - 2
plugins/org.yakindu.sct.doc.user/help/03_getting_started/getting_started.textile

@@ -84,9 +84,9 @@ Now we are going to create an empty statechart model in the _model_ folder. Righ
 
 !images/light_switch_120_menu_new_other.png(Selecting "New → Other" in the context menu)!
 
-The _New_ wizard opens. Select _Yakindu → Statechart model_
+The _New_ wizard opens. Select _YAKINDU SCT → Statechart model_
 
-!images/light_switch_130_wizard_new.png(Selecting "YAKINDU → Statechart model")!
+!images/light_switch_130_wizard_new.png(Selecting "YAKINDU SCT → Statechart model")!
 
 Click _Next >_. The wizard shows the _New YAKINDU Statechart_ dialog:
 

BIN
plugins/org.yakindu.sct.doc.user/help/03_getting_started/images/light_switch_130_wizard_new.png


+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/04_code_generation/code_generation.textile

@@ -14,7 +14,7 @@ The _YAKINDU Generator Model_ wizard opens. Change the _File name_ to *CallHandl
 
 !images/callhandling_210_generation_new_sgen_model_1.png(Selecting a filename for the generator model)!
 
-From the _Generator_ drop-down menu at the top, select _Yakindu SCT Java Code Generator_.
+From the _Generator_ drop-down menu at the top, select _YAKINDU SCT Java Code Generator_.
 
 In the statechart tree beneath that menu, check the *CallHandling.sct* model, then click _Finish_.
 

+ 3 - 3
plugins/org.yakindu.sct.doc.user/help/06_tasks/tasks.textile

@@ -36,11 +36,11 @@ When the simulation is executed, the variable _result_ gets the value 2.
 
 h2. Generating code
 
-For configuring the code generation process, YAKINDU Statechart Tools uses a textual generator model called *SGen*. It can be created either by using the provided wizard *Yakindu Statechart Generator Model* or by creating a new text file with the file extension @.sgen@.
+For configuring the code generation process, YAKINDU Statechart Tools uses a textual generator model called *SGen*. It can be created either by using the provided wizard *YAKINDU Statechart Generator Model* or by creating a new text file with the file extension @.sgen@.
 
 To create a generator model with the wizard, proceed as follows:
 
-# Select _File → New → Other... → Code Generator Model_.
+# Select _File → New → YAKINDU SCT → Code Generator Model_.
 # Enter a name and click _Next_.
 # Choose the desired generator, i. e. _YAKINDU SCT Java Code Generator_.
 # Check the model(s) to generate code from and click _Finish_.
@@ -80,7 +80,7 @@ Implementing a custom code generator is no trivial task. Before you get started,
 
 h3. Creating a new code generator project
 
-Creating custom code generators is a first-level concept in YAKINDU Statechart Tools. It is not required to set up a developer workspace with the Statechart Tools source code and to start a new Eclipse runtime to test your generator changes. Instead you can develop and test your custom generator at runtime. To set up a new generator project, select _File → New → Other → Yakindu_ → Xtend2/Java Generator Project_ and click _Next_.
+Creating custom code generators is a first-level concept in YAKINDU Statechart Tools. It is not required to set up a developer workspace with the Statechart Tools source code and to start a new Eclipse runtime to test your generator changes. Instead you can develop and test your custom generator at runtime. To set up a new generator project, select _File → New → Other → YAKINDU SCT_ → Xtend2/Java Generator Project_ and click _Next_.
 
 !images/xtendwizard.png(Creating a new code generator project)!