Branch: refs/heads/master
Author: elextr <elextr(a)gmail.com>
Committer: elextr <elextr(a)gmail.com>
Date: Fri, 21 Mar 2014 04:46:45 UTC
Commit: b27b3678dd787719a96832cd3a53102e0d66e177
https://github.com/geany/geany/commit/b27b3678dd787719a96832cd3a53102e0d66e…
Log Message:
-----------
Add boolean to Pascal keyword list
Pascal has a boolean type (see wikipedia entry) fixes bug #1033
Modified Paths:
--------------
data/filetypes.pascal
Modified: data/filetypes.pascal
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,7 @@ asm=number_2
[keywords]
# all items must be in one line
-primary=absolute abstract add and array as asm assembler automated begin break byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
+primary=absolute abstract add and array as asm assembler automated begin boolean break byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
[lexer_properties]
# only highlight keywords like read,write if in appropriate context
--------------
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, 16 Mar 2014 12:20:05 UTC
Commit: 71b48bd6fb2e499e3352ad70c3e2cfa567ef667b
https://github.com/geany/geany/commit/71b48bd6fb2e499e3352ad70c3e2cfa567ef6…
Log Message:
-----------
Regenerate 16x16 Geany icon to be not cutoff
For some reason, the icon was cutoff in the upper left corner.
>From the GIT history, I can't find any real reference for the
reason, so I guess this was just a mistake when convertig the
32x32 icon to 16x16. If anyone knows better, please tell me.
Modified Paths:
--------------
icons/16x16/geany.png
Modified: icons/16x16/geany.png
0 files 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).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 15 Mar 2014 15:37:26 UTC
Commit: 5a2f7fd0a5c1325c14bd9ec556c801810b236b99
https://github.com/geany/talks/commit/5a2f7fd0a5c1325c14bd9ec556c801810b236…
Log Message:
-----------
Fix HTML markup in title
Modified Paths:
--------------
de/html/index.html
Modified: de/html/index.html
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
- <title>Best of Geany-FAQ &mdash alles was ihr schon immer über den Editor wissen wolltet </title>
+ <title>Best of Geany-FAQ — alles was ihr schon immer über den Editor wissen wolltet </title>
<meta name="description" content="Eine Zusammenfssung häufiger Fragen und allgemein spanneder Tehmen zu Geany">
<meta name="author" content="Frank Lanitz ">
--------------
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: Sat, 15 Mar 2014 15:23:53 UTC
Commit: 556bcfac782fd93a4e4af3380ff313048a91407d
https://github.com/geany/talks/commit/556bcfac782fd93a4e4af3380ff313048a914…
Log Message:
-----------
Add 'how can I ...' sections for building files and using Vi keybindings
This is conference collaboration work, based on visitors' feedback/questions.
Modified Paths:
--------------
de/html/index.html
Modified: de/html/index.html
36 files changed, 33 insertions(+), 3 deletions(-)
===================================================================
@@ -40,7 +40,7 @@
<img src="../../img/geany.svg" width="200px" alt="Geany-Logo">
<h3> ... alles was ihr schon immer über den Editor wissen wolltet</h3>
<p>Frank Lanitz</p>
-
+
</section>
<section>
<section>
@@ -100,7 +100,7 @@
<li>Geschrieben in C/C++</li>
<li>Basiert auf Scintilla</li>
<li>Lizenz GPLv2+</li>
-
+
</ul>
</section>
<section>
@@ -236,7 +236,7 @@
<section>
<h3>Autovervollständigung</h3>
<ul>
- <li>Basierend auf:
+ <li>Basierend auf:
<ul>
<li>Statischen Tag-Files</li>
<li>Erkennen von Variablen und oft verwendeten "Wörtern" in der Sitzung</li>
@@ -247,6 +247,36 @@
</section>
<section>
<section>
+ <h1>Wie kann ich ... </h1>
+ <h3>übersetzen</h3>
+ </section>
+
+ <section>
+ <h3>Erstellen-Menü</h3>
+ <ul>
+ <li>Einfache Nutzung über Menü oder Tastatur</li>
+ <li>Grundbefehle wie Übersetzen oder Ausführen für viele Sprachen vorhanden</li>
+ <li>Verzicht auf komplexe Konstrukte wie "alles übersetzen" → Makefile</li>
+ <li>Konfigurierbar global und pro Dateityp</li>
+ </ul>
+ </section>
+ </section>
+ <section>
+ <section>
+ <h1>Wie kann ich ... </h1>
+ <h3>Geany wie Vi bedienen</h3>
+ </section>
+ <section>
+ <h3>Vi(m) Keybindings</h3>
+ <ul>
+ <li>Kurz: Gar nicht</li>
+ <li>Lang: Jemand müsste ein Plugin für Vi(m) Keybindings implementieren</li>
+ <li>Theoretisch ist es möglich</li>
+ </ul>
+ </section>
+ </section>
+ <section>
+ <section>
<h1>Wie finanziert sich Geany</h1>
</section>
<section>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: elextr <elextr(a)gmail.com>
Committer: elextr <elextr(a)gmail.com>
Date: Fri, 14 Mar 2014 04:03:12 UTC
Commit: d76323260c85eebdbe54c8155ffa51ae68a205aa
https://github.com/geany/geany/commit/d76323260c85eebdbe54c8155ffa51ae68a20…
Log Message:
-----------
Put Makefile comments at start of line.
In a makefile comments in recipes must start at the beginning of
the line (see [1]). Thanks to cousteau on IRC.
[1] http://www.gnu.org/software/make/manual/make.html#Recipe-Syntax
Modified Paths:
--------------
data/filetypes.makefile
Modified: data/filetypes.makefile
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,7 @@ comment_single=#
# setting to false would generate this
# command_example();
# This setting works only for single line comments
-comment_use_indent=true
+comment_use_indent=false
# context action command (please see Geany's main documentation for details)
context_action_cmd=
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).