Le wiki de WIMS EDU

L'association WIMS EDU a ouvert ce wiki afin de favoriser les collaborations entre utilisateurs de WIMS.

Outils pour utilisateurs

Outils du site


tip:syntax_highlighting:notepad

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tip:syntax_highlighting:notepad [28/10/2019 13:25] – créée obadotip:syntax_highlighting:notepad [31/10/2019 15:08] (Version actuelle) obado
Ligne 1: Ligne 1:
-====== NotePad++ ======+====== OEF avec NotePad++ ======
  
-Grâce à Christophe Barnier, voici un colorateur syntaxique du code OEF pour l'éditeur NotePad++ :+Grâce aux membres de WIMS EDU, voici un colorateur syntaxique du code OEF pour l'éditeur NotePad++ :
  
 Pour implanter le langage OEF dans NotePAD++: Pour implanter le langage OEF dans NotePAD++:
Ligne 10: Ligne 10:
 À l’utilisation, on peut replier tout les blocs ou seulement les blocs du niveau 1 dans le menu affichage, c’est très pratique. À l’utilisation, on peut replier tout les blocs ou seulement les blocs du niveau 1 dans le menu affichage, c’est très pratique.
  
 +===== Version de Christophe Barnier =====
 +
 +<code xml>
   <NotepadPlus>   <NotepadPlus>
     <UserLang name="OEF" ext="" udlVersion="2.1">     <UserLang name="OEF" ext="" udlVersion="2.1">
Ligne 74: Ligne 77:
     </UserLang>     </UserLang>
   </NotepadPlus>   </NotepadPlus>
 +</code>
 +  
 +===== Version de Philippe Ligarius : =====
 +<code xml>
 +<NotepadPlus>
 +    <UserLang name="OEF_1a" ext="" udlVersion="2.1">
 +        <Settings>
 +            <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="1" decimalSeparator="0" />
 +            <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="yes" Keywords6="no" Keywords7="no" Keywords8="no" />
 +        </Settings>
 +        <KeywordLists>
 +            <Keywords name="Comments">00: 01 02 03 04</Keywords>
 +            <Keywords name="Numbers, prefix1"></Keywords>
 +            <Keywords name="Numbers, prefix2"></Keywords>
 +            <Keywords name="Numbers, extras1"></Keywords>
 +            <Keywords name="Numbers, extras2"></Keywords>
 +            <Keywords name="Numbers, suffix1"></Keywords>
 +            <Keywords name="Numbers, suffix2"></Keywords>
 +            <Keywords name="Numbers, range"></Keywords>
 +            <Keywords name="Operators1">< > == <= >= - + * = ( ) / .. [ ]</Keywords>
 +            <Keywords name="Operators2">~ & _ ^ |</Keywords>
 +            <Keywords name="Folders in code1, open">{</Keywords>
 +            <Keywords name="Folders in code1, middle"></Keywords>
 +            <Keywords name="Folders in code1, close">}</Keywords>
 +            <Keywords name="Folders in code2, open"></Keywords>
 +            <Keywords name="Folders in code2, middle"></Keywords>
 +            <Keywords name="Folders in code2, close"></Keywords>
 +            <Keywords name="Folders in comment, open"></Keywords>
 +            <Keywords name="Folders in comment, middle"></Keywords>
 +            <Keywords name="Folders in comment, close"></Keywords>
 +            <Keywords name="Keywords1">\title \language \author \email \format \keywords \credits \description \observation \precision \range \computeanswer \statement \condition \solution \hint \help \feedback \latex \css \steps \nextstep \conditions \answer \choice</Keywords>
 +            <Keywords name="Keywords2">\real \complex \integer \text \rational \function \matrix abs randint random int sqrt ceil floor pow sgn ln lg log2 pi sin cos exp</Keywords>
 +            <Keywords name="Keywords3">\if \ifval \for \while \special \embed</Keywords>
 +            <Keywords name="Keywords4"></Keywords>
 +            <Keywords name="Keywords5">\ reply choice</Keywords>
 +            <Keywords name="Keywords6">slib text atext numeric sigunits units menu default raw function equation lgexp litexp formal case nocase checkbox click radio mark flashcard multipleclick chemformula chemdraw chemclick chemeq clickfill dragfill clock complex geogebra jmolclick jsxgraph jsxgraphcurve matrix numexp puzzle vector wlist time</Keywords>
 +            <Keywords name="Keywords7">div img iframe param math svg map source audio video</Keywords>
 +            <Keywords name="Keywords8">ol li br sup sub style class type href target alt src table caption col tbody thead tfoot tr td th</Keywords>
 +            <Keywords name="Delimiters">00<b> 01 02</b> 03<i> 04 05</i> 06& 07 08; 09<u> 10 11</u> 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
 +        </KeywordLists>
 +        <Styles>
 +            <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="LINE COMMENTS" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="KEYWORDS1" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="KEYWORDS2" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="KEYWORDS3" fgColor="FF8080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="KEYWORDS4" fgColor="FF0080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="KEYWORDS5" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="KEYWORDS6" fgColor="8080FF" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="KEYWORDS7" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="KEYWORDS8" fgColor="8080C0" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="OPERATORS" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="FOLDER IN CODE1" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="FOLDER IN CODE2" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +            <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
 +            <WordsStyle name="DELIMITERS3" fgColor="8080C0" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +            <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="4" nesting="0" />
 +            <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="yes" fontStyle="0" nesting="0" />
 +            <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="桐ل" fontStyle="0" nesting="0" />
 +            <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="yes" fontStyle="0" nesting="0" />
 +            <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="ToolBar" fontStyle="0" nesting="0" />
 +        </Styles>
 +    </UserLang>
 +</NotepadPlus>
 +</code>
tip/syntax_highlighting/notepad.1572269147.txt.gz · Dernière modification : de obado