[gedit-latex] Add a FIXME note regarding graphics item completion



commit 83ab12ee5960c22c76fe2bfae3715048525a76dd
Author: John Stowers <john stowers gmail com>
Date:   Sat Feb 25 16:16:29 2012 +0100

    Add a FIXME note regarding graphics item completion

 latex/latex/editor.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/latex/latex/editor.py b/latex/latex/editor.py
index 65ee104..010cf98 100644
--- a/latex/latex/editor.py
+++ b/latex/latex/editor.py
@@ -215,6 +215,8 @@ class LaTeXEditor(Editor, IIssueHandler):
         # know the edited file and the Editor should call an update() method of the handler
         # when the file is saved.
 
+        #FIXME: Look in graphicspath here, and in subdirs.
+
         tex_files = self._file.find_neighbors(".tex")
         bib_files = self._file.find_neighbors(".bib")
 



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