Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 04 Oct 2015 11:55:42 UTC Commit: 670cecbbb568028cc5b6a6325d8ae4cd3fbc9b94 https://github.com/geany/talks/commit/670cecbbb568028cc5b6a6325d8ae4cd3fbc9b...
Log Message: ----------- EN: Adding some structure
Modified Paths: -------------- en/A_short_introduction/index.html
Modified: en/A_short_introduction/index.html 42 lines changed, 42 insertions(+), 0 deletions(-) =================================================================== @@ -93,6 +93,48 @@ </section> </section> <section> + <section> + <h1>Features</h1> + </section> + <section> + <h3>Syntaxhighlighting</h3> + </section> + <section> + <h3>Build menu</h3> + </section> + <section> + <h3>Keyboard shortcuts</h3> + </section> + <section> + <h3>Templates</h3> + </section> + <section> + <h3>File-Templates</h3> + </section> + <section> + <h3>Snippets</h3> + </section> + <section> + <h3>Example RegEx</h3> + <code><pre> +domain=[._[:alnum:]-]+ +host=[._[:alnum:]-]+ +ip=[0-9A-Fa-f.:]+ +email=[._+=[:alnum:]-]+@[._[:alnum:]-]+ +date=\w{3} [ :0-9]{11} + </pre></code> + </section> + <section> + <h3>Autocompletion</h3> + </section> + <section> + <h3>Symbol browser & document browser</h3> + </section> + <section> + <h3>Plugin interface</h3> + </section> + </section> + <section> <h1>The End</h1> </section> </div>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).