diff --git a/ChangeLog b/ChangeLog
index d835c9a19..58f9055cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@
Edit some related sections.
* doc/geany.txt, doc/geany.html:
Update Ignore Tags section with example and menu item.
+ * doc/geany.txt, doc/geany.html:
+ List 'Tools->Configuration Files->filetypes.common' menu item.
2010-12-06 Nick Treleaven
There is a special filetype definition file called filetypes.common. This file defines some general non-filetype-specific settings.
+You can open the user filetypes.common with the +Tools->Configuration Files->filetypes.common menu item. This adds +the default settings to the user file if the file doesn't exist. +Alternatively the file can be created manually, adding only the +settings you want to change. All missing settings will be read from +the system file.
Note
See the Filetype configuration section for how to define styles.
@@ -6393,7 +6399,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/doc/geany.txt b/doc/geany.txt index 4c89aa153..ba388c0d3 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -3853,6 +3853,13 @@ There is a special filetype definition file called filetypes.common. This file defines some general non-filetype-specific settings. +You can open the user filetypes.common with the +*Tools->Configuration Files->filetypes.common* menu item. This adds +the default settings to the user file if the file doesn't exist. +Alternatively the file can be created manually, adding only the +settings you want to change. All missing settings will be read from +the system file. + .. note:: See the `Filetype configuration`_ section for how to define styles.