[gedit-latex] modeline should have ts=4.



commit dd6f5eba4abe394519d3f9c813687e168af17e9f
Author: Josà Aliste <jaliste src gnome org>
Date:   Tue Jun 28 18:47:09 2011 -0400

    modeline should have ts=4.

 latex/__init__.py               |    2 +-
 latex/base/__init__.py          |    2 +-
 latex/base/completion.py        |    2 +-
 latex/base/config.py            |    2 +-
 latex/base/decorators.py        |    2 +-
 latex/base/job.py               |    2 +-
 latex/base/resources.py         |    2 +-
 latex/base/templates.py         |    2 +-
 latex/base/windowactivatable.py |    2 +-
 latex/bibtex/__init__.py        |    2 +-
 latex/bibtex/actions.py         |    2 +-
 latex/bibtex/cache.py           |    2 +-
 latex/bibtex/completion.py      |    2 +-
 latex/bibtex/dialogs.py         |    2 +-
 latex/bibtex/editor.py          |    2 +-
 latex/bibtex/model.py           |    2 +-
 latex/bibtex/parser.py          |    2 +-
 latex/bibtex/validator.py       |    2 +-
 latex/bibtex/views.py           |    2 +-
 latex/issues.py                 |    2 +-
 latex/latex/__init__.py         |    2 +-
 latex/latex/actions.py          |    2 +-
 latex/latex/archive.py          |    2 +-
 latex/latex/cache.py            |    2 +-
 latex/latex/completion.py       |    2 +-
 latex/latex/dialogs.py          |    2 +-
 latex/latex/editor.py           |    2 +-
 latex/latex/environment.py      |    2 +-
 latex/latex/expander.py         |    2 +-
 latex/latex/inversesearch.py    |    2 +-
 latex/latex/lexer.py            |    2 +-
 latex/latex/listing.py          |    2 +-
 latex/latex/model.py            |    2 +-
 latex/latex/outline.py          |    2 +-
 latex/latex/parser.py           |    2 +-
 latex/latex/preview.py          |    2 +-
 latex/latex/validator.py        |    2 +-
 latex/latex/views.py            |    2 +-
 latex/outline.py                |    2 +-
 latex/preferences/__init__.py   |    2 +-
 latex/preferences/dialog.py     |    2 +-
 latex/preferences/tools.py      |    2 +-
 latex/relpath.py                |    2 +-
 latex/tools/__init__.py         |    2 +-
 latex/tools/postprocess.py      |    2 +-
 latex/tools/util.py             |    2 +-
 latex/tools/views.py            |    2 +-
 latex/util.py                   |    2 +-
 latex/views.py                  |    2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)
