Difference between revisions of "User:Kuraiko Yoshikawa/gedit/de"
m |
m |
||
Line 14: | Line 14: | ||
<div id="box" style="background-color: #e8dcfb; min-width: 700px;"> | <div id="box" style="background-color: #e8dcfb; min-width: 700px;"> | ||
<div style="background-color: #cfc0e0; font-size: 1.2em; font-weight: bold; border-bottom: black 1px dashed"> | <div style="background-color: #cfc0e0; font-size: 1.2em; font-weight: bold; border-bottom: black 1px dashed">Für gtksourceview2.0</div> | ||
<div style="padding: 10px 10px 10px 10px;"> | <div style="padding: 10px 10px 10px 10px;"> | ||
Ich habe eine neue lsl.lang Datei für gtksourceview2.0 erstellt. Du kannst sie [http://zeitenwerk.de/sandbox/lsl.lang.tar.gz hier] finden. | Ich habe eine neue lsl.lang Datei für gtksourceview2.0 erstellt. Du kannst sie [http://zeitenwerk.de/sandbox/lsl.lang.tar.gz hier] finden. | ||
Line 29: | Line 29: | ||
</div> | </div> | ||
<div id="box" style="background-color: #e8dcfb;"> | <div id="box" style="background-color: #e8dcfb;"> | ||
<div style="background-color: #cfc0e0; font-size: 1.2em; font-weight: bold; border-bottom: black 1px dashed"> | <div style="background-color: #cfc0e0; font-size: 1.2em; font-weight: bold; border-bottom: black 1px dashed">Für gtksourceview1.0</div> | ||
<div style="padding: 10px 10px 10px 10px;"> | <div style="padding: 10px 10px 10px 10px;"> | ||
Das ist eine ältere lsl.lang Datei, das Orginal wurde von Nargus Asturias erstellt und im [http://forums.secondlife.com/showthread.php?p=1134163 Scripting Tips forum] bereitgestellt. Upgedated von [http://adammarker.org/shill/ adammarker.org/shill/] und von mir ^.~<br> | Das ist eine ältere lsl.lang Datei, das Orginal wurde von Nargus Asturias erstellt und im [http://forums.secondlife.com/showthread.php?p=1134163 Scripting Tips forum] bereitgestellt. Upgedated von [http://adammarker.org/shill/ adammarker.org/shill/] und von mir ^.~<br> |
Revision as of 14:31, 13 May 2008
gedit als LSL Offline Editor
LSL Syntax Highlighting
Ich habe eine neue lsl.lang Datei für gtksourceview2.0 erstellt. Du kannst sie hier finden.
Zum installieren entpacke die lsl.lang nach: [Gnome Verzeichnis]/gtksourceview-2.0/language-specs
für mich wäre das: /usr/share/gtksourceview-2.0/language-specs
starte nun gedit neu.
Das ist eine ältere lsl.lang Datei, das Orginal wurde von Nargus Asturias erstellt und im Scripting Tips forum bereitgestellt. Upgedated von adammarker.org/shill/ und von mir ^.~
Zum installieren entpacke die lsl.lang nach: [Gnome Verzeichnis]/gtksourceview-1.0/language-specs
für mich wäre das: /usr/share/gtksourceview-1.0/language-specs
starte nun gedit neu.
Syntax Check
Ein einfacher Syntax Check für gedit basierend auf lslint
Lade lslint für Linux von w-hat oder direkt Link
Entpacke lslint irgendwohin und mache die Datei ausführbar (chmod 750 oder Rechts klick Einstellungen/Zugriffsrechte)
Nun öffne gedit klicke auf Bearbeiten/Einstellungen/Plugins und aktiviere "Externe Werkzeuge"
wähle "Plugin konfigurieren"
im neuen Fenster klicke nun auf "Neu" und gib ihm irgend einen Namen am besten LSLint oder "LSL Syntax"
füge in das Kommando Textfeld:
#!/bin/sh
[Pfad zu lslint]/lslint $GEDIT_CURRENT_DOCUMENT_NAME
Für mich ist das: ~/lslint $GEDIT_CURRENT_DOCUMENT_NAME (Homeverzeichnis)
ein.
Wähle für:
Eingabe: Nichts
Ausgabe: In Fußleiste anzeigen
Anwendbarkeit: Alle Dokumente
klicke nun auf Schließen ^.~
Öffne ein neues Dokument, füge irgend ein LSL Script ein und Speicher es ab (du musst immer Speichern bevor du den Syntax Checkst ansonsten gibt lslint einen Fehler aus)
Wähle im Tools Menü LSLint oder wie auch immer du es genannt hast
gedit Color Theme wie der (alte) InWorld Editor
Lade die lsl_editor.xml herunter und entpacke es irgendwohin.
Öffne gedit und wähle im Edit Menü Einstellungen/Schrift&Farben und klicke auf Einfügen und wähle die lsl_editor.xml Datei.
Wähle LSL Editor in der Farbschemen Liste aus und Schließe das Einstellungsfenster.
Kuraiko Yoshikawa 15:07, 13 May 2008 (PDT)