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)
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
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 6802 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