Re: [Qt-creator] Qt Creator 4.11 frequently becomes non-responsive

2019-12-21 Thread Dmitry Volosnykh
Hi Adam, there's somewhat similar issue filed in Jira: https://bugreports.qt.io/browse/QTCREATORBUG-23336 Initially, it is focused on macOS, but maybe you will find your experiences the same, then the status of this issue might be changed to a wider scope. On Fri, Dec 20, 2019 at 5:38 PM Eike Zill

Re: [Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
Found solution on the forum: https://forum.qt.io/topic/79391/collapse-all-methods On Thu, Feb 15, 2018 at 2:26 PM Dmitry Volosnykh wrote: > I tried what you have suggested, but it does not work for me. Actually, > this item is listed under ProjectExplorer category. What is that? > &

Re: [Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
I tried what you have suggested, but it does not work for me. Actually, this item is listed under ProjectExplorer category. What is that? Is there some menu option tied to CollapseAll action to verify its working from there? On Thu, Feb 15, 2018 at 2:17 PM Tobias Hunger wrote: > Hi Dimitry, > >

[Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
Hi, is there any hot-key that allows to collapse all methods and classes in current document? Regards, Dmitry ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Dmitry Volosnykh
Hi, Benjamin Tools menu / Options menu item / Text Editor entry in the list on the left / Behaviour tab / Cleanups Upon Saving control group On Thu, Feb 15, 2018 at 1:59 PM Benjamin TERRIER wrote: > Hello, > > Is there a way in Qt Creator to set the C++ code style so that there > are no indenta

Re: [Qt-creator] QtCreator quick save mode?

2016-09-25 Thread Dmitry Volosnykh
I experience similar behaviour running QtCreator 4.1 on Ubuntu 14.04. Sometimes QtCreator becomes unresponsive even upon opening some file that has not been loaded yet. On Mon, Sep 26, 2016 at 4:54 AM Ursache Vladimir wrote: > hi, sorry I forgot to mention I'm using Ubuntu amd64 (16.04, now > 1

Re: [Qt-creator] How to launch application with language other than system one?

2016-08-22 Thread Dmitry Volosnykh
Hi Tobias, You are right. No bug here. Thanks for clear instructions on how to check this. On Mon, Aug 22, 2016 at 2:46 PM Tobias Hunger wrote: > On Di, 2016-06-21 at 07:53 +0000, Dmitry Volosnykh wrote: > > I am using QtCreator of version 4.0.2 running on Ubuntu 14.04. > &

[Qt-creator] How to launch application with language other than system one?

2016-08-22 Thread Dmitry Volosnykh
I am using QtCreator of version 4.0.2 running on Ubuntu 14.04. My host language is LANG=en_EN.UTF-8, but I want application to be running with LANG=ru_RU.UTF-8. Specifying this setting for Run environment does not help. Despite this, I am able to achieve the result running from Bash: $ LANG=ru_RU.