Texmaker and TeXstudio ⇒ Texmaker Patches
Texmaker Patches
I have created several patches for Texmaker and since the original author Pascal Brachet still hasn't answered my mails, I will publish them here.
They add these features:
* 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)
You can download either the complete modified source or a Windows binary. (you need QT or an installed original Texmaker to run the modified version)
BeniBela
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
Re: Texmaker Patches
is it possible for you bo compile a mac version?

Cheers, Cholera
Texmaker Patches
Thanks, you're the first giving feedbackwow, nice!
is it possible for you bo compile a mac version?

Unfortunately I don't have a mac, so it is not possible for me.(well, there is cross compiling, but I don't know how to do it).
I hope Pascal Brachet will add the changes, when he finally finds them, and compile it for every OS.
(Actually I waiting for him, before I make anything more with the TexMaker source, because I have a idea how Texmaker could get a lot more of nice features, like code folding, lines change marker, ....
By including another GPL-project this will take only a few hours, but means throwing away a lot of the current source.)
Re: Texmaker Patches
mk
Re: Texmaker Patches

I doubt Pascal will ever add them to texmaker, since he didn't do it in two years.
Btw, the links above don't work for over an year, but I uploaded a copy months ago under:
http://texmakerx.svn.sf.net/viewvc/texm ... /modified/
But, this branch just contains the modified 1.7 source (or was it 1.8? I remembered 1.8, but the log history says 1.7), so it is probably not that useful. If you want to apply the patches to 2.0, you probably have to diff them against 1.7 and then apply the diff. Or diff 2.0 against 1.7 and apply that to my branch. You can get 1.7 from http://www.xm1math.net/texmaker/texmaker-1.7.tar.bz2.
Or you can just use my fork TexMakerX.
BeniBela