Texmaker and TeXstudio ⇒ Code auto completion bug/problem
Code auto completion bug/problem
When I use Texmaker (both in 1.9.2 and 1.9.9) the code auto completion helps me until I need to type a special character. For example, when I start typing "\begin" a popup appears giving me a nice lists of environments, but when I type the "{" to attempt to limit the list the popup disappears. When I use TexmakerX this problem does not occur.
I think this is because the "{" I type is in utf-8 (since i use ubuntu 9.10) and texmaker is expection some other encoding for the "{". I've tried setting the font encoding to "utf-8" instead of "system" in the configuration menu, but this did not help.
Anyway google-ing for this bug is pretty frustrating, I only seem to find websites claiming that Texmaker provides code autocompletion. I find it even more frustrating that Texmaker does not have it's own forum somewhere, because that is where I would normaly search for an answer or start this thread.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Code auto completion bug/problem
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Code auto completion bug/problem
My intention with this post was to see if more people experience this. I think many people do, but only a few notice.
Re: Code auto completion bug/problem
Code auto completion bug/problem
Perhaps you already know it but you can compile with latex in TeXworks: go to the "Edit" menu; in "Preferences" select the "Typesetting" tab. Go to the "Processing Tools" window and click on the "+" icon to the right.frabjous wrote:...I only use it when I want to compile with plain LaTeX rather than pdfLaTeX or XeLaTeX (for the latter, I use TeXworks)...
When the "Tool Configuration" window opens, create the new tool as follows:
Name: LaTeX
Program: simpdftex
Arguments: latex
--extratexopts
-synctex=1
$fulname
Click "OK" and now you can use latex with TeXworks.
Code auto completion bug/problem
Thanks for confirming, now I know I'm not the only one.frabjous wrote:I can confirm that I get the same behavior you report running TeXmaker under Ubuntu. (I get it whatever character encoding I select.)
@gmedina: Thanks for the extra info about TeXworks but, please stay a little bit on topic.