[geany/talks] 556bcf: Add 'how can I ...' sections for building files and using Vi keybindings

Enrico Tröger git-noreply at xxxxx
Sat Mar 15 15:23:53 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 15 Mar 2014 15:23:53 UTC
Commit:      556bcfac782fd93a4e4af3380ff313048a91407d
             https://github.com/geany/talks/commit/556bcfac782fd93a4e4af3380ff313048a91407d

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).


More information about the Commits mailing list