[Bug 66725] Re: Latex Syntax Highliting dont work correct

2010-09-15 Thread Bug Watch Updater
** Changed in: gedit
   Importance: Unknown => Medium

-- 
Latex Syntax Highliting dont work correct
https://bugs.launchpad.net/bugs/66725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2007-07-27 Thread Bug Watch Updater
** Changed in: gedit (upstream)
   Status: Confirmed => Fix Released

-- 
Latex Syntax Highliting dont work correct
https://bugs.launchpad.net/bugs/66725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2007-07-26 Thread Sebastien Bacher
the bug should be fixed in gutsy, closing, feel free to reopen if you
still have the issue after upgrading though

** Changed in: gtksourceview (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Latex Syntax Highliting dont work correct
https://bugs.launchpad.net/bugs/66725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2007-02-15 Thread Sebastian Breier
Still in feisty.

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-12-11 Thread Bug Watch Updater
** Changed in: gedit (upstream)
   Status: Unconfirmed => Confirmed

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-19 Thread Michael Trunner
Workaround:
$ LANGUAGE=en_US.UTF-8 gedit

Then GEDIT starts with english language and the syntax highliting works
correct.

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-19 Thread Sebastian Breier
Bug was reported for dapper, but persists in edgy (I just checked).

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-19 Thread Sebastian Breier
After creating new users the problem persisted. Then Michael noticed
that I use English language on the desktop while he is on German
language...

I installed language-pack-gnome-de, switched the new user to German -
voila: I got the bug as well. I guess Sebastien uses French language, so
he got the problem as well.

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-19 Thread Sebastian Breier
I'm sitting right next to Michael and we just checked it side-by-side
with reset gedit configuration... he has the bug, I don't. It's really
weird... we're now trying with new users to make sure it's not a user-
configuration thing.

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-19 Thread Bug Watch Updater
** Changed in: gedit (upstream)
   Status: Unknown => Unconfirmed

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Sebastien Bacher
Le mercredi 18 octobre 2006 à 20:13 +, Michael Trunner a écrit :

> Both are match the same string and gtksourceview don't know what to
> do. The keyword-list needs a higher priority or the pattern-item
> shouldn't match the same string.
> Any Idea?

Not really, upstream probably knows better about that

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Michael Trunner
The Problem is:

  
\\
begin
end
documentclass
newcommand
newenvironment
newtheorem
newfont
part
chapter
section
subsection
subsubsection
paragraph
subparagraph
page
equation
figure
table
footnote
footnotemark
footnotetext
mpfootnote
enumi
enumii
enumiii
enumiv
label
pageref
ref
onecolumn
twocolumn



\\[a-zA-Z]+


Both are match the same string and gtksourceview don't know what to do. The 
keyword-list needs a higher priority or the pattern-item shouldn't match the 
same string.
Any Idea?

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Sebastien Bacher
right that looks like non-ideal behaviour, the upstream bug I pointed
might fix some of your issues, marking as confirmed since that's known
upstream

** Changed in: gtksourceview (Ubuntu)
   Status: Needs Info => Confirmed

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Michael Trunner
Sorry for my bad english. :-/

No not everything should/is green. \usepackage violet and you can configure it 
seperate in the options of the Latex Syntax Highliting menu. 
When I load a .tex File the \usepackage is correct but some \begin \end are 
red. If I edit something on it then its green.
In the config of the syntaxhighliting only catchwords ( I have the german 
version there is standing "Stichworte") should colored green. And instructions 
should be red. But some \end are red too.
If I add one or two new Lines above then it changes it color? I can't belive 
this is normal.
It makes no sense that one \end is red while others are green. And one 
\usepackage is green and the next is violet.
If all shoul be green, why I can configure Math, includes, instructions, ... 
with different colors?

Picture: The last \usepackage is green after editing it.
the last begin is green while the first is red. If I replace the b with b then 
its green.

** Attachment added: "picture of the problem"
   
http://librarian.launchpad.net/4888959/Bildschirmfoto-%2ASpezifikation.tex%20%28%7E-uni-sopra-docu%29%20-%20gedit.png

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Sebastien Bacher
Thanks for your bug. Why do you consider the green coloration as wrong?
Any "\something" is colored green. Maybe the patch from
http://bugzilla.gnome.org/show_bug.cgi?id=361209 would make it better

** Changed in: gedit (Ubuntu)
Sourcepackagename: gedit => gtksourceview
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs