Search found 97 matches

by benibela
Wed Apr 15, 2009 11:31 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

>In texmaker it is okay. However, it is not working in texmakerx.
Okay, but I don't believe I have changed anything.
So you want that it keeps the messages when you switch to another document? (even in single document mode without master file)
(which version of Texmaker do you use btw)

>The Skim ...
by benibela
Wed Apr 15, 2009 9:08 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

>For example, sometimes the data in log file window are lost.
If you switch to another document? That's a feature (of texmaker)...

>If I open two files to work on, Skim is locked to one of them.
Does it work, if you close skim before?
Then probably either the command line parameters are wrong, or ...
by benibela
Mon Apr 13, 2009 12:44 am
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

Perhaps it tries to load the file before it is loaded itself...

Try the new revision.
by benibela
Sun Apr 12, 2009 11:07 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

Great, now I looked some hours, how to receive apple events, just to notice, that there existing now a qt way for loading files which doesn't need them and which is already implemented in the source I took from texmaker :-(
However, it should work in the version you currently have.


Does it open ...
by benibela
Sun Apr 12, 2009 3:56 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

>However, it still cannot be run by clicking texmakerx.app. Any thought to solve it?
The bundle description file was wrong, and still wanted to execute texmaker instead of texmakerx.
Perhaps it works in the new revision


>1. I use the default font family: Lucida Sans Typewriter. The space between ...
by benibela
Sun Apr 12, 2009 1:31 am
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

Thank you!
Probably I will put it on the web site.
The process seems to be straight simple, until the path of step 6...
by benibela
Sat Apr 11, 2009 10:52 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

Could you write a step-by-step report how you compiled it, please?
You seems to be the only one who succeed to run it on mac.
(https://sourceforge.net/forum/message.p ... id=7142307)
by benibela
Thu Apr 09, 2009 9:41 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

Good to hear that it works.

I don't know why the app complains, but there is a line QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 in the texmakerx.pro, perhaps you should remove it when you have a different MacOSX version
by benibela
Wed Apr 08, 2009 9:48 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

I changed the project/build structure in the SVN version, that it is more similar to the original one,
perhaps it works now.
by benibela
Wed Apr 08, 2009 1:26 am
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106945

Re: TexMakerX (with interactive spellchecking!)

There are some problems with MacOS, but I cann't test it there.
Strangely everyone gets a different error message...
If you have time, you could try some of these:
1. You can compile it in the terminal with ./build.sh, qmake texmakerx.pro or qmake -macx -spec macx-g++ texmakerx.pro, although all ...