[gedit-latex] Removed typos and obsolete FIXME
- From: Pietro Battiston <pbattiston src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Removed typos and obsolete FIXME
- Date: Mon, 21 Mar 2016 08:54:30 +0000 (UTC)
commit a7112442db21c22b98278aded5747f21aa9f82fa
Author: Pietro Battiston <pbattiston src gnome org>
Date: Mon Mar 21 09:52:37 2016 +0100
Removed typos and obsolete FIXME
latex/latex/completion.py | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/latex/latex/completion.py b/latex/latex/completion.py
index 757beb6..a8215bd 100644
--- a/latex/latex/completion.py
+++ b/latex/latex/completion.py
@@ -225,13 +225,11 @@ from . import LaTeXSource
class PrefixModelParser(object):
"""
- This parses the dcoument model of a prefix and generates proposals accordingly
+ This parses the document model of a prefix and generates proposals accordingly
- This is used by the LatexProposalGenerator class
+ This is used by the LaTeXCompletionHandler class
"""
- # FIXME: Completion doesn't work at \includegraphics[]{_} but at \includegraphics{_}
-
_log = getLogger("PrefixModelParser")
def __init__(self, language_model):
@@ -349,7 +347,6 @@ class PrefixModelParser(object):
overlap = len(argumentValue)
else:
overlap = 0
-
return self.__create_proposals_from_choices(choices, overlap)
except KeyError:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]