I often find on the OSX version of texmakerx that if I tye a \ref and scroll through the auto complete options the program crashes. I edit the same document using texmakerx on linux (ubuntu) and windows which does not cause the same problem.
EsiObjects: Bugs: #148
which tmx version do you use ? for 10.6 or 10.5. ? (assuming that it is tmx 1.9.9a)
Yes tmx 1.9.9a and osx 10.6
Okay, we could reproduce it.
It seems to crash, wenn it calculates the size of the tooltip.
As a workaround you can disable Options\Configure TexMakerX\Completion\Enable ToolTip-Help
It seems to be a really strange qt bug. If among the first characters of a label a tab character occurs, it crashes.
In r1218 it will replace all tabs with spaces.
Log in to post a comment.
which tmx version do you use ? for 10.6 or 10.5. ? (assuming that it is tmx 1.9.9a)
Yes tmx 1.9.9a and osx 10.6
Okay, we could reproduce it.
It seems to crash, wenn it calculates the size of the tooltip.
As a workaround you can disable Options\Configure TexMakerX\Completion\Enable ToolTip-Help
It seems to be a really strange qt bug.
If among the first characters of a label a tab character occurs, it crashes.
In r1218 it will replace all tabs with spaces.