Preferences/__init__.py

changeset 948
fe7b94ed01ec
parent 945
8cd4d08fa9f6
child 952
cc3e2e5558e9
--- a/Preferences/__init__.py	Sat Mar 12 13:47:25 2011 +0100
+++ b/Preferences/__init__.py	Sat Mar 12 17:42:26 2011 +0100
@@ -318,6 +318,7 @@
         "CppIndentOpeningBrace": False,
         "CppIndentClosingBrace": False,
         "CppDollarsAllowed": True,
+        "CppStylePreprocessor": False, 
         
         # CSS specifics
         "CssFoldComment": True,
@@ -333,6 +334,8 @@
         "HtmlFoldScriptComments": False,
         "HtmlFoldScriptHeredocs": False,
         "HtmlCaseSensitiveTags": False,
+        "HtmlDjangoTemplates": False,
+        "HtmlMakoTemplates": False, 
         
         # Pascal specifics
         "PascalFoldComment": True,
@@ -353,6 +356,9 @@
         "PovFoldComment": True,
         "PovFoldDirectives": False,
         
+        # Properties specifics
+        "PropertiesInitialSpaces": True, 
+        
         # Python specifics
         "PythonBadIndentation": True,
         "PythonFoldComment": True,
@@ -361,10 +367,28 @@
         "PythonAllowV2Unicode": True,
         "PythonAllowV3Binary": True,
         "PythonAllowV3Bytes": True,
+        "PythonFoldQuotes": False,
+        "PythonStringsOverNewLineAllowed": False,
+        
+        # Ruby specifics
+        "RubyFoldComment": False,
         
         # SQL specifics
         "SqlFoldComment": True,
         "SqlBackslashEscapes": False,
+        "SqlDottedWords": False,
+        "SqlFoldAtElse": False,
+        "SqlFoldOnlyBegin": False,
+        "SqlHashComments": False,
+        "SqlQuotedIdentifiers": False,
+        
+        # TCL specifics
+        "TclFoldComment": False,
+        
+        # TeX specifics
+        "TexFoldComment": False,
+        "TexProcessComments": False,
+        "TexProcessIf": True,
         
         # VHDL specifics
         "VHDLFoldComment": True,

eric ide

mercurial