1
- <?xml version =" 1.0" encoding =" UTF -8" ?>
1
+ <?xml version =" 1.0" encoding =" utf -8" ?>
2
2
<root >
3
3
<!--
4
4
Microsoft ResX Schema
59
59
: using a System.ComponentModel.TypeConverter
60
60
: and then encoded with base64 encoding.
61
61
-->
62
- <xsd : schema xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : msdata =" urn:schemas-microsoft-com:xml-msdata" id = " root " >
62
+ <xsd : schema id = " root " xmlns = " " xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : msdata =" urn:schemas-microsoft-com:xml-msdata" >
63
63
<xsd : import namespace =" http://www.w3.org/XML/1998/namespace" />
64
64
<xsd : element name =" root" msdata : IsDataSet =" true" >
65
65
<xsd : complexType >
@@ -1586,4 +1586,45 @@ Tous ceux qui nous ont donné une étoile ou un "like"
1586
1586
<data name =" ReparseToolTipText" xml : space =" preserve" >
1587
1587
<value >{0}. Cliquez pour rafraîchir.</value >
1588
1588
</data >
1589
- </root >
1589
+ <data name =" IndenterSettings_PreviewCode" xml : space =" preserve" >
1590
+ <value >Public Enum ExempleEnum
1591
+ ' commentaire enum.
1592
+ Foo
1593
+ Bar ' commentaire membre enum.
1594
+ End Enum
1595
+
1596
+ ' Procédure exemple
1597
+ Sub ExampleProc()
1598
+
1599
+ ' SMART INDENTER
1600
+ ' Code VB6 original gracieusement offert au projet Rubberduck par Stephen Bullen et Rob Bovey
1601
+ ' © 2016 Rubberduck VBA.
1602
+
1603
+ Dim count As Integer
1604
+ Static name As String
1605
+
1606
+ If VousAimezRubberduck Then
1607
+ ' Donnez-nous une étoile sur GitHub http://github.com/rubberduck-vba/Rubberduck
1608
+ ' Suivez-nous sur Twitter @rubberduckvba
1609
+ ' Visitez http://rubberduckvba.com pour les nouvelles et mises à jour
1610
+
1611
+ Select Case X
1612
+ Case "A"
1613
+ ' Si vous avez des commentaires ou suggestions, _
1614
+ ou si vous trouvez du code VBA valide qui ne s'indente pas correctement,
1615
+
1616
+ #If VBA6 Then
1617
+ MsgBox "Contactez contact@rubberduck-vba.com"
1618
+ #End If
1619
+
1620
+ Case "Les chaînes de caractères et paramètres peuvent être" _
1621
+ & "alignés pour une lecture plus facile, en ignorant facultativement" _
1622
+ & "les opérateurs (& +, etc) au début d'une ligne."
1623
+
1624
+ Debug.Print "X<> 1"
1625
+ End Select 'Case X
1626
+ End If 'Plus d'outils? Suggestions http://github.com/rubberduck-vba/Rubberduck/Issues/New
1627
+
1628
+ End Sub</value >
1629
+ </data >
1630
+ </root >
0 commit comments