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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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.