Message de alex <[email protected]>: > Hello All, > > I am having a problem with Qt Creator 1.3.0 from the Qt SDK that was > released not long ago. When I open any project, several menu items from > the Tools menu disappear. On Windows XP SP2, all version contol menu > items are removed from the Tools menu- Common, CVS, SVN, git. On > Ubuntu, only git menu item remains when I open a project. > > I understand that this is very odd and would not go unnoticed before the > release of Qt Creator 1.3.0, so I guess, there is something wrong with > the setup on both my machines. Have anyone seen this weird behavior before? >
Hi, In Qt Creator 1.3.0 I get a git menu item only if my project got a git repository. It is written in the help section "Qt Creator and Version Control Systems": "You can find the version control menu entries in a sub-menu of the Tools menu. The version control system displayed here is the system that manages the current project." Thus I think that as I do not use Common, CVS, SVN, these items do not appear. Notice that if I change in the current session from a git managed project to a non managed project, the git menu item disappears. Perhaps this is the explanation also for the behaviour you got. Regards, Gilles _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
