Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Wed, 20 Nov 2024 14:58:31 UTC
Commit: 8fad65c66c6f088a78eeae2c0397ab4c4f470bee
https://github.com/geany/geany/commit/8fad65c66c6f088a78eeae2c0397ab4c4f470…
Log Message:
-----------
Update documentation
Modified Paths:
--------------
HACKING
doc/geany.txt
Modified: HACKING
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -536,8 +536,7 @@ first (scintilla or ctags).
If you want to reuse an existing lexer and/or tag parser, making a
custom filetype is probably easier - it doesn't require any
changes to the source code. Follow instructions in the manual:
-https://geany.org/manual/index.html#custom-filetypes. Don't forget to
-update the ``[Groups]`` section in ``filetype_extensions.conf``.
+https://geany.org/manual/index.html#custom-filetypes.
.. warning::
You should use the newer `[build-menu]` section for default build
Modified: doc/geany.txt
29 lines changed, 0 insertions(+), 29 deletions(-)
===================================================================
@@ -4219,7 +4219,6 @@ support for the following has been implemented:
* Recognizing and setting the filetype (after the user has manually updated
the `filetype extensions`_ file).
-* `Filetype group membership`_.
* Reading filetype settings in the ``[settings]`` section, including:
* Using an existing syntax highlighting lexer (`lexer_filetype`_ key).
* Using an existing tags parser (`tag_parser`_ key).
@@ -4892,34 +4891,6 @@ should look like::
[Extensions]
Make=Makefile*;*.mk;Buildfile;
-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
-a document with their filetype is used.
-
-The format looks like::
-
- [Groups]
- Programming=C;C++;
- Script=Perl;Python;
- Markup=HTML;XML;
- Misc=Diff;Conf;
- None=None;
-
-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).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Wed, 20 Nov 2024 14:14:13 UTC
Commit: 109d1e34b7b21e56c1f2908145cbe5c4907b9d18
https://github.com/geany/geany-themes/commit/109d1e34b7b21e56c1f2908145cbe5…
Log Message:
-----------
Add alt.conf theme from Geany
Modified Paths:
--------------
AUTHORS
colorschemes/alt.conf
screenshots/alt.png
Modified: AUTHORS
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -20,6 +20,10 @@ abc-light.conf
--------------
*irvirty <irvirty(at)gmail(dot)com>
+alt.conf
+--------------
+ *Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
bespin.conf
-----------
Alexandre da Silva (tm2gtksw2)
Modified: colorschemes/alt.conf
114 lines changed, 114 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,114 @@
+#
+# Copyright 2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+
+[theme_info]
+name=Alternate
+description=Alternate Geany color scheme with styles like the Geany <= 0.19 Python/script defaults with gray comments.
+version=0.01
+author=Nick Treleaven
+url=https://github.com/geany/geany-themes
+
+[named_styles]
+
+default=0x000000;0xffffff;false;false
+error=0xffffff;0xff0000
+
+# Editor styles
+#-------------------------------------------------------------------------------
+
+selection=0x000000;0xc0c0c0;false;true
+current_line=0x000000;0xf0f0f0;true
+brace_good=0x0000ff;0xFFFFFF;true;false
+brace_bad=0xff0000;0xFFFFFF;true;false
+margin_line_number=0x000000;0xd0d0d0
+margin_folding=0x000000;0xdfdfdf
+fold_symbol_highlight=0xffffff
+indent_guide=0xc0c0c0
+caret=0x000000;0x000000;false
+marker_line=0x000000;0xffff00
+marker_search=0x000000;0x0000f0
+marker_mark=0x000000;0xb8f4b8
+call_tips=0xc0c0c0;0xffffff;false;false
+white_space=0xc0c0c0;0xffffff;true;false
+
+# Programming languages
+#-------------------------------------------------------------------------------
+
+comment=0x808080
+comment_doc=0x404000
+comment_line=comment
+comment_line_doc=comment_doc
+comment_doc_keyword=comment_doc,bold
+comment_doc_keyword_error=comment_doc,italic
+
+number=0x400080
+number_1=number
+number_2=number_1
+
+type=0x2E8B57;;true
+class=type
+function=0x000080
+parameter=function
+
+keyword=0x003030;;true
+keyword_1=keyword
+keyword_2=0x9f0200;;true
+keyword_3=keyword_1
+keyword_4=keyword_1
+
+identifier=default
+identifier_1=identifier
+identifier_2=identifier_1
+identifier_3=identifier_1
+identifier_4=identifier_1
+
+string=0x008000
+string_1=string
+string_2=string_1
+string_3=default
+string_4=default
+string_eol=0x000000;0xe0c0e0
+character=string_1
+backticks=string_2
+here_doc=string_2
+
+label=default,bold
+preprocessor=0x808000
+regex=number_1
+operator=0x300080
+decorator=string_1,bold
+other=0x404080
+
+# Markup-type languages
+#-------------------------------------------------------------------------------
+
+tag=type
+tag_unknown=tag,bold
+tag_end=tag,bold
+attribute=keyword_1
+attribute_unknown=attribute,bold
+value=string_1
+entity=default
+
+# Diff
+#-------------------------------------------------------------------------------
+
+line_added=0x008B8B
+line_removed=0x6A5ACD
+line_changed=preprocessor
Modified: screenshots/alt.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).