Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
TexMakerX (with interactive spellchecking!)
TexMakerX is an eXtended (or eXtra or X-mas, you decide) version/fork of the original Texmaker.
I completely removed the old editor part and replaced it with a modified QCodeEdit-library of Luc Bruant.
That and some more changes resulted in these additional features:
* interactive spellchecking!
* code folding
* automatically detection of utf/ascii encoding
* improved text navigation (e.g. more and line-stable bookmarks, jump to last changes)
* a dialog to map text to certain keys (this allows the automatically insertion of correct quotation marks)
* a text analysis window (which shows statistics about most used words)
Its homepage is now: http://texmakerx.sourceforge.net
And you can now download:
binaries from sourceforge or the source via SVN
Benito van der Zander
[edits are were for publishing the newest urls]
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!)
I've just tried it on winXP but no luck - missing 'mingwm10.dll'. Make sure you include all the dependencies in the package.
Cheers,
Tomek
Re: TexMakerX (with interactive spellchecking!)
You can now download either the new version (see above), or use the dll of the original Texmaker.
Re: TexMakerX (with interactive spellchecking!)
Cheers,
Tomek
Re: TexMakerX (with interactive spellchecking!)
About the fork. It's probably better to join forces rather than split apart but if can't get any answer from the author (I remember your post from a few months back saying the same thing), I say fork it. It would be a shame to waste such a fine contribution. Keep it up!
Cheers,
Tomek
-
- Posts: 23
- Joined: Sun Sep 28, 2008 8:28 am
Re: TexMakerX (with interactive spellchecking!)
- the texmaker.exe file (windows binary) is included in the source package!!!
- the windows dll are included in the linux-ubuntu package!!!
- compiling the program is a nightmare : to install the qcodeedit library, you have to launch qmake three times
- syntax highlighting doesn't work (and latex users don't need highlighting options for "preprocessor", "doxygen keywords" !!)
- bookmarks don't work (and can't be used with the three bookmarks buttons at the bottom of the window's program)
- some dialog layouts are not set correctly
- the popup completion window is ugly (this is not the original qt widget for that - there is a lot of troubles with the qcodeedit library)
- the program crashes if you launch the "text analysis" with no document opened
- translations of the program are now uncompleted
The original Texmaker program is released under the GPL license : so you can, of course, make and distribute a program which use the original code. But if you make a fork, you have to change the name of the program, the icons which contain the name "texmaker" and the link to the project home site (according to the GPL license and the french laws)
Re: TexMakerX (with interactive spellchecking!)
>the windows dll are included in the linux-ubuntu package!!!
>the program crashes if you launch the "text analysis" with no document opened
Ups, I will fix this in the next version.
>syntax highlighting doesn't work
>bookmarks don't work (and can't be used with the three bookmarks buttons at the bottom of the window's program)
They work, but you have to copy the qxs-directory into the directory containing the texmaker binary. (I forgot to add /share/texmaker to the search paths, and was to lazy to add the files to the qMakefile)
>(and latex users don't need highlighting options for "preprocessor", "doxygen keywords" !!)
I thought they are useful, when someone wants to open c++ files with it.
>compiling the program is a nightmare : to install the qcodeedit library, you have to launch qmake three times
When I tried it, it worked with just qmake && make && make install.
> the popup completion window is ugly (this is not the original qt widget for that - there is a lot of troubles with the qcodeedit library)
Actually I like it better than the old one, it doesn't vanish if you move the cursor or change to another program.
What do you doesn't like with it? (missing shadow?)
>some dialog layouts are not set correctly
Which one?
>translations of the program are now uncompleted
I neither speak French nor could I figure out, how to open the qm-files.
>have to change the name of the program, and the link to the project home site
I did this, but only in the info dialog. (I didn't want to change the name in so many files to make it easier to merge it back)
Benito
TexMakerX (with interactive spellchecking!)
You can now download the latest source under http://texmakerx.svn.sourceforge.net/sv ... erx/trunk/
Binaries will follow soon (or later)
TexMakerX (with interactive spellchecking!)
Has any one here a Mac? I still haven't found someone who would compile it there.