Ver código fonte

Documentation: HTML fix (#1142)

* Fixes broken HTML in Eclipse help
* Additional unrelated minor stuff
Rainer Klute 8 anos atrás
pai
commit
c215297b52

+ 3 - 3
plugins/org.yakindu.sct.doc.user/build.xml

@@ -195,11 +195,11 @@
                 </fileset>
             </replaceregexp>
 
-            <!-- Fix "pro-feature" DIV elements -->
+            <!-- Fix DIV elements -->
             <replaceregexp byline="false"
                            flags="g"
-                           match='&lt;p&gt;&lt;div class="pro-feature"&gt;&lt;/p&gt;'
-                           replace='&lt;div class="pro-feature"&gt;'>
+                           match='&lt;p&gt;&lt;div(.*)&gt;&lt;/p&gt;'
+                           replace='&lt;div\1&gt;'>
                 <fileset dir="${help.dir}">
                     <include name="**/*.html" />
                 </fileset>

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/installation/installation.textile

@@ -29,7 +29,7 @@ h3(#eclipse). Eclipse
 
 Internally, YAKINDU Statechart Tools are based on *"Eclipse":http://www.eclipse.org/*, an integrated development environment (IDE). YAKINDU Statechart Tools are running inside the Eclipse environment. When you are installing YAKINDU Statechart Tools, a full-fledged Eclipse instance will be put on your computer. Currently (winter 2016) it is the *Neon* release.
 
-###. CHECK: time-specific statement above
+###. CHECK: Is the time still winter 2016? Is SCT still based on *Neon*?
 
 If you are new to Eclipse, you might find the "Eclipse Help":http://help.eclipse.org/ useful, especially the "Workbench User Guide".
 

+ 2 - 2
plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code_headless.textile

@@ -66,11 +66,11 @@ The following Linux example assumes YAKINDU Statechart Tools to be installed in
 
 bc. export PATH="/opt/software/yakindu-sct:${PATH}"
 
-Calling _scc_ with the @-h@ option prints the the integrated help information. In a command-line shell enter the command:
+Calling _scc_ with the @-h@ option prints the the integrated help information. In a command-line shell, enter the following command:
 
 bc. scc -h
 
-This produces the following output:
+The output should be similar to the following:
 
 bc.. 
 --------------------------------------------------------

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/user-guide/statechart_language.textile