---
diff --git a/latex/__init__.py b/latex/__init__.py
index af2fa69..62c5d45 100644
--- a/latex/__init__.py
+++ b/latex/__init__.py
@@ -19,4 +19,4 @@
 # Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 from base.windowactivatable import LaTeXWindowActivatable
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/__init__.py b/latex/base/__init__.py
index 2071f71..dc5dc54 100644
--- a/latex/base/__init__.py
+++ b/latex/base/__init__.py
@@ -1361,4 +1361,4 @@ class Folder(File):
 
             return []
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/completion.py b/latex/base/completion.py
index 356c234..a6bc919 100644
--- a/latex/base/completion.py
+++ b/latex/base/completion.py
@@ -574,4 +574,4 @@ class CompletionDistributor(object):
         self._log.debug("Properly destroyed %s" % self)
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/config.py b/latex/base/config.py
index 3ea051b..2e961ac 100644
--- a/latex/base/config.py
+++ b/latex/base/config.py
@@ -172,4 +172,4 @@ from ..bibtex.editor import BibTeXEditor
 EDITORS = [LaTeXEditor, BibTeXEditor]
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/decorators.py b/latex/base/decorators.py
index c78fa2a..8c617a5 100644
--- a/latex/base/decorators.py
+++ b/latex/base/decorators.py
@@ -208,4 +208,4 @@ class GeditTabDecorator(object):
     def __del__(self):
         self._log.debug("Properly destroyed %s" % self)
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/job.py b/latex/base/job.py
index 0d7418f..7e37a28 100644
--- a/latex/base/job.py
+++ b/latex/base/job.py
@@ -202,4 +202,4 @@ class JobManager(dbus.service.Object):
 job_manager = JobManager()
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/resources.py b/latex/base/resources.py
index 37e5707..6b5d252 100644
--- a/latex/base/resources.py
+++ b/latex/base/resources.py
@@ -108,4 +108,4 @@ def find_resource(relative_path, access_mode=MODE_READONLY):
         return path
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/templates.py b/latex/base/templates.py
index 47ec9a3..f39b6ae 100644
--- a/latex/base/templates.py
+++ b/latex/base/templates.py
@@ -609,4 +609,4 @@ class TemplateDelegate(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/base/windowactivatable.py b/latex/base/windowactivatable.py
index 28b44a6..ef1c7ba 100644
--- a/latex/base/windowactivatable.py
+++ b/latex/base/windowactivatable.py
@@ -637,4 +637,4 @@ class LaTeXWindowActivatable(GObject.Object, Gedit.WindowActivatable, PeasGtk.Co
         self._tab_decorators[tab] = decorator
         return decorator
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/__init__.py b/latex/bibtex/__init__.py
index 07938b9..7ae8f32 100644
--- a/latex/bibtex/__init__.py
+++ b/latex/bibtex/__init__.py
@@ -17,4 +17,4 @@
 # You should have received a copy of the GNU General Public Licence along with
 # this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 # Street, Fifth Floor, Boston, MA  02110-1301, USA
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/actions.py b/latex/bibtex/actions.py
index 6c79be0..462dfa9 100644
--- a/latex/bibtex/actions.py
+++ b/latex/bibtex/actions.py
@@ -56,4 +56,4 @@ class BibTeXNewEntryAction(Action):
         source = self._dialog.run()
         if not source is None:
             context.active_editor.append(source)
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/cache.py b/latex/bibtex/cache.py
index 71a3b2b..bbed557 100644
--- a/latex/bibtex/cache.py
+++ b/latex/bibtex/cache.py
@@ -109,4 +109,4 @@ class BibTeXDocumentCache(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/completion.py b/latex/bibtex/completion.py
index 944938d..59b9b8f 100644
--- a/latex/bibtex/completion.py
+++ b/latex/bibtex/completion.py
@@ -125,4 +125,4 @@ class BibTeXCompletionHandler(ICompletionHandler):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/dialogs.py b/latex/bibtex/dialogs.py
index d11517a..90013cf 100644
--- a/latex/bibtex/dialogs.py
+++ b/latex/bibtex/dialogs.py
@@ -191,4 +191,4 @@ class InsertBibTeXEntryDialog(GladeInterface):
         tbl_optional.show_all()
         self._boxOptional.pack_start(tbl_optional, False)
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/editor.py b/latex/bibtex/editor.py
index 44acb99..4240bac 100644
--- a/latex/bibtex/editor.py
+++ b/latex/bibtex/editor.py
@@ -210,4 +210,4 @@ class BibTeXEditor(Editor, IIssueHandler, JobChangeListener):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/model.py b/latex/bibtex/model.py
index 4ac67a7..02cbc69 100644
--- a/latex/bibtex/model.py
+++ b/latex/bibtex/model.py
@@ -105,4 +105,4 @@ class BibTeXModel(object):
         return self._types_list
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/parser.py b/latex/bibtex/parser.py
index 38c6482..061c3b0 100644
--- a/latex/bibtex/parser.py
+++ b/latex/bibtex/parser.py
@@ -601,4 +601,4 @@ class Document(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/validator.py b/latex/bibtex/validator.py
index 80d56da..2bcb5e6 100644
--- a/latex/bibtex/validator.py
+++ b/latex/bibtex/validator.py
@@ -87,4 +87,4 @@ class BibTeXValidator:
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/bibtex/views.py b/latex/bibtex/views.py
index 7fcf3d1..65d7c06 100644
--- a/latex/bibtex/views.py
+++ b/latex/bibtex/views.py
@@ -295,4 +295,4 @@ class OutlineConverter(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/issues.py b/latex/issues.py
index fbb12df..d52cfea 100644
--- a/latex/issues.py
+++ b/latex/issues.py
@@ -151,4 +151,4 @@ class Issue(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/__init__.py b/latex/latex/__init__.py
index 9221cb0..98fb8c8 100644
--- a/latex/latex/__init__.py
+++ b/latex/latex/__init__.py
@@ -106,4 +106,4 @@ class PropertyFile(dict):
             self.__log.debug("Saved to %s" % filename)
         except IOError, e:
             self.__log.error("Error saving %s: %s" % (filename, e))
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/actions.py b/latex/latex/actions.py
index d6f3356..1e7f86a 100644
--- a/latex/latex/actions.py
+++ b/latex/latex/actions.py
@@ -554,4 +554,4 @@ class LaTeXSaveAsTemplateAction(LaTeXAction):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/archive.py b/latex/latex/archive.py
index 4458aa2..10f0775 100644
--- a/latex/latex/archive.py
+++ b/latex/latex/archive.py
@@ -112,4 +112,4 @@ class LaTeXDependencyScanner:
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/cache.py b/latex/latex/cache.py
index 7ad1c07..72dc558 100644
--- a/latex/latex/cache.py
+++ b/latex/latex/cache.py
@@ -155,4 +155,4 @@ class LaTeXDocumentCache(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/completion.py b/latex/latex/completion.py
index d5c4da1..8a1b15c 100644
--- a/latex/latex/completion.py
+++ b/latex/latex/completion.py
@@ -396,4 +396,4 @@ class PrefixModelParser(object):
         raise Exception("No matching model argument found")
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/dialogs.py b/latex/latex/dialogs.py
index 5d3402a..cf3876d 100644
--- a/latex/latex/dialogs.py
+++ b/latex/latex/dialogs.py
@@ -1189,4 +1189,4 @@ class SaveAsTemplateDialog(GladeInterface):
             return None
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/editor.py b/latex/latex/editor.py
index 519c22c..daedbcb 100644
--- a/latex/latex/editor.py
+++ b/latex/latex/editor.py
@@ -420,4 +420,4 @@ class LaTeXEditor(Editor, IIssueHandler):
         self._log.debug("Properly destroyed %s" % self)
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/environment.py b/latex/latex/environment.py
index 0079949..a882d77 100644
--- a/latex/latex/environment.py
+++ b/latex/latex/environment.py
@@ -373,4 +373,4 @@ class Environment(object):
         return getdefaultlocale()[0]
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/expander.py b/latex/latex/expander.py
index 38f55cf..7048a87 100644
--- a/latex/latex/expander.py
+++ b/latex/latex/expander.py
@@ -97,4 +97,4 @@ class LaTeXReferenceExpander(object):
 
             self._expand(node)
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/inversesearch.py b/latex/latex/inversesearch.py
index 7256ba4..3aef4c7 100644
--- a/latex/latex/inversesearch.py
+++ b/latex/latex/inversesearch.py
@@ -95,4 +95,4 @@ except ImportError:
     _log.error("Failed to import D-Bus bindings")
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/lexer.py b/latex/latex/lexer.py
index 71d7dda..4cb1455 100644
--- a/latex/latex/lexer.py
+++ b/latex/latex/lexer.py
@@ -319,4 +319,4 @@ class Lexer(object):
                     return Token(Token.TEXT, self._startOffset, "".join(self._text))
 
                 raise StopIteration
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/listing.py b/latex/latex/listing.py
index 5d636c7..f4dc8a6 100644
--- a/latex/latex/listing.py
+++ b/latex/latex/listing.py
@@ -72,4 +72,4 @@ class LanguagesParser(ContentHandler):
         parse(filename, self)
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/model.py b/latex/latex/model.py
index 62cced4..587d3d8 100644
--- a/latex/latex/model.py
+++ b/latex/latex/model.py
@@ -306,4 +306,4 @@ class LanguageModelFactory(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/outline.py b/latex/latex/outline.py
index f2fedf8..cd22760 100644
--- a/latex/latex/outline.py
+++ b/latex/latex/outline.py
@@ -261,4 +261,4 @@ class LaTeXOutlineGenerator(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/parser.py b/latex/latex/parser.py
index 26b6f29..c73bb09 100644
--- a/latex/latex/parser.py
+++ b/latex/latex/parser.py
@@ -709,4 +709,4 @@ class PrefixParser(object):
         pass
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/preview.py b/latex/latex/preview.py
index 0a90db9..0ab90b3 100644
--- a/latex/latex/preview.py
+++ b/latex/latex/preview.py
@@ -164,4 +164,4 @@ class PreviewRenderer(ToolRunner):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/validator.py b/latex/latex/validator.py
index bc7293f..319c90d 100644
--- a/latex/latex/validator.py
+++ b/latex/latex/validator.py
@@ -239,4 +239,4 @@ class LaTeXValidator(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/latex/views.py b/latex/latex/views.py
index 8e83211..f7cc054 100755
--- a/latex/latex/views.py
+++ b/latex/latex/views.py
@@ -386,4 +386,4 @@ class OutlineConverter(object):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/outline.py b/latex/outline.py
index cff1445..39a419f 100644
--- a/latex/outline.py
+++ b/latex/outline.py
@@ -335,4 +335,4 @@ class OutlineOffsetMap(object):
         return s
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/preferences/__init__.py b/latex/preferences/__init__.py
index 3787d95..9de281e 100644
--- a/latex/preferences/__init__.py
+++ b/latex/preferences/__init__.py
@@ -66,4 +66,4 @@ class Preferences(GObject.GObject):
     def save(self):
         pass
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/preferences/dialog.py b/latex/preferences/dialog.py
index 975b641..43261dc 100644
--- a/latex/preferences/dialog.py
+++ b/latex/preferences/dialog.py
@@ -519,4 +519,4 @@ class PreferencesDialog(GladeInterface):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/preferences/tools.py b/latex/preferences/tools.py
index 6bf9df7..ebc1da4 100644
--- a/latex/preferences/tools.py
+++ b/latex/preferences/tools.py
@@ -233,4 +233,4 @@ class ToolPreferences(GObject.GObject):
             self.__tools_changed = False
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/relpath.py b/latex/relpath.py
index f2ed5b8..72fd0bd 100644
--- a/latex/relpath.py
+++ b/latex/relpath.py
@@ -88,4 +88,4 @@ def relpath(base, comp):
 
     return os.path.join(*rel_path)
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/tools/__init__.py b/latex/tools/__init__.py
index 180f114..7d4ec94 100644
--- a/latex/tools/__init__.py
+++ b/latex/tools/__init__.py
@@ -270,4 +270,4 @@ class ToolRunner(Process):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/tools/postprocess.py b/latex/tools/postprocess.py
index b7d463d..c7126fe 100644
--- a/latex/tools/postprocess.py
+++ b/latex/tools/postprocess.py
@@ -225,4 +225,4 @@ class RubberPostProcessor(PostProcessor):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/tools/util.py b/latex/tools/util.py
index b676b55..5d118ad 100644
--- a/latex/tools/util.py
+++ b/latex/tools/util.py
@@ -120,4 +120,4 @@ class Process(object):
         """
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/tools/views.py b/latex/tools/views.py
index d028516..7b0f07c 100755
--- a/latex/tools/views.py
+++ b/latex/tools/views.py
@@ -199,4 +199,4 @@ class ToolView(BottomView, IStructuredIssueHandler):
         BottomView.destroy(self)
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/util.py b/latex/util.py
index c172501..63a69f7 100644
--- a/latex/util.py
+++ b/latex/util.py
@@ -252,4 +252,4 @@ class IconAction(Action):
 
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:
diff --git a/latex/views.py b/latex/views.py
index 1e92742..a9747fa 100644
--- a/latex/views.py
+++ b/latex/views.py
@@ -207,4 +207,4 @@ class IssueView(BottomView):
         BottomView.destroy(self)
 
 
-# ex:ts=8:et:
+# ex:ts=4:et:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]