Branch: refs/heads/master Author: Nick Treleaven n@trelsoft.com Committer: GitHub noreply@github.com Date: Mon, 10 Jun 2019 10:32:02 UTC Commit: 56fa037df9ba176ba690a015c673a9c44f01b820 https://github.com/geany/geany/commit/56fa037df9ba176ba690a015c673a9c44f01b8...
Log Message: ----------- [doc] Add tip to put commonly used filetypes in the None group (#2175)
Modified Paths: -------------- doc/geany.txt
Modified: doc/geany.txt 7 lines changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -4691,6 +4691,8 @@ should look like::
Filetype group membership ^^^^^^^^^^^^^^^^^^^^^^^^^ +Filetype groups are used in the `Document->Set Filetype` menu. + Group membership is also stored in ``filetype_extensions.conf``. This file is used to store information Geany needs at startup, whereas the separate filetype definition files hold information only needed when @@ -4710,6 +4712,11 @@ The key names cannot be configured. .. note:: Group membership is only read at startup.
+.. tip:: + You can make commonly used filetypes appear in the top-level of the + filetype menu by adding them to the `None` group, e.g. + `None=C;Python`. + Preferences file format -----------------------
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).