Re: [Qt-creator] I have a suggestion

2016-09-16 Thread Alexandru Croitor
I think the idea is if both panes have the same file open, when you scroll down the first pane, the second pane automatically scrolls down to show the contents that comes right after what you see in the first pane. On 16 Sep 2016, at 12:57, Julius Bullinger mailto:julius.bullin...@asctec.de>> w

Re: [Qt-creator] [Interest] Qt 5.8 / 5.9 iOS run gives 'Mount Developer Disk failed' Xcode 8.3.3

2017-06-12 Thread Alexandru Croitor
Hi, See https://bugreports.qt.io/browse/QTCREATORBUG-18380 On 12 Jun 2017, at 12:43, ekke mailto:e...@ekkes-corner.org>> wrote: * updated from OSX 10.11.6 to 10.12.5 * updated Xcode from 8.2 to 8.3.3 * updated iOS devices from 10.2.1 to 10.3.2 now from Qt 5.8 / Creator 4.2.1 and

Re: [Qt-creator] Qt Creator 4.3 crashes while debugging

2017-07-11 Thread Alexandru Croitor
Hi, I had the same issues. Upgrading to the 4.3.1 package seemed to help, i can't recall any crashes since upgrading. Regards, Alex. > On 11. Jul 2017, at 10:10, Tilman Skobowsky wrote: > > Hi, > > > this happened now several times: Qt-Creator 4.3.0 (7482d8a152) (64bit in > Windows 10) cr

Re: [Qt-creator] 4.4 Freezes/crashes

2017-09-11 Thread Alexandru Croitor
Hi, I have had the exact same issue on macOS 10.12, with Creator 4.4. Aka, right clicking on some code froze the UI, but menus were still accessible. I didn't check the CPU usage, and it didn't crash for me in the end, because after lots of clicking and switching it somehow restored to normal beh

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB

2019-02-26 Thread Alexandru Croitor
Hi, Afaik all macOS versions so far, link against and use the system Python 2.7.x in lldb. In which case I assume that the dumper script and friends have to stay 2.7.x compatible. > On 21. Feb 2019, at 20:51, André Pönitz wrote: > > > Hi all. > > As you may know, Qt Creator heavily uses Py

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB

2019-02-26 Thread Alexandru Croitor
On Tue, 26 Feb 2019 at 23:26, Alexandru Croitor mailto:alexandru.croi...@qt.io>> wrote: Hi, Afaik all macOS versions so far, link against and use the system Python 2.7.x in lldb. In which case I assume that the dumper script and friends have to stay 2.7.x compatible. Python 2.7 will

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB

2019-02-26 Thread Alexandru Croitor
I understand that the Python foundation will drop support for it, but it doesn't mean that all of the community will. > On 26. Feb 2019, at 13:13, Christian Gagneraud wrote: > > On Wed, 27 Feb 2019 at 01:10, Alexandru Croitor > wrote: >> >> I know that people li

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB

2019-02-26 Thread Alexandru Croitor
. From: Christian Gagneraud Sent: Tuesday, February 26, 2019 2:07 PM To: Alexandru Croitor Cc: André Pönitz; qt-creator Subject: Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB On Wed, 27 Feb 2019 at 01:37, Alexandru Croitor wrote: > > I understand that the

Re: [Qt-creator] work-flow/gerrit: branch with mixed reviews

2019-05-10 Thread Alexandru Croitor
You can navigate to the last commit in the chain on gerrit, and and in the download section (the one that has the checkout, pull, cherry-pick, patch links), choose the checkout one, copy the provided git commands, paste into your terminal, and run them. This will checkout the whole chain of comm

Re: [Qt-creator] work-flow/gerrit: branch with mixed reviews

2019-05-10 Thread Alexandru Croitor
qbs is a submodule of qtcreator, so assuming it's a merged commit, you just want to update the sha1 of the submodule. If the qbs change you depend on in creator is not merged, then afaik you can't really do much, except cherry-picking / checking out the respective commit chains manually. I don

Re: [Qt-creator] Unable to debug with latest XCode

2019-10-02 Thread Alexandru Croitor
Perhaps it's this issue https://bugreports.qt.io/browse/QTCREATORBUG-22955 > On 2. Oct 2019, at 17:17, Andy wrote: > > Jason: > > It's not just you. I have the same problem. > > I just tried to debug a non-Qt command-line application and had the same > thing - "Debugging starts" and then it h

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB #2

2020-02-27 Thread Alexandru Croitor
> On 26. Feb 2020, at 23:09, André Pönitz wrote: > > Times have changed. Mac/LLDB is now on 3.x. Hi, I'll be annoying, and once again point out that this will exclude macOS <= 10.14 developers : ) What's our current minimum supported macOS version for Qt Creator? Would it perhaps make sens

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB #2

2020-02-27 Thread Alexandru Croitor
> On 27. Feb 2020, at 11:52, Eike Ziller wrote: > > > >> On 27. Feb 2020, at 11:27, Alexandru Croitor wrote: >> >> >>> On 26. Feb 2020, at 23:09, André Pönitz wrote: >>> >>> Times have changed. Mac/LLDB is now on 3.x. >>

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB #2

2020-02-27 Thread Alexandru Croitor
> On 27. Feb 2020, at 12:22, Eike Ziller wrote: > > > >> On 27. Feb 2020, at 11:55, Alexandru Croitor wrote: >> >> >> >>> On 27. Feb 2020, at 11:52, Eike Ziller wrote: >>> >>> >>> >>>> On 27. Feb 2020

Re: [Qt-creator] Qt Creator not loading CMake project

2020-02-27 Thread Alexandru Croitor
QtC creates and uses at some point a a qtcsettings.cmake file, which for one of my projects contains set("CMAKE_PREFIX_PATH" "" CACHE "STRING" "" FORCE) Just a shot in dark, but maybe that affects the initial configuration? > On 27. Feb 2020, at 16:22, Davide Coppola wrote: > > I tried to st

Re: [Qt-creator] Any plans to support python debugging?

2023-01-30 Thread Alexandru Croitor via Qt-creator
Hi, I think this bug report is related to mixed mode debugging. https://bugreports.qt.io/browse/QTCREATORBUG-27215 > On 30. Jan 2023, at 13:19, Christian Stenger via Qt-creator > wrote: > > Hi Andre, > > If you're talking about debugging pure Python QC should just work. > If you mean debuggi