Skip to content

Commit

Permalink
improve formatting of generated summary tables (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo authored and FichteFoll committed Jun 13, 2016
1 parent 2beb817 commit 60ef2d4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
19 changes: 12 additions & 7 deletions source/_includes/build_system_summary_table.g.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
.. This file was generated. Don't edit it.

============= ==================================================================
**Format** JSON (with comments)
**Extension** :file:`.sublime-build`
**Name** Any
**Location** Any under :file:`Packages`
**Content** Predefined items and, optionally, arbitrary user-defined items
============= ==================================================================
+---------------+--------------------------------------+
| **Format** | JSON (with comments) |
+---------------+--------------------------------------+
| **Extension** | :file:`.sublime-build` |
+---------------+--------------------------------------+
| **Name** | Any |
+---------------+--------------------------------------+
| **Location** | Any under :file:`Packages` |
+---------------+--------------------------------------+
| **Content** | Predefined items and, optionally, |
| | arbitrary user-defined items |
+---------------+--------------------------------------+
18 changes: 11 additions & 7 deletions source/_includes/command_palette_summary_table.g.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.. This file was generated. Don't edit it.

============= ==============================
**Format** JSON (with comments)
**Extension** :file:`.sublime-commands`
**Name** Any
**Location** Any under :file:`Packages`
**Content** Command palette item
============= ==============================
+---------------+----------------------------+
| **Format** | JSON (with comments) |
+---------------+----------------------------+
| **Extension** | :file:`.sublime-commands` |
+---------------+----------------------------+
| **Name** | Any |
+---------------+----------------------------+
| **Location** | Any under :file:`Packages` |
+---------------+----------------------------+
| **Content** | Command palette item |
+---------------+----------------------------+
21 changes: 14 additions & 7 deletions source/_includes/menus_summary_table.g.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
.. This file was generated. Don't edit it.

============= ==========================================================================================================================
**Format** JSON (with comments)
**Extension** :file:`.sublime-menu`
**Name** One out of the list of available menus. See :ref:`menu-types` for the complete name list and what menu they represent.
**Location** Any under :file:`Packages`
**Content** A list of :ref:`menu-item-objects`
============= ==========================================================================================================================
+---------------+--------------------------------------+
| **Format** | JSON (with comments) |
+---------------+--------------------------------------+
| **Extension** | :file:`.sublime-menu` |
+---------------+--------------------------------------+
| **Name** | One out of the list of available |
| | menus. See :ref:`menu-types` for the |
| | complete name list and what menu |
| | they represent. |
+---------------+--------------------------------------+
| **Location** | Any under :file:`Packages` |
+---------------+--------------------------------------+
| **Content** | A list of :ref:`menu-item-objects` |
+---------------+--------------------------------------+

0 comments on commit 60ef2d4

Please sign in to comment.