Branch: refs/heads/master Author: Ilario Pierbattista ulven101@gmail.com Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 08 Jun 2013 12:55:39 UTC Commit: e949ff8872ca87c9626299ab04260177bad84057 https://github.com/geany/geany/commit/e949ff8872ca87c9626299ab04260177bad840...
Log Message: ----------- Add "strictfp" Java keyword
Closes #936.
Modified Paths: -------------- data/filetypes.java
Modified: data/filetypes.java 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -2,7 +2,7 @@ [styling=C]
[keywords] -primary=abstract assert break case catch class const continue default do else enum extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null +primary=abstract assert break case catch class const continue default do else enum extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static strictfp super switch synchronized this throw throws transient try var volatile while true false null secondary=boolean byte char double float int long short void # documentation keywords for javadoc doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).