Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo committed Apr 5, 2015
1 parent 39673fd commit 66c0e4d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions source/file_management/file_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ will be available in `Goto Anything`_
and project-wide actions
like, for example, project-wide searches.

.. TODO: maybe say "Find in Files" instead.
Projects and the sidebar are closely related.
It's important to note
that there's always an active project,
Expand Down Expand Up @@ -260,6 +262,9 @@ and ``build_systems``, for project-specific build systems.
The path may be relative to the project directory,
or absolute.

``name``
Optional. If present, it will appear in the side bar.

``folder_exclude_patterns``
Optional. List of wildcards.
Folders matching the wildcards will be excluded from the project.
Expand All @@ -276,9 +281,6 @@ and ``build_systems``, for project-specific build systems.
Optional. List of wildcards.
Files matching the wildcards will be included in the project.

``name``
Optional. If present, it will appear in the side bar.

.. TODO: there are more settings supported by projects.
**Settings**
Expand Down Expand Up @@ -360,8 +362,8 @@ included with Sublime Text.
Unlike ``.sublime-project`` files,
``.sublime-workspace`` files
are not meant to be shared or edited manually.
You should never commit ``.sublime-workspace`` files
into a source code repository.
**You should never commit** ``.sublime-workspace`` **files
into a source code repository.**


Panes
Expand Down

0 comments on commit 66c0e4d

Please sign in to comment.