Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
TexMakerX (with interactive spellchecking!)
Currently I use the old texmaker translation and add the few new feature captions using Babelfish and co, but that's pretty unreliable...
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
Re: TexMakerX (with interactive spellchecking!)
It fixes all the bugs mentioned in this thread and has an Mac-binary.
These are the new features: Windows DDE support, customizable menu key board, word completion, error highlighting, improved text analysis (phrases) and recent master document menu.
(although the French translation is now "complete", I'm still looking for someone who can check it)
Re: TexMakerX (with interactive spellchecking!)

EDIT: A suggestion: I just noticed that the text "Line, Visual Column, Text Column" follows settings for the main text in document, i.e., I set fonts for the main text to 25pt for easier reading and "Line, Visual Column, Text Column" get same size, 25pt, which IMHO shouldn't happen. Maybe you should make it follow settings for other parts of the interface and respond to "Change interface font", not Editor's font.
BTW, any chance we get 64bit version any time soon? I'm "forcing" 32bit .deb for now, it does work, but it'll be nice to have 64bit too.
Once again, thanks for great app

TexMakerX (with interactive spellchecking!)
Perhaps I will change it, however it also makes sense to use the editor font since everything in the editor area shares the same font (even the search/replace panel)meho_r wrote:Great newsThanks.
EDIT: A suggestion: I just noticed that the text "Line, Visual Column, Text Column" follows settings for the main text in document, i.e., I set fonts for the main text to 25pt for easier reading and "Line, Visual Column, Text Column" get same size, 25pt, which IMHO shouldn't happen. Maybe you should make it follow settings for other parts of the interface and respond to "Change interface font", not Editor's font.
Yes, there should come one soon...meho_r wrote: BTW, any chance we get 64bit version any time soon? I'm "forcing" 32bit .deb for now, it does work, but it'll be nice to have 64bit too.
TexMakerX (with interactive spellchecking!)
Code: Select all
ake -f Makefile.Release allmake[1]: Entering directory `/home/enrico/Software/texmakerx'g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DPREFIX=\"/usr\" -D_QCODE_EDIT_BUILD_ -DQNFA_BUILD -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Iqcodeedit/lib -Iqcodeedit/lib/document -Iqcodeedit/lib/language -Iqcodeedit/lib/widgets -Iqcodeedit/lib/qnfa -I.moc -I.ui -o .obj/buildmanager.o buildmanager.cppbuildmanager.cpp: In static member function ‘static QString BuildManager::guessCommandName(BuildManager::LatexCommand)’:buildmanager.cpp:291: error: ‘x11desktop_env’ was not declared in this scopebuildmanager.cpp:300: error: ‘x11desktop_env’ was not declared in this scopebuildmanager.cpp:309: error: ‘x11desktop_env’ was not declared in this scopemake[1]: *** [.obj/buildmanager.o] Error 1make[1]: Leaving directory `/home/enrico/Software/texmakerx'make: *** [release-all] Error 2
Using Kubuntu 9.04
thanks!
Re: TexMakerX (with interactive spellchecking!)
It's fixed now. (at least I think so, can't test this under Windows)
Re: TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
(like pdf viewer, theme etc)
thanks!
Re: TexMakerX (with interactive spellchecking!)
Either you'r compiling wrongly or you found a bug. Actually I'm refactoring all the config read/write code in the moment, so perhaps I broke something there.
You can look for the file texmakerx.ini and watch if it is changed.
TexMakerX (with interactive spellchecking!)
Code: Select all
qmake texmakerx.proRCC: Error in 'texmaker.qrc': Cannot find file 'completion/completion.txt'RCC: Error in 'texmaker.qrc': Cannot find file 'completion/completion.txt'