Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| plugins:alignment [2014/02/09 01:50] – external edit 127.0.0.1 | plugins:alignment [2018/01/10 20:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Code Alignment ====== | ====== Code Alignment ====== | ||
| - | Code Alignment plugin helps you in vertically alignment of text/source code to improve code readability. Same time it makes source code more readable and helps you easily see close relation of code blocks or assignments. | + | Code Alignment plugin helps you in a vertically alignment of text/source code to improve code readability. Same time it makes source code more readable and helps you easily see the close relation of code blocks or assignments. |
| - | The plugin vertically | + | The plugin vertically |
| - | An example usage of the plugin is alignment of repeated assignments done in neighboring lines. | + | An example usage of the plugin is an alignment of repeated assignments done in neighboring lines. |
| For example, this JavaScript code: | For example, this JavaScript code: | ||
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | {{: | + | {{: |
| - | The plugin functionality is not strict to some specific syntax, but depends only on assignment/ | + | The plugin functionality is not strict to some specific syntax but depends only on assignment/ |
| - | Following delimiters are checked: **=**, **:**, **=>**. If non of the delimiters found, alignment will be done on word boundaries (using spaces as delimiters). | + | Following delimiters are checked: **=**, **:**, **=>**. If none of the delimiters found, |
| - | This plug-in is actually JavaScript port of the Python based [[https:// | + | This plug-in is actually JavaScript port of the Python-based [[https:// |
| ===== Install ===== | ===== Install ===== | ||
| Line 36: | Line 36: | ||
| For more information go to [[https:// | For more information go to [[https:// | ||
| For details about integration, | For details about integration, | ||
| + | |||
| + | |||
| #plugin | #plugin | ||