Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
(I'm not as careful as before, because there is no release coming.
btw, make debug without qmake still worked)
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
TexMakerX (with interactive spellchecking!)
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'
TexMakerX (with interactive spellchecking!)
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
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
Re: TexMakerX (with interactive spellchecking!)
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
Re: TexMakerX (with interactive spellchecking!)
both works fine.
But there is one little issue: see the attachment file!
- Attachments
-
- snapshot1.png (11.86 KiB) Viewed 6628 times
Re: TexMakerX (with interactive spellchecking!)
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.
Re: TexMakerX (with interactive spellchecking!)
If I can ever help in testing... let me know!
Re: TexMakerX (with interactive spellchecking!)
(although you could read the svn log and try the newest features/changes if you want to participate more)
TexMakerX (with interactive spellchecking!)
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