Skip to content

Commit 6515ef5

Browse files
committed
Merge branch 'master' of https://github.com/geany/geany into geany-master
2 parents 9a01598 + ef2255b commit 6515ef5

39 files changed

+9956
-1159
lines changed

HACKING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,11 @@ indentation after ':' is done from on_new_line_added().
649649
If the Scintilla lexer supports user type keyword highlighting (e.g.
650650
SCLEX_CPP), update document_highlight_tags() in document.c.
651651

652+
If the filetype is a scripting language and the interpreter can be started
653+
using a shebang, update find_shebang() in filetypes.c.
654+
655+
Update editor_set_indentation_guides() in editor.c if needed.
656+
652657
Adding a CTags parser
653658
^^^^^^^^^^^^^^^^^^^^^
654659
This assumes the filetype for Geany already exists.

README.I18N

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ translated text.
4747
user-configurable and users may have become accustomed to using the existing
4848
mnemonic key.
4949

50-
You can also use intl_stats.sh, e.g. by running the following command in the top
51-
source directory of Geany:
52-
53-
$ po/intl_stats.sh -a it
54-
55-
This will print some information about the Italian translation and checks for
56-
menu accelerators.
57-
5850
When you have finished your work - which doesn't mean you finished the
5951
translation, you will not have to work alone - send the file to the translation
6052
mailing list [3] or directly to Frank Lanitz [4] and he will add the translation

ctags/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ parsers = \
8282
parsers/geany_matlab.c \
8383
parsers/nsis.c \
8484
parsers/objc.c \
85+
parsers/ocaml.c \
8586
parsers/pascal.c \
8687
parsers/perl.c \
8788
parsers/perl.h \

0 commit comments

Comments
 (0)