Skip to content

Commit

Permalink
Merge pull request CloudSlang#211 from CloudSlang/update_atom
Browse files Browse the repository at this point in the history
added new snippets
  • Loading branch information
gituser173 authored Jun 13, 2016
2 parents 991d0b0 + a1dfc62 commit e3bfbba
Showing 1 changed file with 51 additions and 47 deletions.
98 changes: 51 additions & 47 deletions cloudslang_editors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,53 +37,57 @@ it appears on the screen.

The following snippets are provided:

+-----------------------+-----------------------------------------------------+
| Keyword | Description |
+=======================+=====================================================+
| flow | template for a flow file |
+-----------------------+-----------------------------------------------------+
| operation | template for an operation file |
+-----------------------+-----------------------------------------------------+
| properties | template for a system properties file |
+-----------------------+-----------------------------------------------------+
| java_action | template for a Java action |
+-----------------------+-----------------------------------------------------+
| python_action | template for a Python action |
+-----------------------+-----------------------------------------------------+
| input | template for simple input name and value |
+-----------------------+-----------------------------------------------------+
| input with properties | template for an input with all possible properties |
+-----------------------+-----------------------------------------------------+
| output | template for an output name and value |
+-----------------------+-----------------------------------------------------+
| result | template for a result name and value |
+-----------------------+-----------------------------------------------------+
| publish | template for a published variable name and value |
+-----------------------+-----------------------------------------------------+
| import | template for an import alias name and namespace |
+-----------------------+-----------------------------------------------------+
| navigate | template for a result mapped to a navigation target |
+-----------------------+-----------------------------------------------------+
| step | template for a standard step |
+-----------------------+-----------------------------------------------------+
| on_failure | template for an on_failure step |
+-----------------------+-----------------------------------------------------+
| for | template for an iterative step |
+-----------------------+-----------------------------------------------------+
| parallel_loop | template for a parallel step |
+-----------------------+-----------------------------------------------------+
| property | template for a system property |
+-----------------------+-----------------------------------------------------+
| @input | template for input documentation |
+-----------------------+-----------------------------------------------------+
| @description | template for file description documentation |
+-----------------------+-----------------------------------------------------+
| @prerequisites | template for prerequisite documentation |
+-----------------------+-----------------------------------------------------+
| @output | template for output documentation |
+-----------------------+-----------------------------------------------------+
| @result | template for result documentation |
+-----------------------+-----------------------------------------------------+
+----------------------------------+-------------------------------------------------------------+
| Keyword | Description |
+==================================+=============================================================+
| flow | template for a flow file |
+----------------------------------+-------------------------------------------------------------+
| operation | template for an operation file |
+----------------------------------+-------------------------------------------------------------+
| properties | template for a system properties file |
+----------------------------------+-------------------------------------------------------------+
| java_action | template for a Java action |
+----------------------------------+-------------------------------------------------------------+
| python_action | template for a Python action |
+----------------------------------+-------------------------------------------------------------+
| input | template for simple input name and value |
+----------------------------------+-------------------------------------------------------------+
| input with properties | template for an input with all possible properties |
+----------------------------------+-------------------------------------------------------------+
| output | template for an output name and value |
+----------------------------------+-------------------------------------------------------------+
| output with properties | template for an output with all possible properties |
+----------------------------------+-------------------------------------------------------------+
| result | template for a result name and value |
+----------------------------------+-------------------------------------------------------------+
| publish | template for a published variable name and value |
+----------------------------------+-------------------------------------------------------------+
| import | template for an import alias name and namespace |
+----------------------------------+-------------------------------------------------------------+
| navigate | template for a result mapped to a navigation target |
+----------------------------------+-------------------------------------------------------------+
| step | template for a standard step |
+----------------------------------+-------------------------------------------------------------+
| on_failure | template for an on_failure step |
+----------------------------------+-------------------------------------------------------------+
| for | template for an iterative step |
+----------------------------------+-------------------------------------------------------------+
| parallel_loop | template for a parallel step |
+----------------------------------+-------------------------------------------------------------+
| property | template for a system property |
+----------------------------------+-------------------------------------------------------------+
| property with properties | template for a system property with all possible properties |
+----------------------------------+-------------------------------------------------------------+
| @input | template for input documentation |
+----------------------------------+-------------------------------------------------------------+
| @description | template for file description documentation |
+----------------------------------+-------------------------------------------------------------+
| @prerequisites | template for prerequisite documentation |
+----------------------------------+-------------------------------------------------------------+
| @output | template for output documentation |
+----------------------------------+-------------------------------------------------------------+
| @result | template for result documentation |
+----------------------------------+-------------------------------------------------------------+

Atom Troubleshooting
--------------------
Expand Down

0 comments on commit e3bfbba

Please sign in to comment.