Hi,
> I've been using the software for real jobs for some months now and I
> wanted to tell you that the toolbars are a pretty good enhancement,
> they really speed up my work.
Great!
> Now I have another suggestion for the program: a button for enabling/
> disabling the "original as translation" option would be good, as this
> is an option I keep using for my texts.
I am not sure about that. I think there might be the potential for confusion
or annoyance if that is clicked on/off by mistake when not wanted and the
output TMX is not as expected. I must admit I have not examined all the
possible sources of potential problems with that feature as of yet. It
works and I made some testing for correctness, but since I am not a
translator it is not likely I can see every corner case if I am not using
it regularly in my own work.
There is still more work on the toolbar buttons to do, so maybe it could
be an optional button that a user can enable/disable to make it visible
or not. Or it, and other features, could be on another toolbar that
can be enabled/disabled. Something like that. We'll see...
I would appreciate if you, and anybody else, could report if there are
any problems with the "original as translation" option in practice.
That would help me to narrow down problem situations and put
functionality in place to prevent it.
> Oh, I wanted to ask you something (out of programming curiosity): I am
> currently using OmegaT+ AND GNOME, and I noticed that the weird colors
> and lines that appear in OmegaT when you use GNOME are absent in this
> one; what could be causing this, this problem has been around since
> the beginning of the project and nobody there seems to care about it.
I have not seen this myself; other than checking new features occasionally,
and running on my default choice of Enlightenment desktop, I don't test OmegaT
anywhere else. Hmm, I can't remember if I even have GNOME installed, made
a fresh install on a new hard disk a few months ago and I am not sure if it
was part of the installation.
I have too many application open now to check and logout/login. Maybe later.
Send me a screenshot perhaps.
> I understand your code is based on that, so shouldn't it have the same
> problem, why does it not have it, did you use a different set of tools
> fo this one's GUI?
It could be a number of things, including better programming on my part ;)
When you run OmegaT+ under GNOME is it using the GTK Look and Feel(LaF)?
You probably realize already that you can change this within OmegaT+,
but I am curious whether it comes up using that LaF by default since
I rarely use GNOME. I did check OmegaT+ on Ubuntu and OpenSolaris many weeks
ago, I think it came up with the regular Java LaF, not GTK.
> I understand your code is based on that, so shouldn't it have the same
> problem, why does it not have it, did you use a different set of tools
> fo this one's GUI?
Both use Java, Swing, VLDocking docking desktop, etc.
The difference would be in how they each go about setting up the GUI before it
is displayed to the user at launch time. Both do some things they should not
and neglects to do other things they should in places, impossible to be
perfect. The difference is, in my opinion, that I spent a little more time and
effort to find and fix these issues once I know about them, and even some I
don't know about.
It is very hard to say where the problem is off the top of my head because
there are some many things that could make this happen (although it is
usually something simple when you understand the problem).
Ultimately, I can have a look at what you are talking about, but the
OmegaT people have to fix it. OmegaT+ source code has been available
to look at for as long as it has existed, they just haven't seen the benefit
of it by their own choice.
Cheers,
Raymond