Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 16 Apr 2023 21:24:35 UTC
Commit: 7af6eafc0525bfafc8bdb2fbd29452b5f5409f56
https://github.com/geany/geany/commit/7af6eafc0525bfafc8bdb2fbd29452b5f5409…
Log Message:
-----------
Merge pull request #3456 from ntrel/ft-kotlin
[filetypes] Update Kotlin basic types
Modified Paths:
--------------
data/filedefs/filetypes.Kotlin.conf
Modified: data/filedefs/filetypes.Kotlin.conf
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -3,8 +3,10 @@
[keywords]
# https://kotlinlang.org/docs/reference/keyword-reference.html
primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null as fun in object typealias val var when by constructor delegate dynamic field file get init param property receiver set setparam where actual annotation companion const crossinline data expect external infix inline inner internal lateinit noinline open operator out reified sealed suspend tailrec vararg field it
+
# https://kotlinlang.org/docs/reference/basic-types.html
-secondary=Double Float Long Int Short Byte NaN Void
+secondary=Any Boolean Byte Char Double Float Long Int Nothing Short String UByte UInt ULong Unit UShort
+
# documentation keywords for javadoc
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
typedefs=
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 09 Jan 2022 13:37:41 UTC
Commit: bab7581c0c3dc16a694b576944c568b53c78b543
https://github.com/geany/www.geany.org/commit/bab7581c0c3dc16a694b576944c56…
Log Message:
-----------
Add AppImage to Third Party packages
Modified Paths:
--------------
page_content/download/third-party.md
Modified: page_content/download/third-party.md
9 lines changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -70,6 +70,15 @@ There is a portable version of Geany by Oliver Krystal to carry on your USB stic
https://portableapps.com/apps/development/geany_portable
+## AppImage
+
+An AppImage for Geany can be found on:
+
+https://github.com/ecmu/geany.AppImage
+
+Download the "Geany-\*.AppImage" file, make it executable (e.g. with `chmod +x Geany-*.AppImage`) and execute it.
+
+
## Find your package
See https://pkgs.org/download/geany for even more available packages.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 16 Apr 2023 12:22:48 UTC
Commit: 0090f5ebd46b7c80675c8383fd73eac0704304a4
https://github.com/geany/www.geany.org/commit/0090f5ebd46b7c80675c8383fd73e…
Log Message:
-----------
Merge pull request #42 from eht16/third_party_add_appimage
Add AppImage to Third Party packages
Modified Paths:
--------------
page_content/download/third-party.md
Modified: page_content/download/third-party.md
9 lines changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -70,6 +70,15 @@ There is a portable version of Geany by Oliver Krystal to carry on your USB stic
https://portableapps.com/apps/development/geany_portable
+## AppImage
+
+An AppImage for Geany can be found on:
+
+https://github.com/ecmu/geany.AppImage
+
+Download the "Geany-\*.AppImage" file, make it executable (e.g. with `chmod +x Geany-*.AppImage`) and execute it.
+
+
## Find your package
See https://pkgs.org/download/geany for even more available packages.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).