Texmaker and TeXstudioTexMakerX (with interactive spellchecking!)

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

it's fixed.
(I'm not as careful as before, because there is no release coming.
btw, make debug without qmake still worked)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

Rev 202: not fixed

Code: Select all

qmake texmakerx.pro
RCC: Error in 'texmaker.qrc': Cannot find file 'completion/metatag.xml'
RCC: Error in 'texmaker.qrc': Cannot find file 'completion/metatag.xml'
thanks!
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

here' the output of make debug:

Code: Select all

RCC: Error in 'texmaker.qrc': Cannot find file 'completion/metatag.xml'
make[1]: *** [debug/qrc_texmaker.cpp] Error 1
make[1]: Leaving directory `/home/enrico/Software/texmakerx'
make: *** [debug] Error 2
and make realease

Code: Select all

 make release
make -f Makefile.Release
make[1]: Entering directory `/home/enrico/Software/texmakerx'
/usr/bin/rcc -name texmaker texmaker.qrc -o release/qrc_texmaker.cpp
RCC: Error in 'texmaker.qrc': Cannot find file 'completion/metatag.xml'
make[1]: *** [release/qrc_texmaker.cpp] Error 1
make[1]: Leaving directory `/home/enrico/Software/texmakerx'
make: *** [release] Error 2
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

Huh, I never heard from metatag.xml, it seems it just get into the wrong directory...
It should work now, after its naming

For the make debug, you either have another version, or it didn't work now, because a failed qmake was called before
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

Re: TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

Ok... now qmake texmakerx.pro and make all
both works fine.

But there is one little issue: see the attachment file!
Attachments
snapshot1.png
snapshot1.png (11.86 KiB) Viewed 6647 times
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

That's actually a known bug which exist already several days, since the new tabbed log view.
But your screenshot is useful nevertheless, because I didn't know that it is the message window which lurks in that edge (on Windows you can only see the border, not the text)

It should be gone now.
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

Re: TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

ok it's gone!! really good job!
If I can ever help in testing... let me know!
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

Just use it and reports the bugs, that helps a lot.
(although you could read the svn log and try the newest features/changes if you want to participate more)
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

REV 210: when "make all":

Code: Select all

exmaker.cpp: In member function ‘LatexEditorView* Texmaker::load(const QString&, bool)’:
texmaker.cpp:873: warning: suggest explicit braces to avoid ambiguous ‘else’
texmaker.cpp: In member function ‘void Texmaker::UpdateStructure()’:
texmaker.cpp:1797: error: cast from ‘QDocumentLineHandle*’ to ‘int’ loses precision
texmaker.cpp:1812: error: cast from ‘QDocumentLineHandle*’ to ‘int’ loses precision
texmaker.cpp:1826: error: cast from ‘QDocumentLineHandle*’ to ‘int’ loses precision
texmaker.cpp:1843: error: cast from ‘QDocumentLineHandle*’ to ‘int’ loses precision
texmaker.cpp: At global scope:
texmaker.cpp:1865: warning: unused parameter ‘col’
make[1]: *** [.obj/texmaker.o] Error 1
make[1]: Leaving directory `/home/enrico/Software/texmakerx'
make: *** [release-all] Error 2
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

I (hopefully) fixed it (although this time it wasn't my fault)
Post Reply