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

TexMakerX (with interactive spellchecking!)

Post by benibela »

By the way, is here someone who speaks French and willingly to check/extend/manage the French translation of TexMakerX?

Currently I use the old texmaker translation and add the few new feature captions using Babelfish and co, but that's pretty unreliable...

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

The new release 1.8.1 is there!

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)
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: TexMakerX (with interactive spellchecking!)

Post by meho_r »

Great news :) Thanks.

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 :)
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

TexMakerX (with interactive spellchecking!)

Post by benibela »

meho_r wrote:Great news :) Thanks.
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.
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: 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.
Yes, there should come one soon...
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

I recieve an erroro when trying to compile (version 993)

Code: Select all

ake -f Makefile.Release all
make[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.cpp
buildmanager.cpp: In static member function ‘static QString BuildManager::guessCommandName(BuildManager::LatexCommand)’:
buildmanager.cpp:291: error: ‘x11desktop_env’ was not declared in this scope
buildmanager.cpp:300: error: ‘x11desktop_env’ was not declared in this scope
buildmanager.cpp:309: error: ‘x11desktop_env’ was not declared in this scope
make[1]: *** [.obj/buildmanager.o] Error 1
make[1]: Leaving directory `/home/enrico/Software/texmakerx'
make: *** [release-all] Error 2
what's the problem!?
Using Kubuntu 9.04


thanks!
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

Uihh, I moved a function to a new file and forget to include it then
It's fixed now. (at least I think so, can't test this under Windows)
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

Re: TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

Ok.. it works! really a great job! It's better day after day...
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

Re: TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

When I compile texmakerx, all settings are resetted. Is there a way to mantain them after compilation!?

(like pdf viewer, theme etc)

thanks!
benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexMakerX (with interactive spellchecking!)

Post by benibela »

Compiling has nothing to do with the configuration, it should change anything.
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.
ITA793594
Posts: 43
Joined: Wed Mar 11, 2009 7:25 pm

TexMakerX (with interactive spellchecking!)

Post by ITA793594 »

Revision 201: error when qmake exmakerx.pro

Code: Select all

qmake texmakerx.pro
RCC: Error in 'texmaker.qrc': Cannot find file 'completion/completion.txt'
RCC: Error in 'texmaker.qrc': Cannot find file 'completion/completion.txt'
Post Reply