I mainly compile projects from command line via build scripts. It's easier for me (build scripts do also another tasks), especially when I work with multiple projects at the same time. With current behavior each compilation via command line changes my last opened project via GUI which is not what I want.
Idea: don't save location of projects opened via command line.
To make it usable for more than me and proper enough to put in /trunk I can add switch for that in configuration. Question is: where in GUI and do we want separate switches for each command line mode (compile, pseudo translate and so on) or one is enough?
I don't think we need a switch in the GUI. A (single) command line switch would be enough. Something like --no-saved-location.
Didier
implemented in /trunk.
switch is: --disable-location-save
Last edit: cienislaw 2014-07-22
Closing.
Implemented in the released version 3.1.4 of OmegaT.
Didier