Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
1a9c20cd
Commit
1a9c20cd
authored
Feb 11, 2019
by
Florian Münchbach
Committed by
Florian Münchbach
Feb 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[syntax_highlight] Remove duplicate end_user_action call.
parent
76dabe2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
syntax_highlight/manifest.ini
syntax_highlight/manifest.ini
+1
-1
syntax_highlight/syntax_highlight.py
syntax_highlight/syntax_highlight.py
+0
-2
No files found.
syntax_highlight/manifest.ini
View file @
1a9c20cd
...
...
@@ -3,7 +3,7 @@
# branch or so...
name:
Source
Code
Syntax
Highlight
short_name:
syntax_highlight
version:
1.1.
0
version:
1.1.
1
description:
Source
Code
Syntax
Highlighting
in
the
chatbox.
It
uses
markdown-style
syntax,
i.e.
text
in
between
`single
backticks`
is
...
...
syntax_highlight/syntax_highlight.py
View file @
1a9c20cd
...
...
@@ -455,8 +455,6 @@ class ChatSyntaxHighlighter:
buf
.
get_tag_table
().
add
(
tag
)
buf
.
apply_tag
(
tag
,
start_iter
,
buf
.
get_end_iter
())
buf
.
end_user_action
()
def
__init__
(
self
,
config
,
textview
):
self
.
last_end_mark
=
None
self
.
config
=
config
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment