Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
it's fixed.
(I'm not as careful as before, because there is no release coming.
btw, make debug without qmake still worked)
(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.

TexMakerX (with interactive spellchecking!)
Rev 202: not fixed
thanks!
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!)
here' the output of make debug:
and make realease
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!)
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
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!)
Ok... now qmake texmakerx.pro and make all
both works fine.
But there is one little issue: see the attachment file!
both works fine.
But there is one little issue: see the attachment file!
- Attachments
-
- snapshot1.png (11.86 KiB) Viewed 6668 times
Re: TexMakerX (with interactive spellchecking!)
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.
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!)
ok it's gone!! really good job!
If I can ever help in testing... let me know!
If I can ever help in testing... let me know!
Re: TexMakerX (with interactive spellchecking!)
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)
(although you could read the svn log and try the newest features/changes if you want to participate more)
TexMakerX (with interactive spellchecking!)
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
Re: TexMakerX (with interactive spellchecking!)
I (hopefully) fixed it (although this time it wasn't my fault)