[RELEASE] Notepad++ 6.6.8 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1267 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
a20c6693a9
commit
9418974c87
@ -1,7 +1,13 @@
|
|||||||
Notepad++ v6.6.7 new feature and bug fixes:
|
Notepad++ v6.6.8 new feature and bug fixes:
|
||||||
|
|
||||||
1. Settings on cloud - OneDrive.
|
1. Settings on cloud - Google Drive.
|
||||||
2. Fix the crash issue on start up for some context.
|
2. Fix Settings on cloud - OneDrive detection error.
|
||||||
|
3. Make internal docking dialogs apply the selected theme's background and foreground colours.
|
||||||
|
4. Fix the bug that "backslash is escape char for SQL" setting is not saved correctly.
|
||||||
|
5. Fix the bug that user cannot disable "backslash is SQL escape char" without restarting.
|
||||||
|
6. Fix DocMap's syntax highlighting doesn't update while current doc apply a new syntax highlighting.
|
||||||
|
7. Add 2 new plugins APIs: NPPM_GETEDITORDEFAULTBACKGROUNDCOLOR & NPPM_GETEDITORDEFAULTFOREGROUNDCOLOR
|
||||||
|
8. Add new notification NPPN_SNAPSHOTDIRTYFILELOADED to notify plugins that a snapshot dirty file is loaded on startup.
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="Big5"?>
|
<?xml version="1.0" encoding="Big5"?>
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="中文繁體" filename="chinese.xml" version="6.5.4">
|
<Native-Langue name="中文繁體" filename="chinese.xml" version="6.6.8">
|
||||||
<Menu>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
|
@ -672,10 +672,10 @@
|
|||||||
<Item id="6508" name="程序语言菜单" />
|
<Item id="6508" name="程序语言菜单" />
|
||||||
</LangMenu>
|
</LangMenu>
|
||||||
|
|
||||||
<TabSettings title="选项卡设置">
|
<TabSettings title="制表符设置">
|
||||||
<Item id="6301" name="选项卡设置" />
|
<Item id="6301" name="制表符设置" />
|
||||||
<Item id="6302" name="使用空格替换" />
|
<Item id="6302" name="转换为空格" />
|
||||||
<Item id="6303" name="选项卡大小:" />
|
<Item id="6303" name="制表符宽度:" />
|
||||||
<Item id="6510" name="使用默认值" />
|
<Item id="6510" name="使用默认值" />
|
||||||
</TabSettings>
|
</TabSettings>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="English" filename="english.xml" version="6.5.4">
|
<Native-Langue name="English" filename="english.xml" version="6.6.8">
|
||||||
<Menu>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="Français" filename="french.xml" version="6.5.4">
|
<Native-Langue name="Français" filename="french.xml" version="6.6.8">
|
||||||
<Menu>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
|
@ -1,9 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
German localization for Notepad++ 6.4.2
|
German localization for Notepad++ 6.6.7,
|
||||||
Last modified Tue, 9 July 2013 by Jan Schreiber.
|
last modified 2014-07-01 by Jan Schreiber.
|
||||||
Please e-mail errors, suggestions etc. to janschreiber(at)users.sf.net.
|
|
||||||
|
Please e-mail errors, suggestions etc. to janschreiber(at)users.sf.net,
|
||||||
|
or participate in the discussion in the sourceforge forum:
|
||||||
|
https://sourceforge.net/p/notepad-plus/discussion/558104/thread/ce46d9d8/
|
||||||
|
|
||||||
|
The most recent version of this file can usually be downloaded from
|
||||||
|
https://drive.google.com/file/d/0B2khHHcwKI_hdlJ6Xy1tRUZNUFU/edit?usp=sharing
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="Deutsch" filename="german.xml">
|
<Native-Langue name="Deutsch" filename="german.xml">
|
||||||
<!-- Menus: -->
|
<!-- Menus: -->
|
||||||
@ -25,7 +33,9 @@
|
|||||||
</Entries>
|
</Entries>
|
||||||
<!-- Sub Menus: -->
|
<!-- Sub Menus: -->
|
||||||
<SubEntries>
|
<SubEntries>
|
||||||
|
<Item subMenuId="file-closeMore" name="&Mehrere schließen"/>
|
||||||
<Item subMenuId="file-recentFiles" name="Zuletzt &verwendet"/>
|
<Item subMenuId="file-recentFiles" name="Zuletzt &verwendet"/>
|
||||||
|
<Item subMenuId="file-openFolder" name="Aktuellen &Ordner öffnen"/>
|
||||||
<Item subMenuId="edit-copyToClipboard" name="Datei&pfad kopieren"/>
|
<Item subMenuId="edit-copyToClipboard" name="Datei&pfad kopieren"/>
|
||||||
<Item subMenuId="edit-indent" name="Ein&rückung"/>
|
<Item subMenuId="edit-indent" name="Ein&rückung"/>
|
||||||
<Item subMenuId="edit-convertCaseTo" name="&Groß-/Kleinschreibung"/>
|
<Item subMenuId="edit-convertCaseTo" name="&Groß-/Kleinschreibung"/>
|
||||||
@ -46,6 +56,7 @@
|
|||||||
<Item subMenuId="view-collapseLevel" name="Te&xtblöcke schließen"/>
|
<Item subMenuId="view-collapseLevel" name="Te&xtblöcke schließen"/>
|
||||||
<Item subMenuId="view-uncollapseLevel" name="Te&xtblöcke öffnen"/>
|
<Item subMenuId="view-uncollapseLevel" name="Te&xtblöcke öffnen"/>
|
||||||
<Item subMenuId="view-project" name="Projektver&waltung"/>
|
<Item subMenuId="view-project" name="Projektver&waltung"/>
|
||||||
|
<Item subMenuId="view-tab" name="&Tabs"/>
|
||||||
<Item subMenuId="encoding-characterSets" name="&Zeichensatz"/>
|
<Item subMenuId="encoding-characterSets" name="&Zeichensatz"/>
|
||||||
<Item subMenuId="encoding-arabic" name="&Arabisch"/>
|
<Item subMenuId="encoding-arabic" name="&Arabisch"/>
|
||||||
<Item subMenuId="encoding-baltic" name="&Baltisch"/>
|
<Item subMenuId="encoding-baltic" name="&Baltisch"/>
|
||||||
@ -80,6 +91,7 @@
|
|||||||
<Item id="41006" name="&Speichern"/>
|
<Item id="41006" name="&Speichern"/>
|
||||||
<Item id="41007" name="&Alle speichern"/>
|
<Item id="41007" name="&Alle speichern"/>
|
||||||
<Item id="41008" name="Speichern &unter ..."/>
|
<Item id="41008" name="Speichern &unter ..."/>
|
||||||
|
<Item id="41009" name="Dateien &links schließen"/>
|
||||||
<Item id="41010" name="&Drucken ..."/>
|
<Item id="41010" name="&Drucken ..."/>
|
||||||
<Item id="41011" name="B&eenden"/>
|
<Item id="41011" name="B&eenden"/>
|
||||||
<Item id="41012" name="Sit&zung öffnen ..."/>
|
<Item id="41012" name="Sit&zung öffnen ..."/>
|
||||||
@ -88,6 +100,9 @@
|
|||||||
<Item id="41015" name="&Kopie speichern unter ..."/>
|
<Item id="41015" name="&Kopie speichern unter ..."/>
|
||||||
<Item id="41016" name="Von Datentr&äger löschen"/>
|
<Item id="41016" name="Von Datentr&äger löschen"/>
|
||||||
<Item id="41017" name="Um&benennen ..."/>
|
<Item id="41017" name="Um&benennen ..."/>
|
||||||
|
<Item id="41018" name="Dateien &rechts schließen"/>
|
||||||
|
<Item id="41019" name="E&xplorer"/>
|
||||||
|
<Item id="41020" name="&Kommandozeile"/>
|
||||||
<Item id="42001" name="Aus&schneiden"/>
|
<Item id="42001" name="Aus&schneiden"/>
|
||||||
<Item id="42002" name="&Kopieren"/>
|
<Item id="42002" name="&Kopieren"/>
|
||||||
<Item id="42003" name="&Rückgängig"/>
|
<Item id="42003" name="&Rückgängig"/>
|
||||||
@ -121,8 +136,8 @@
|
|||||||
<Item id="42032" name="Makro &mehrfach ausführen ..."/>
|
<Item id="42032" name="Makro &mehrfach ausführen ..."/>
|
||||||
<Item id="42033" name="Schreibsch&utz-Attribut löschen"/>
|
<Item id="42033" name="Schreibsch&utz-Attribut löschen"/>
|
||||||
<Item id="42034" name="&Block-Editor ..."/>
|
<Item id="42034" name="&Block-Editor ..."/>
|
||||||
<Item id="42035" name="Bloc&k auskommentieren"/>
|
<Item id="42035" name="Zeilen aus&kommentieren"/>
|
||||||
<Item id="42036" name="Blo&ck einkommentieren"/>
|
<Item id="42036" name="Zeilen ei&nkommentieren"/>
|
||||||
<Item id="42037" name="Spalten-&Modus ..."/>
|
<Item id="42037" name="Spalten-&Modus ..."/>
|
||||||
<Item id="42038" name="&HTML-Inhalt einfügen"/>
|
<Item id="42038" name="&HTML-Inhalt einfügen"/>
|
||||||
<Item id="42039" name="&RTF-Inhalt einfügen"/>
|
<Item id="42039" name="&RTF-Inhalt einfügen"/>
|
||||||
@ -143,6 +158,10 @@
|
|||||||
<Item id="42054" name="Leerzeichen in &Tabulatoren umwandeln (alle)"/>
|
<Item id="42054" name="Leerzeichen in &Tabulatoren umwandeln (alle)"/>
|
||||||
<Item id="42055" name="&Leerzeilen (nur völlig leere) löschen"/>
|
<Item id="42055" name="&Leerzeilen (nur völlig leere) löschen"/>
|
||||||
<Item id="42056" name="Leerzeilen (auch mit &Whitespace) löschen"/>
|
<Item id="42056" name="Leerzeilen (auch mit &Whitespace) löschen"/>
|
||||||
|
<Item id="42057" name="Leerzeile &über aktueller Zeile einfügen"/>
|
||||||
|
<Item id="42058" name="Leerzeile u&nter aktueller Zeile einfügen"/>
|
||||||
|
<Item id="42059" name="Zeilen au&fsteigend sortieren"/>
|
||||||
|
<Item id="42060" name="Zeilen a&bsteigend sortieren"/>
|
||||||
<Item id="43001" name="&Suchen ..."/>
|
<Item id="43001" name="&Suchen ..."/>
|
||||||
<Item id="43002" name="&Weitersuchen"/>
|
<Item id="43002" name="&Weitersuchen"/>
|
||||||
<Item id="43003" name="&Ersetzen ..."/>
|
<Item id="43003" name="&Ersetzen ..."/>
|
||||||
@ -192,6 +211,7 @@
|
|||||||
<Item id="43050" name="Lesezeichen inver&tieren"/>
|
<Item id="43050" name="Lesezeichen inver&tieren"/>
|
||||||
<Item id="43051" name="&Zeilen ohne Lesezeichen löschen"/>
|
<Item id="43051" name="&Zeilen ohne Lesezeichen löschen"/>
|
||||||
<Item id="43052" name="Suche nach &Zeichencodes ..."/>
|
<Item id="43052" name="Suche nach &Zeichencodes ..."/>
|
||||||
|
<Item id="43053" name="Alles zwische&n Klammern auswählen"/>
|
||||||
<Item id="44009" name="&Post-It"/>
|
<Item id="44009" name="&Post-It"/>
|
||||||
<Item id="44010" name="Alle Te&xtblöcke schließen"/>
|
<Item id="44010" name="Alle Te&xtblöcke schließen"/>
|
||||||
<Item id="44011" name="Benutzerdefinierte Spra&che ..."/>
|
<Item id="44011" name="Benutzerdefinierte Spra&che ..."/>
|
||||||
@ -221,7 +241,18 @@
|
|||||||
<Item id="44081" name="Projektfenster &1"/>
|
<Item id="44081" name="Projektfenster &1"/>
|
||||||
<Item id="44082" name="Projektfenster &2"/>
|
<Item id="44082" name="Projektfenster &2"/>
|
||||||
<Item id="44083" name="Projektfenster &3"/>
|
<Item id="44083" name="Projektfenster &3"/>
|
||||||
<Item id="44084" name="Funktionslis&te"/>
|
<Item id="44084" name="&Funktionsliste"/>
|
||||||
|
<Item id="44086" name="&1. Tab"/>
|
||||||
|
<Item id="44087" name="&2. Tab"/>
|
||||||
|
<Item id="44088" name="&3. Tab"/>
|
||||||
|
<Item id="44089" name="&4. Tab"/>
|
||||||
|
<Item id="44090" name="&5. Tab"/>
|
||||||
|
<Item id="44091" name="&6. Tab"/>
|
||||||
|
<Item id="44092" name="&7. Tab"/>
|
||||||
|
<Item id="44093" name="&8. Tab"/>
|
||||||
|
<Item id="44094" name="&9. Tab"/>
|
||||||
|
<Item id="44095" name="&Nächster Tab"/>
|
||||||
|
<Item id="44096" name="&Vorheriger Tab"/>
|
||||||
<Item id="45001" name="Konvertiere zu &Windows (CR+LF)"/>
|
<Item id="45001" name="Konvertiere zu &Windows (CR+LF)"/>
|
||||||
<Item id="45002" name="Konvertiere zu &UNIX (LF)"/>
|
<Item id="45002" name="Konvertiere zu &UNIX (LF)"/>
|
||||||
<Item id="45003" name="Konvertiere zu &Mac (CR)"/>
|
<Item id="45003" name="Konvertiere zu &Mac (CR)"/>
|
||||||
@ -245,12 +276,11 @@
|
|||||||
<Item id="47000" name="&Info ..."/>
|
<Item id="47000" name="&Info ..."/>
|
||||||
<Item id="47001" name="Notepad++ im &Web"/>
|
<Item id="47001" name="Notepad++ im &Web"/>
|
||||||
<Item id="47002" name="Notepad++ bei &SourceForge"/>
|
<Item id="47002" name="Notepad++ bei &SourceForge"/>
|
||||||
<Item id="47003" name="&Online-Hilfe"/>
|
|
||||||
<Item id="47004" name="&Forum"/>
|
<Item id="47004" name="&Forum"/>
|
||||||
<Item id="47005" name="&Erweiterungen"/>
|
<Item id="47005" name="&Erweiterungen"/>
|
||||||
<Item id="47006" name="Notepad++ aktualisieren"/>
|
<Item id="47006" name="Notepad++ aktualisieren"/>
|
||||||
<Item id="47007" name="FA&Q"/>
|
|
||||||
<Item id="47008" name="In&halt ..."/>
|
<Item id="47008" name="In&halt ..."/>
|
||||||
|
<Item id="47010" name="&Kommandozeilenparameter ..."/>
|
||||||
<Item id="48005" name="&Plugin(s) importieren ..."/>
|
<Item id="48005" name="&Plugin(s) importieren ..."/>
|
||||||
<Item id="48006" name="&Design(s) importieren ..."/>
|
<Item id="48006" name="&Design(s) importieren ..."/>
|
||||||
<Item id="48009" name="&Tastatur ..."/>
|
<Item id="48009" name="&Tastatur ..."/>
|
||||||
@ -262,6 +292,7 @@
|
|||||||
<Item id="50000" name="&Funktionsvervollständigung"/>
|
<Item id="50000" name="&Funktionsvervollständigung"/>
|
||||||
<Item id="50001" name="&Wortvervollständigung"/>
|
<Item id="50001" name="&Wortvervollständigung"/>
|
||||||
<Item id="50002" name="Funktions&parameter anzeigen"/>
|
<Item id="50002" name="Funktions&parameter anzeigen"/>
|
||||||
|
<Item id="50006" name="&Dateipfad vervollständigen"/>
|
||||||
</Commands>
|
</Commands>
|
||||||
</Main>
|
</Main>
|
||||||
<Splitter/>
|
<Splitter/>
|
||||||
@ -284,6 +315,10 @@
|
|||||||
<Item CMID="14" name="In neue &Instanz verschieben"/>
|
<Item CMID="14" name="In neue &Instanz verschieben"/>
|
||||||
<Item CMID="15" name="In neue Instan&z duplizieren"/>
|
<Item CMID="15" name="In neue Instan&z duplizieren"/>
|
||||||
<Item CMID="16" name="Neu &laden"/>
|
<Item CMID="16" name="Neu &laden"/>
|
||||||
|
<Item CMID="17" name="Dateien links schlie&ßen"/>
|
||||||
|
<Item CMID="18" name="Dateien rech&ts schließen"/>
|
||||||
|
<Item CMID="19" name="Ordner im E&xplorer öffnen"/>
|
||||||
|
<Item CMID="20" name="Kommandozeile im aktuellen &Ordner öffnen"/>
|
||||||
</TabBar>
|
</TabBar>
|
||||||
</Menu>
|
</Menu>
|
||||||
<!-- Dialog Windows: -->
|
<!-- Dialog Windows: -->
|
||||||
@ -450,7 +485,7 @@
|
|||||||
<Item id="21225" name="Mitte"/>
|
<Item id="21225" name="Mitte"/>
|
||||||
<Item id="21226" name="Ende"/>
|
<Item id="21226" name="Ende"/>
|
||||||
<Item id="21227" name="Stil"/>
|
<Item id="21227" name="Stil"/>
|
||||||
<Item id="21320" name="Textblöcke im Code 2"/>
|
<Item id="21320" name="Textblöcke im Code 2 (mit Trennzeichen)"/>
|
||||||
<Item id="21324" name="Anfang"/>
|
<Item id="21324" name="Anfang"/>
|
||||||
<Item id="21325" name="Mitte"/>
|
<Item id="21325" name="Mitte"/>
|
||||||
<Item id="21326" name="Ende"/>
|
<Item id="21326" name="Ende"/>
|
||||||
@ -585,11 +620,19 @@
|
|||||||
<Item id="6119" name="Mehrzeilig"/>
|
<Item id="6119" name="Mehrzeilig"/>
|
||||||
<Item id="6120" name="Vertikal"/>
|
<Item id="6120" name="Vertikal"/>
|
||||||
<Item id="6121" name="Menüleiste"/>
|
<Item id="6121" name="Menüleiste"/>
|
||||||
<Item id="6122" name="Ausblenden (wechseln: Alt oder F10)"/>
|
<Item id="6122" name="Menüleiste ausblenden (wechseln: Alt oder F10)"/>
|
||||||
<Item id="6123" name="Sprache der Benutzeroberfläche"/>
|
<Item id="6123" name="Sprache der Benutzeroberfläche"/>
|
||||||
<Item id="6125" name="Liste der offenen Dateien (Doc Switcher)"/>
|
<Item id="6125" name="Liste der geöffneten Dateien"/>
|
||||||
<Item id="6126" name="Anzeigen"/>
|
<Item id="6126" name="Anzeigen"/>
|
||||||
|
<Item id="6127" name="Erweiterungsspalte ausblenden"/>
|
||||||
</Global>
|
</Global>
|
||||||
|
<MultiInstance title="Mehrere Instanzen">
|
||||||
|
<Item id="6151" name="Mehrere Instanzen"/>
|
||||||
|
<Item id="6152" name="Sitzungsdateien in einer neuen Instanz öffnen"/>
|
||||||
|
<Item id="6153" name="Immer im Mehrinstanzmodus"/>
|
||||||
|
<Item id="6154" name="Standard (nur eine Instanz)"/>
|
||||||
|
<Item id="6155" name="* Notepad++ muss neu gestartet werden"/>
|
||||||
|
</MultiInstance>
|
||||||
<Scintillas title="Oberfläche 2">
|
<Scintillas title="Oberfläche 2">
|
||||||
<Item id="6201" name="Textblock-Faltung"/>
|
<Item id="6201" name="Textblock-Faltung"/>
|
||||||
<Item id="6202" name="Plus/minus"/>
|
<Item id="6202" name="Plus/minus"/>
|
||||||
@ -617,7 +660,16 @@
|
|||||||
<Item id="6229" name="Linksbündig"/>
|
<Item id="6229" name="Linksbündig"/>
|
||||||
<Item id="6230" name="Hängend"/>
|
<Item id="6230" name="Hängend"/>
|
||||||
<Item id="6231" name="Rahmenbreite"/>
|
<Item id="6231" name="Rahmenbreite"/>
|
||||||
|
<Item id="6234" name="Erweitertes Scrollen deaktivieren"/>
|
||||||
</Scintillas>
|
</Scintillas>
|
||||||
|
<Delimiter title="Trennzeichen für erweiterte Auswahl">
|
||||||
|
<Item id="6251" name="Trennzeichen (Strg+Doppelklick)"/>
|
||||||
|
<Item id="6252" name="Anfang"/>
|
||||||
|
<Item id="6255" name="Ende"/>
|
||||||
|
<Item id="6256" name="Über mehrere Zeilen"/>
|
||||||
|
<Item id="6257" name="bla bla bla bla bla bla"/>
|
||||||
|
<Item id="6258" name="bla bla bla bla bla bla bla bla bla bla bla bla"/>
|
||||||
|
</Delimiter>
|
||||||
<RecentFilesHistory title="Zuletzt geöffnete Dateien">
|
<RecentFilesHistory title="Zuletzt geöffnete Dateien">
|
||||||
<Item id="6304" name="Zuletzt geöffnete Dateien"/>
|
<Item id="6304" name="Zuletzt geöffnete Dateien"/>
|
||||||
<Item id="6305" name="Beim Programmstart nicht überprüfen"/>
|
<Item id="6305" name="Beim Programmstart nicht überprüfen"/>
|
||||||
@ -627,6 +679,7 @@
|
|||||||
<Item id="6425" name="Nur Dateinamen"/>
|
<Item id="6425" name="Nur Dateinamen"/>
|
||||||
<Item id="6426" name="Namen mit vollem Pfad"/>
|
<Item id="6426" name="Namen mit vollem Pfad"/>
|
||||||
<Item id="6427" name="Benutzerdefinierte Pfadlänge:"/>
|
<Item id="6427" name="Benutzerdefinierte Pfadlänge:"/>
|
||||||
|
<Item id="6429" name="Anzeige im Dateimenü"/>
|
||||||
</RecentFilesHistory>
|
</RecentFilesHistory>
|
||||||
<NewDoc title="Neue Dateien">
|
<NewDoc title="Neue Dateien">
|
||||||
<Item id="6401" name="Zeilenende-Format"/>
|
<Item id="6401" name="Zeilenende-Format"/>
|
||||||
@ -697,7 +750,6 @@
|
|||||||
<MISC title="Diverses">
|
<MISC title="Diverses">
|
||||||
<Item id="6307" name="Aktivieren"/>
|
<Item id="6307" name="Aktivieren"/>
|
||||||
<Item id="6308" name="In Infobereich (Tray) minimieren"/>
|
<Item id="6308" name="In Infobereich (Tray) minimieren"/>
|
||||||
<Item id="6309" name="Aktuelle Sitzung bis zum nächsten Start merken"/>
|
|
||||||
<Item id="6312" name="Automatische Änderungserkennung"/>
|
<Item id="6312" name="Automatische Änderungserkennung"/>
|
||||||
<Item id="6313" name="Ohne Rückfrage aktualisieren"/>
|
<Item id="6313" name="Ohne Rückfrage aktualisieren"/>
|
||||||
<Item id="6114" name="Aktivieren"/>
|
<Item id="6114" name="Aktivieren"/>
|
||||||
@ -707,7 +759,7 @@
|
|||||||
<Item id="6319" name="Aktivieren"/>
|
<Item id="6319" name="Aktivieren"/>
|
||||||
<Item id="6320" name="Links nicht unterstreichen"/>
|
<Item id="6320" name="Links nicht unterstreichen"/>
|
||||||
<Item id="6322" name="Sitzungsdatei-Erw.:"/>
|
<Item id="6322" name="Sitzungsdatei-Erw.:"/>
|
||||||
<Item id="6323" name="Automatisches Update aktivieren"/>
|
<Item id="6323" name="Automatische Updates aktivieren"/>
|
||||||
<Item id="6324" name="Dokumentenumschalter (Strg+Tab)"/>
|
<Item id="6324" name="Dokumentenumschalter (Strg+Tab)"/>
|
||||||
<Item id="6325" name="Nach Aktualisierung zum Ende scrollen"/>
|
<Item id="6325" name="Nach Aktualisierung zum Ende scrollen"/>
|
||||||
<Item id="6326" name="Alle Wortvorkommnisse markieren"/>
|
<Item id="6326" name="Alle Wortvorkommnisse markieren"/>
|
||||||
@ -718,16 +770,30 @@
|
|||||||
<Item id="6331" name="Nur Dateinamen in Titelleiste anzeigen"/>
|
<Item id="6331" name="Nur Dateinamen in Titelleiste anzeigen"/>
|
||||||
<Item id="6332" name="Groß-/Kleinschreibung unterscheiden"/>
|
<Item id="6332" name="Groß-/Kleinschreibung unterscheiden"/>
|
||||||
<Item id="6333" name="Mehrfache Markierung"/>
|
<Item id="6333" name="Mehrfache Markierung"/>
|
||||||
<Item id="6334" name="Enkodierung automatisch erkennen"/>
|
<Item id="6334" name="Kodierung automatisch erkennen"/>
|
||||||
|
<Item id="6335" name="Backslash ist Escapezeichen für SQL"/>
|
||||||
</MISC>
|
</MISC>
|
||||||
<Backup title="Sicherheitskopie">
|
<Backup title="Sicherheitskopien">
|
||||||
<Item id="6801" name="Sicherheitskopie"/>
|
<Item id="6801" name="Sicherheitskopie beim Speichern von Dateien"/>
|
||||||
<Item id="6315" name="Keine"/>
|
<Item id="6315" name="keine"/>
|
||||||
<Item id="6316" name="Einfach"/>
|
<Item id="6316" name="einfach"/>
|
||||||
<Item id="6317" name="Erweitert"/>
|
<Item id="6317" name="erweitert"/>
|
||||||
<Item id="6804" name="Verzeichnisangabe für die Sicherheitskopien"/>
|
<Item id="6219" name="Verzeichnisangabe für die Sicherheitskopien"/>
|
||||||
<Item id="6803" name="Verzeichnis"/>
|
<Item id="6803" name="Verzeichnis:"/>
|
||||||
|
<Item id="6817" name="Sitzungen automatisch speichern"/>
|
||||||
|
<Item id="6818" name="Sitzungen zeitgesteuert speichern"/>
|
||||||
|
<Item id="6819" name="Speichere Sitzung alle"/>
|
||||||
|
<Item id="6821" name="Sekunden"/>
|
||||||
|
<Item id="6822" name="Verzeichnis:"/>
|
||||||
|
<Item id="6309" name="Aktuelle Sitzung für den nächsten Start merken"/>
|
||||||
</Backup>
|
</Backup>
|
||||||
|
<!-- TODO: -->
|
||||||
|
<CloudSettings title="Cloud">
|
||||||
|
<Item id="6262" name="Einstellungen in der Cloud speichern"/>
|
||||||
|
<Item id="6263" name="aus"/>
|
||||||
|
<Item id="6264" name="Dropbox"/>
|
||||||
|
<Item id="6265" name="OneDrive"/>
|
||||||
|
</CloudSettings>
|
||||||
<AutoCompletion title="Autovervollständigung">
|
<AutoCompletion title="Autovervollständigung">
|
||||||
<Item id="6807" name="Autovervollständigung"/>
|
<Item id="6807" name="Autovervollständigung"/>
|
||||||
<Item id="6808" name="Autovervollständigung aktivieren"/>
|
<Item id="6808" name="Autovervollständigung aktivieren"/>
|
||||||
@ -736,7 +802,21 @@
|
|||||||
<Item id="6811" name="ab"/>
|
<Item id="6811" name="ab"/>
|
||||||
<Item id="6813" name="Zeichen"/>
|
<Item id="6813" name="Zeichen"/>
|
||||||
<Item id="6814" name="(mögliche Werte: 1–9)"/>
|
<Item id="6814" name="(mögliche Werte: 1–9)"/>
|
||||||
<Item id="6815" name="Funktionsparameter einblenden"/>
|
<Item id="6815" name="Funktionsparameter anzeigen"/>
|
||||||
|
<Item id="6816" name="Wort- und Funktionsvervollständigung"/>
|
||||||
|
<Item id="6851" name="Klammern automatisch schließen"/>
|
||||||
|
<Item id="6857" name="HTML/XML-Tags"/>
|
||||||
|
<Item id="6858" name="links"/>
|
||||||
|
<Item id="6859" name="rechts"/>
|
||||||
|
<Item id="6860" name="Zeichenpaar 1:"/>
|
||||||
|
<Item id="6861" name=""/>
|
||||||
|
<Item id="6862" name=""/>
|
||||||
|
<Item id="6863" name="Zeichenpaar 2:"/>
|
||||||
|
<Item id="6864" name=""/>
|
||||||
|
<Item id="6865" name=""/>
|
||||||
|
<Item id="6866" name="Zeichenpaar 3:"/>
|
||||||
|
<Item id="6867" name=""/>
|
||||||
|
<Item id="6868" name=""/>
|
||||||
</AutoCompletion>
|
</AutoCompletion>
|
||||||
</Preference>
|
</Preference>
|
||||||
<!-- Run Macro Multiple Times: -->
|
<!-- Run Macro Multiple Times: -->
|
||||||
@ -771,6 +851,32 @@
|
|||||||
<Item id="2" name="Abbre&chen"/>
|
<Item id="2" name="Abbre&chen"/>
|
||||||
</ColumnEditor>
|
</ColumnEditor>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
<!-- Clipboard History: -->
|
||||||
|
<ClipboardHistory>
|
||||||
|
<PanelTitle name="Zwischenablage"/>
|
||||||
|
</ClipboardHistory>
|
||||||
|
<!-- Doc Switcher: -->
|
||||||
|
<DocSwitcher>
|
||||||
|
<PanelTitle name="Geöffnete Dateien"/>
|
||||||
|
<ColumnName name="Name"/>
|
||||||
|
<ColumnExt name="Erw."/>
|
||||||
|
</DocSwitcher>
|
||||||
|
<!-- ASCII table: -->
|
||||||
|
<AsciiInsertion>
|
||||||
|
<PanelTitle name="Zeichentabelle"/>
|
||||||
|
<ColumnVal name="Dezimal"/>
|
||||||
|
<ColumnChar name="Zeichen"/>
|
||||||
|
</AsciiInsertion>
|
||||||
|
<!-- Document Map: -->
|
||||||
|
<DocumentMap>
|
||||||
|
<PanelTitle name="Miniaturansicht"/>
|
||||||
|
</DocumentMap>
|
||||||
|
<!-- Function List: -->
|
||||||
|
<FunctionList>
|
||||||
|
<PanelTitle name="Funktionsliste"/>
|
||||||
|
<SortTip name="Sortieren"/>
|
||||||
|
<ReloadTip name="Neu laden"/>
|
||||||
|
</FunctionList>
|
||||||
<!-- Project Manager: -->
|
<!-- Project Manager: -->
|
||||||
<ProjectManager>
|
<ProjectManager>
|
||||||
<PanelTitle name="Projektverwaltung"/>
|
<PanelTitle name="Projektverwaltung"/>
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
<Item id="43006" name="Ę ńëĺäóţůĺé Çŕęëŕäęĺ"/>
|
<Item id="43006" name="Ę ńëĺäóţůĺé Çŕęëŕäęĺ"/>
|
||||||
<Item id="43007" name="Ę ďđĺäűäóůĺé Çŕęëŕäęĺ"/>
|
<Item id="43007" name="Ę ďđĺäűäóůĺé Çŕęëŕäęĺ"/>
|
||||||
<Item id="43008" name="Óáđŕňü âńĺ Çŕęëŕäęč"/>
|
<Item id="43008" name="Óáđŕňü âńĺ Çŕęëŕäęč"/>
|
||||||
<Item id="43009" name="Перейти к парной скобоке"/>
|
<Item id="43009" name="Перейти к парной скобке"/>
|
||||||
<Item id="43010" name="Čńęŕňü đŕíĺĺ"/>
|
<Item id="43010" name="Čńęŕňü đŕíĺĺ"/>
|
||||||
<Item id="43011" name="Ďîčńę ďî ěĺđĺ &íŕáîđŕ..."/>
|
<Item id="43011" name="Ďîčńę ďî ěĺđĺ &íŕáîđŕ..."/>
|
||||||
<Item id="43013" name="Íŕéňč â ôŕéëŕő"/>
|
<Item id="43013" name="Íŕéňč â ôŕéëŕő"/>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<Item id="44023" name="Ęđóďíĺĺ (Ctrl+Ęîë. Ââĺđő)"/>
|
<Item id="44023" name="Ęđóďíĺĺ (Ctrl+Ęîë. Ââĺđő)"/>
|
||||||
<Item id="44024" name="Ěĺëü÷ĺ (Ctrl+Ęîë. Âíčç)"/>
|
<Item id="44024" name="Ěĺëü÷ĺ (Ctrl+Ęîë. Âíčç)"/>
|
||||||
<Item id="44025" name="Îňîáđŕćŕňü Ďđîáĺëű č Ňŕáóë˙öčč"/>
|
<Item id="44025" name="Îňîáđŕćŕňü Ďđîáĺëű č Ňŕáóë˙öčč"/>
|
||||||
<Item id="44026" name="Отображать символ Конеца Строки"/>
|
<Item id="44026" name="Отображать символ Конца Строки"/>
|
||||||
<Item id="44029" name="Đŕçâĺđíóňü âńĺ áëîęč"/>
|
<Item id="44029" name="Đŕçâĺđíóňü âńĺ áëîęč"/>
|
||||||
<Item id="44030" name="Ńâĺđíóňü ňĺęóůčé áëîę"/>
|
<Item id="44030" name="Ńâĺđíóňü ňĺęóůčé áëîę"/>
|
||||||
<Item id="44031" name="Đŕçâĺđíóňü ňĺęóůčé áëîę"/>
|
<Item id="44031" name="Đŕçâĺđíóňü ňĺęóůčé áëîę"/>
|
||||||
@ -367,7 +367,7 @@
|
|||||||
</GoToLine>
|
</GoToLine>
|
||||||
|
|
||||||
<Run title = "Çŕďóńę...">
|
<Run title = "Çŕďóńę...">
|
||||||
<Item id="1903" name="Введите параметра запуска программы"/>
|
<Item id="1903" name="Программа для запуска"/>
|
||||||
<Item id="1" name="Çŕďóńę!"/>
|
<Item id="1" name="Çŕďóńę!"/>
|
||||||
<Item id="2" name="Îňěĺíŕ"/>
|
<Item id="2" name="Îňěĺíŕ"/>
|
||||||
<Item id="1904" name="Ńîőđŕíčňü..."/>
|
<Item id="1904" name="Ńîőđŕíčňü..."/>
|
||||||
@ -604,7 +604,7 @@
|
|||||||
<Item id="6123" name="ßçűę číňĺđôĺéńŕ"/>
|
<Item id="6123" name="ßçűę číňĺđôĺéńŕ"/>
|
||||||
<Item id="6125" name="Ńďčńîę Äîęóěĺíňîâ"/>
|
<Item id="6125" name="Ńďčńîę Äîęóěĺíňîâ"/>
|
||||||
<Item id="6126" name="Îňîáđŕćŕňü"/>
|
<Item id="6126" name="Îňîáđŕćŕňü"/>
|
||||||
<Item id="6127" name="Отключить колонку расширения"/>
|
<Item id="6127" name="Откл. колонку расширения"/>
|
||||||
</Global>
|
</Global>
|
||||||
<Scintillas title = "Ďđŕâęŕ">
|
<Scintillas title = "Ďđŕâęŕ">
|
||||||
<Item id="6201" name="Îôîđěëĺíčĺ Ňĺęńň-áëîęŕ"/>
|
<Item id="6201" name="Îôîđěëĺíčĺ Ňĺęńň-áëîęŕ"/>
|
||||||
@ -642,7 +642,7 @@
|
|||||||
<Item id="6404" name="Mac"/>
|
<Item id="6404" name="Mac"/>
|
||||||
<Item id="6405" name="Ęîäčđîâęŕ"/>
|
<Item id="6405" name="Ęîäčđîâęŕ"/>
|
||||||
<Item id="6406" name="ANSI"/>
|
<Item id="6406" name="ANSI"/>
|
||||||
<Item id="6407" name="UTF-8 без метки BOM"/>
|
<Item id="6407" name="UTF-8 без BOM"/>
|
||||||
<Item id="6408" name="UTF-8"/>
|
<Item id="6408" name="UTF-8"/>
|
||||||
<Item id="6409" name="UCS2 Big Endian"/>
|
<Item id="6409" name="UCS2 Big Endian"/>
|
||||||
<Item id="6410" name="UCS2 Small Endian"/>
|
<Item id="6410" name="UCS2 Small Endian"/>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="Svenska" filename="swedish.xml" version="6.5.4">
|
<Native-Langue name="Svenska" filename="swedish.xml" version="6.6.7">
|
||||||
<Menu>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
@ -302,14 +302,14 @@
|
|||||||
</Menu>
|
</Menu>
|
||||||
<Dialog>
|
<Dialog>
|
||||||
<Find title="" titleFind="Sök" titleReplace="Ersätt" titleFindInFiles="Sök i filer" titleMark="Markera">
|
<Find title="" titleFind="Sök" titleReplace="Ersätt" titleFindInFiles="Sök i filer" titleMark="Markera">
|
||||||
<Item id="1" name="Sök nästa" />
|
<Item id="1" name="Sök &nästa" />
|
||||||
<Item id="2" name="Stäng" />
|
<Item id="2" name="Stäng" />
|
||||||
<Item id="1603" name="Sök hela ord" />
|
<Item id="1603" name="Sök &hela ord" />
|
||||||
<Item id="1604" name="Matcha smĺ/stora bokstäver" />
|
<Item id="1604" name="&Matcha små/stora bokstäver" />
|
||||||
<Item id="1605" name="Reguljärt uttryck" />
|
<Item id="1605" name="&Reguljärt uttryck" />
|
||||||
<Item id="1606" name="Loopa" />
|
<Item id="1606" name="&Loopa" />
|
||||||
<Item id="1608" name="Ersätt" />
|
<Item id="1608" name="&Ersätt" />
|
||||||
<Item id="1609" name="Ersätt alla" />
|
<Item id="1609" name="Ersätt &alla" />
|
||||||
<Item id="1611" name="Ersätt med..." />
|
<Item id="1611" name="Ersätt med..." />
|
||||||
<Item id="1612" name="Upp" />
|
<Item id="1612" name="Upp" />
|
||||||
<Item id="1613" name="Ner" />
|
<Item id="1613" name="Ner" />
|
||||||
@ -321,9 +321,9 @@
|
|||||||
<Item id="1620" name="Sök efter:" />
|
<Item id="1620" name="Sök efter:" />
|
||||||
<Item id="1621" name="Sök" />
|
<Item id="1621" name="Sök" />
|
||||||
<Item id="1624" name="Sökläge" />
|
<Item id="1624" name="Sökläge" />
|
||||||
<Item id="1625" name="Normal" />
|
<Item id="1625" name="N&ormal" />
|
||||||
<Item id="1626" name="Utökat (\n, \r, \t, \0, \x...)" />
|
<Item id="1626" name="&Utökat (\n, \r, \t, \0, \x...)" />
|
||||||
<Item id="1632" name="I markering" />
|
<Item id="1632" name="I mar&kering" />
|
||||||
<Item id="1633" name="Rensa" />
|
<Item id="1633" name="Rensa" />
|
||||||
<Item id="1635" name="Ersätt i öppnade filer" />
|
<Item id="1635" name="Ersätt i öppnade filer" />
|
||||||
<Item id="1636" name="Sök i öppnade filer" />
|
<Item id="1636" name="Sök i öppnade filer" />
|
||||||
@ -591,6 +591,7 @@
|
|||||||
<Item id="6123" name="Språk" />
|
<Item id="6123" name="Språk" />
|
||||||
<Item id="6125" name="Växla dokument" />
|
<Item id="6125" name="Växla dokument" />
|
||||||
<Item id="6126" name="Visa" />
|
<Item id="6126" name="Visa" />
|
||||||
|
<Item id="6127" name="Inaktivera filändelsekolumn" />
|
||||||
</Global>
|
</Global>
|
||||||
<Scintillas title="Redigera komponenter">
|
<Scintillas title="Redigera komponenter">
|
||||||
<Item id="6201" name="Mappliststil" />
|
<Item id="6201" name="Mappliststil" />
|
||||||
@ -702,7 +703,6 @@
|
|||||||
<Item id="6117" name="Tillämpa senast använd-beteende (MRU)" />
|
<Item id="6117" name="Tillämpa senast använd-beteende (MRU)" />
|
||||||
<Item id="6307" name="Aktivera" />
|
<Item id="6307" name="Aktivera" />
|
||||||
<Item id="6308" name="Minimera till meddelandefältet" />
|
<Item id="6308" name="Minimera till meddelandefältet" />
|
||||||
<Item id="6309" name="Kom ihĺg nuvarande session vid nästa körning" />
|
|
||||||
<Item id="6312" name="Automatisk avkänning av filstatus" />
|
<Item id="6312" name="Automatisk avkänning av filstatus" />
|
||||||
<Item id="6313" name="Tyst uppdatering" />
|
<Item id="6313" name="Tyst uppdatering" />
|
||||||
<Item id="6318" name="Inställningar för klickbara länkar" />
|
<Item id="6318" name="Inställningar för klickbara länkar" />
|
||||||
@ -720,14 +720,22 @@
|
|||||||
<Item id="6331" name="Visa endast filnamn i titelrad" />
|
<Item id="6331" name="Visa endast filnamn i titelrad" />
|
||||||
<Item id="6332" name="Matcha skiftläge" />
|
<Item id="6332" name="Matcha skiftläge" />
|
||||||
<Item id="6333" name="Smarta markeringar" />
|
<Item id="6333" name="Smarta markeringar" />
|
||||||
|
<Item id="6334" name="Automatisk igenkänning av teckenkodning" />
|
||||||
|
<Item id="6335" name="Behandla backslash som escape-tecken för SQL" />
|
||||||
</MISC>
|
</MISC>
|
||||||
<Backup title="Säkerhetskopiering">
|
<Backup title="Säkerhetskopiering">
|
||||||
|
<Item id="6309" name="Kom ihåg nuvarande session vid nästa körning" />
|
||||||
<Item id="6315" name="Ingen" />
|
<Item id="6315" name="Ingen" />
|
||||||
<Item id="6316" name="Enkel" />
|
<Item id="6316" name="Enkel" />
|
||||||
<Item id="6317" name="Detaljerad" />
|
<Item id="6317" name="Detaljerad" />
|
||||||
<Item id="6801" name="Säkerhetskopiering" />
|
<Item id="6801" name="Säkerhetskopiering" />
|
||||||
<Item id="6803" name="Mapp:" />
|
<Item id="6803" name="Mapp:" />
|
||||||
<Item id="6804" name="Egen mapp för säkerhetskopiering" />
|
<Item id="6804" name="Egen mapp för säkerhetskopiering" />
|
||||||
|
<Item id="6817" name="Spara session och regelbunden säkerhetskopiering" />
|
||||||
|
<Item id="6818" name="Aktivera spara session och regelbunden säkerhetskopiering" />
|
||||||
|
<Item id="6819" name="Säkerhetskopiera var" />
|
||||||
|
<Item id="6821" name="sekund" />
|
||||||
|
<Item id="6822" name="Sökväg:" />
|
||||||
</Backup>
|
</Backup>
|
||||||
<AutoCompletion title="Auto-komplettering">
|
<AutoCompletion title="Auto-komplettering">
|
||||||
<Item id="6807" name="Automatisk komplettering" />
|
<Item id="6807" name="Automatisk komplettering" />
|
||||||
@ -760,6 +768,13 @@
|
|||||||
<Item id="6255" name="Slut"/>
|
<Item id="6255" name="Slut"/>
|
||||||
<Item id="6256" name="Tillåt på flera rader"/>
|
<Item id="6256" name="Tillåt på flera rader"/>
|
||||||
</Delimiter>
|
</Delimiter>
|
||||||
|
<Cloud title="Moln">
|
||||||
|
<Item id="6262" name="Inställning för moln"/>
|
||||||
|
<Item id="6263" name="Inget moln"/>
|
||||||
|
<Item id="6264" name="Dropbox"/>
|
||||||
|
<Item id="6265" name="OneDrive"/>
|
||||||
|
<Item id="6266" name="Google Drive"/>
|
||||||
|
</Cloud>
|
||||||
</Preference>
|
</Preference>
|
||||||
<MultiMacro title="Kör ett makro flera gånger">
|
<MultiMacro title="Kör ett makro flera gånger">
|
||||||
<Item id="1" name="Kör" />
|
<Item id="1" name="Kör" />
|
||||||
|
@ -28,10 +28,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "6.6.7"
|
!define APPVERSION "6.6.8"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 6
|
!define VERSION_MAJOR 6
|
||||||
!define VERSION_MINOR 67
|
!define VERSION_MINOR 68
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
Twilight
|
Twilight
|
||||||
Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/>
|
Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/>
|
||||||
|
2011-2014 Renato Silva <br.renatosilva@gmail.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
@ -154,7 +155,7 @@ Credits:
|
|||||||
<LexerType name="objc" desc="Objective-C" ext="">
|
<LexerType name="objc" desc="Objective-C" ext="">
|
||||||
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
|
<WordsStyle name="QUALIFIER" styleID="20" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
@ -234,7 +235,7 @@ Credits:
|
|||||||
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="xml" desc="XML" ext="">
|
<LexerType name="xml" desc="XML" ext="wpl">
|
||||||
<WordsStyle name="XMLSTART" styleID="12" fgColor="494949" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="XMLSTART" styleID="12" fgColor="494949" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="XMLEND" styleID="13" fgColor="494949" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="XMLEND" styleID="13" fgColor="494949" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -296,7 +297,7 @@ Credits:
|
|||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="css" desc="CSS" ext="">
|
<LexerType name="css" desc="CSS" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="Batang" fontStyle="0" fontSize="10" />
|
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CLASS" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CLASS" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -332,17 +333,17 @@ Credits:
|
|||||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="REGEX" styleID="17" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="REGEX" styleID="17" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SCALAR" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="ARRAY" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="HASH" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="POD" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DATASECTION" styleID="21" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="REGSUBST" styleID="18" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="BACKTICKS" styleID="20" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="python" desc="Python" ext="">
|
<LexerType name="python" desc="Python" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -382,14 +383,14 @@ Credits:
|
|||||||
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="FUNC1" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="FUNC2" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
|
<WordsStyle name="FUNC3" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="tex" desc="TeX" ext="">
|
<LexerType name="tex" desc="TeX" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SPECIAL" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="GROUP" styleID="2" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMAND" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMAND" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="TEXT" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="TEXT" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -403,16 +404,16 @@ Credits:
|
|||||||
<WordsStyle name="FUNCTION" styleID="5" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="FUNCTION" styleID="5" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="VARIABLE" styleID="6" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
<WordsStyle name="VARIABLE" styleID="6" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="LABEL" styleID="7" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
<WordsStyle name="LABEL" styleID="7" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
|
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="SECTION" styleID="9" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SECTION" styleID="9" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SUBSECTION" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="IF DEFINE" styleID="11" fgColor="8A97A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="MACRO" styleID="12" fgColor="8A97A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING VAR" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING VAR" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="14" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="14" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PAGE EX" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="actionscript" desc="ActionScript" ext="">
|
<LexerType name="actionscript" desc="ActionScript" ext="">
|
||||||
@ -437,7 +438,7 @@ Credits:
|
|||||||
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="bash" desc="bash" ext="">
|
<LexerType name="bash" desc="bash" ext="po">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ERROR" styleID="1" fgColor="FF6464" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="ERROR" styleID="1" fgColor="FF6464" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
@ -463,24 +464,24 @@ Credits:
|
|||||||
<WordsStyle name="OPERATOR" styleID="6" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="6" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="FUNCTION1" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="FUNCTION2" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="OPERATOR2" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="LABEL" styleID="13" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="LABEL" styleID="13" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="CONTINUATION" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="lisp" desc="LISP" ext="">
|
<LexerType name="lisp" desc="LISP" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
|
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRINGEOL" styleID="8" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRINGEOL" styleID="8" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SPECIAL" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT" styleID="12" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT" styleID="12" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="asm" desc="Assembler" ext="">
|
<LexerType name="asm" desc="Assembler" ext="">
|
||||||
@ -490,21 +491,21 @@ Credits:
|
|||||||
<WordsStyle name="STRING" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="4" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="4" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
|
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="REGISTER" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
|
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
||||||
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRINGEOL" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRINGEOL" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
|
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="ruby" desc="Ruby" ext="">
|
<LexerType name="ruby" desc="Ruby" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="POD" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1">raise</WordsStyle>
|
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1">raise</WordsStyle>
|
||||||
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -518,24 +519,24 @@ Credits:
|
|||||||
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="MODULE NAME" styleID="15" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="MODULE NAME" styleID="15" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="CLASS VAR" styleID="17" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="BACKTICKS" styleID="18" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DATA SECTION" styleID="19" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING Q" styleID="24" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING Q" styleID="24" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="postscript" desc="Postscript" ext="">
|
<LexerType name="postscript" desc="Postscript" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DSC VALUE" styleID="3" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="Name" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="LITERAL" styleID="7" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="IMMEVAL" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PAREN DICT" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PAREN PROC" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="TEXT" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="TEXT" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="HEX STRING" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="HEX STRING" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -551,14 +552,14 @@ Credits:
|
|||||||
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING EOL" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING EOL" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
|
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
|
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
||||||
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
|
<WordsStyle name="STD TYPE" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
|
||||||
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
|
<WordsStyle name="USER DEFINE" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type5"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="smalltalk" desc="Smalltalk" ext="">
|
<LexerType name="smalltalk" desc="Smalltalk" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -566,27 +567,27 @@ Credits:
|
|||||||
<WordsStyle name="NUMBER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="BINARY" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="BOOL" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SELF" styleID="7" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SUPER" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="NIL" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="GLOBAL" styleID="10" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="GLOBAL" styleID="10" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="RETURN" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="KWS END" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="ASSIGN" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="15" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="15" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="caml" desc="Caml" ext="">
|
<LexerType name="caml" desc="Caml" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="TAGNAME" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="TAGNAME" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="BUILIN FUNC & TYPE" styleID="4" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="BUILIN FUNC & TYPE" styleID="4" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="TYPE" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="LINENUM" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="7" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="7" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="8" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="8" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="9" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="9" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -610,7 +611,7 @@ Credits:
|
|||||||
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING EOL" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING EOL" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="USER" styleID="19" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="kix" desc="KiXtart" ext="">
|
<LexerType name="kix" desc="KiXtart" ext="">
|
||||||
<!--
|
<!--
|
||||||
@ -621,8 +622,8 @@ Credits:
|
|||||||
<WordsStyle name="STRING" styleID="2" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="2" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING2" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING2" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="VAR" styleID="5" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
|
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="FUNCTION" styleID="8" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
<WordsStyle name="FUNCTION" styleID="8" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -634,29 +635,29 @@ Credits:
|
|||||||
<WordsStyle name="NUMBER" styleID="3" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="3" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="FUNCTION" styleID="4" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
<WordsStyle name="FUNCTION" styleID="4" fgColor="DAD085" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="STRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="VARIABLE" styleID="9" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="VARIABLE" styleID="9" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
|
<WordsStyle name="SENT" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
||||||
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
|
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
|
||||||
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
|
<WordsStyle name="EXPAND" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type5"/>
|
||||||
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="COMOBJ" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="ada" desc="ADA" ext="">
|
<LexerType name="ada" desc="ADA" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="3" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="3" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DELIMITER" styleID="4" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING EOL" styleID="8" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING EOL" styleID="8" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="LABEL" styleID="9" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="LABEL" styleID="9" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="ILLEGAL" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="matlab" desc="Matlab" ext="">
|
<LexerType name="matlab" desc="Matlab" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -677,12 +678,12 @@ Credits:
|
|||||||
<WordsStyle name="STRING" styleID="4" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING" styleID="4" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CHARACTER" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CHARACTER" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CLASS" styleID="6" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="CLASS" styleID="6" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="MODULE" styleID="7" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="CAPITAL" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="DATA" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="IMPORT" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="OPERATOR" styleID="11" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="OPERATOR" styleID="11" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="INSTANCE" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
@ -692,10 +693,10 @@ Credits:
|
|||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="KEYWORD" styleID="2" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
<WordsStyle name="KEYWORD" styleID="2" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
|
||||||
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="PARAMETER" styleID="3" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="SECTION" styleID="4" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="SECTION" styleID="4" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
|
||||||
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
|
||||||
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
|
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
|
||||||
@ -710,13 +711,13 @@ Credits:
|
|||||||
<WordsStyle name="STRING L" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING L" styleID="3" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING R" styleID="4" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING R" styleID="4" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="COMMAND" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
<WordsStyle name="COMMAND" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1"/>
|
||||||
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="PARAMETER" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="VARIABLE" styleID="7" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="VARIABLE" styleID="7" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
|
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
|
||||||
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="WHILEDEF" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="IFDEF" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
<WordsStyle name="MACRODEF" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
<WordsStyle name="NUMBER" styleID="14" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
<WordsStyle name="NUMBER" styleID="14" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
|
||||||
</LexerType>
|
</LexerType>
|
||||||
@ -746,7 +747,7 @@ Credits:
|
|||||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC"/>
|
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC"/>
|
||||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436"/>
|
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436"/>
|
||||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E"/>
|
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E"/>
|
||||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="8000FF" fgColor="555753"/>
|
||||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E"/>
|
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E"/>
|
||||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF"/>
|
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF"/>
|
||||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000"/>
|
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000"/>
|
||||||
@ -754,7 +755,7 @@ Credits:
|
|||||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF"/>
|
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF"/>
|
||||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000"/>
|
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000"/>
|
||||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0"/>
|
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0"/>
|
||||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="663a04" fgColor="b5834a"/>
|
||||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0"/>
|
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0"/>
|
||||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000"/>
|
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000"/>
|
||||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00"/>
|
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00"/>
|
||||||
|
@ -5,9 +5,9 @@ Style Name: Zenburn
|
|||||||
Description: Zenburn-like style for Notepad++.
|
Description: Zenburn-like style for Notepad++.
|
||||||
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
|
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
|
||||||
Official Vim Zenburn home page: http://slinky.imukuppi.org/zenburnpage/
|
Official Vim Zenburn home page: http://slinky.imukuppi.org/zenburnpage/
|
||||||
Supported languages: All the languages supported by release 6.2.3
|
Supported languages: All the languages supported by release 6.6.6
|
||||||
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
||||||
Released: 25.01.2013
|
Released: 18.06.2014
|
||||||
License: Feel free to modify this style and re-release it. This style is available under the terms of the GNU Free License.
|
License: Feel free to modify this style and re-release it. This style is available under the terms of the GNU Free License.
|
||||||
-->
|
-->
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
@ -200,21 +200,6 @@ License: Feel free to modify this style and re-release it. This styl
|
|||||||
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
<WordsStyle name="NUMBER" styleID="14" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
<WordsStyle name="NUMBER" styleID="14" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
</LexerType>
|
</LexerType>
|
||||||
<LexerType name="css" desc="CSS" ext="">
|
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
<WordsStyle name="TAG" styleID="1" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
<WordsStyle name="CLASS" styleID="2" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
|
||||||
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
<WordsStyle name="OPERATOR" styleID="5" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
|
||||||
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="C2BE9E" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
|
||||||
<WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
<WordsStyle name="VALUE" styleID="8" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
|
||||||
<WordsStyle name="COMMENT" styleID="9" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
|
||||||
<WordsStyle name="ID" styleID="10" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
|
||||||
<WordsStyle name="IMPORTANT" styleID="11" fgColor="BFCAA9" bgColor="274E27" fontName="" fontStyle="1" fontSize="" />
|
|
||||||
<WordsStyle name="DIRECTIVE" styleID="12" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
|
||||||
</LexerType>
|
|
||||||
<LexerType name="cobol" desc="COBOL" ext="">
|
<LexerType name="cobol" desc="COBOL" ext="">
|
||||||
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
<WordsStyle name="DEFAULT" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
<WordsStyle name="DEFAULT" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
@ -232,6 +217,43 @@ License: Feel free to modify this style and re-release it. This styl
|
|||||||
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
</LexerType>
|
</LexerType>
|
||||||
|
<LexerType name="coffeescript" desc="CoffeeScript" ext="">
|
||||||
|
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFCFAF" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="DEFAULT" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||||
|
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
||||||
|
<WordsStyle name="NUMBER" styleID="4" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="STRING" styleID="6" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="CHARACTER" styleID="7" fgColor="DCA3A3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="OPERATOR" styleID="10" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="VERBATIM" styleID="13" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="REGEX" styleID="14" fgColor="C89191" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
|
<WordsStyle name="PREDEFINED CONSTANT" styleID="19" fgColor="DCA3A3" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />
|
||||||
|
<WordsStyle name="COMMENT BLOCK" styleID="22" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
|
<WordsStyle name="VERBOSE REGEX" styleID="23" fgColor="C89191" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
|
<WordsStyle name="VERBOSE REGEX COMMENT" styleID="24" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
|
||||||
|
</LexerType>
|
||||||
|
<LexerType name="css" desc="CSS" ext="">
|
||||||
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="TAG" styleID="1" fgColor="E3CEAB" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="CLASS" styleID="2" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="OPERATOR" styleID="5" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="C2BE9E" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||||
|
<WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
<WordsStyle name="VALUE" styleID="8" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="COMMENT" styleID="9" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
|
||||||
|
<WordsStyle name="ID" styleID="10" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="IMPORTANT" styleID="11" fgColor="BFCAA9" bgColor="274E27" fontName="" fontStyle="1" fontSize="" />
|
||||||
|
<WordsStyle name="DIRECTIVE" styleID="12" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
|
</LexerType>
|
||||||
<LexerType name="d" desc="D" ext="">
|
<LexerType name="d" desc="D" ext="">
|
||||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
<WordsStyle name="IDENTIFIER" styleID="14" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
<WordsStyle name="IDENTIFIER" styleID="14" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||||
@ -803,7 +825,7 @@ License: Feel free to modify this style and re-release it. This styl
|
|||||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="181818" bgColor="101010" />
|
<WidgetStyle name="Fold margin" styleID="0" fgColor="181818" bgColor="101010" />
|
||||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="5F5F5F" />
|
<WidgetStyle name="White space symbol" styleID="0" fgColor="5F5F5F" />
|
||||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="358A35" />
|
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="358A35" />
|
||||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0080" />
|
||||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="88B090" />
|
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="88B090" />
|
||||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="F8F893" />
|
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="F8F893" />
|
||||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="F18C96" />
|
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="F18C96" />
|
||||||
@ -816,5 +838,6 @@ License: Feel free to modify this style and re-release it. This styl
|
|||||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="3FBA89" />
|
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="3FBA89" />
|
||||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="101010" />
|
<WidgetStyle name="Active tab text" styleID="0" fgColor="101010" />
|
||||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||||
|
<WidgetStyle name="URL hovered" styleID="0" fgColor="A3DCA3" />
|
||||||
</GlobalStyles>
|
</GlobalStyles>
|
||||||
</NotepadPlus>
|
</NotepadPlus>
|
||||||
|
@ -5358,7 +5358,7 @@ Quote quotes[nbQuote] = {
|
|||||||
{"Anonymous #33", "Programmer - an organism that turns coffee into software."},
|
{"Anonymous #33", "Programmer - an organism that turns coffee into software."},
|
||||||
{"Anonymous #34", "It's not a bug - it's an undocumented feature."},
|
{"Anonymous #34", "It's not a bug - it's an undocumented feature."},
|
||||||
{"Anonymous #35", "Should array index start at 0 or 1?\nMy compromised solution is 0.5"},
|
{"Anonymous #35", "Should array index start at 0 or 1?\nMy compromised solution is 0.5"},
|
||||||
{"Anonymous #36", "Every single time when I'm about to hug someone extremely sexy, I hit the miror."},
|
{"Anonymous #36", "Every single time when I'm about to hug someone extremely sexy, I hit the mirror."},
|
||||||
{"Anonymous #37", "My software never has bugs. It just develops random features."},
|
{"Anonymous #37", "My software never has bugs. It just develops random features."},
|
||||||
{"Anonymous #38", "LISP = Lots of Irritating Silly Parentheses."},
|
{"Anonymous #38", "LISP = Lots of Irritating Silly Parentheses."},
|
||||||
{"Anonymous #39", "Perl, the only language that looks the same before and after RSA encryption."},
|
{"Anonymous #39", "Perl, the only language that looks the same before and after RSA encryption."},
|
||||||
|
@ -302,7 +302,7 @@ BEGIN
|
|||||||
CONTROL "Simple backup",IDC_RADIO_BKSIMPLE,"Button",BS_AUTORADIOBUTTON,104,104,111,10
|
CONTROL "Simple backup",IDC_RADIO_BKSIMPLE,"Button",BS_AUTORADIOBUTTON,104,104,111,10
|
||||||
CONTROL "Verbose backup",IDC_RADIO_BKVERBOSE,"Button",BS_AUTORADIOBUTTON,104,117,111,10
|
CONTROL "Verbose backup",IDC_RADIO_BKVERBOSE,"Button",BS_AUTORADIOBUTTON,104,117,111,10
|
||||||
GROUPBOX "Custom Backup Directory",IDC_BACKUPDIR_USERCUSTOMDIR_GRPSTATIC,95,135,260,40
|
GROUPBOX "Custom Backup Directory",IDC_BACKUPDIR_USERCUSTOMDIR_GRPSTATIC,95,135,260,40
|
||||||
CONTROL "",IDC_BACKUPDIR_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,91,132,8,10
|
CONTROL "",IDC_BACKUPDIR_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,91,135,8,10
|
||||||
RTEXT "Directory :",IDD_BACKUPDIR_STATIC,99,152,40,8
|
RTEXT "Directory :",IDD_BACKUPDIR_STATIC,99,152,40,8
|
||||||
EDITTEXT IDC_BACKUPDIR_EDIT,146,150,179,14,ES_AUTOHSCROLL
|
EDITTEXT IDC_BACKUPDIR_EDIT,146,150,179,14,ES_AUTOHSCROLL
|
||||||
PUSHBUTTON "...",IDD_BACKUPDIR_BROWSE_BUTTON,332,150,16,14
|
PUSHBUTTON "...",IDD_BACKUPDIR_BROWSE_BUTTON,332,150,16,14
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#ifndef RESOURCE_H
|
#ifndef RESOURCE_H
|
||||||
#define RESOURCE_H
|
#define RESOURCE_H
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.6.7")
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.6.8")
|
||||||
|
|
||||||
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
||||||
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||||
#define VERSION_VALUE TEXT("6.67\0")
|
#define VERSION_VALUE TEXT("6.68\0")
|
||||||
#define VERSION_DIGITALVALUE 6, 6, 7, 0
|
#define VERSION_DIGITALVALUE 6, 6, 8, 0
|
||||||
|
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
Loading…
Reference in New Issue
Block a user