[Qt-creator] Jump to Start or End of Document

2012-10-05 Thread Michael Jackson
Is there is short cut on OS X that allows me to jump to the beginning or ending of a document? Usually the Command + Up Arrow or Command + Down Arrow would do that but apparently not in QtCreator. I took a look through the keyboard shortcuts but I did not see anything listed that describes what

[Qt-creator] Transferring settings from OS X to Linux

2012-10-24 Thread Michael Jackson
I use QtCreator on OS X and am now also starting to use it on Linux (Ubuntu 12.04 and RHEL). I have made all sorts of customizations (Editor Colors, Macros, Snippets..) on OS X. How can I get all of these settings to the Linux Side? Thanks --- Mike Jackson

Re: [Qt-creator] Transferring settings from OS X to Linux

2012-10-24 Thread Michael Jackson
Thanks, Worked Great. MJ. On Oct 24, 2012, at 10:01 AM, Ziller Eike wrote: Hi, On 24 Oct 2012, at 15:43, Michael Jackson imikejack...@gmail.com wrote: I use QtCreator on OS X and am now also starting to use it on Linux (Ubuntu 12.04 and RHEL). I have made all sorts of customizations

[Qt-creator] Default Argument for Running CMake

2012-12-12 Thread Michael Jackson
I am using QtCreator 2.6 on OS X 10.6.8 and every time I select Run CMake from the menu it fills in the following arguments: -DQT_QMAKE_EXECUTABLE=/Users/Shared/Toolkits/Qt-Cocoa-4.7.4/bin/qmake which is not true any more for my system. I have blown away the CMakeLists.txt.user and the *.cbp

[Qt-creator] Setup of Projects with CMake VS Compilers

2013-02-13 Thread Michael Jackson
Not sure which list (this or the CMake List) to ask on so I'll try here first. If I understand correctly QtCreator on Windows can use the VS Compilers/Debugger. My project is managed with CMake instead of QMake and I was curious if anyone else is using this combination and could give some

Re: [Qt-creator] Setup of Projects with CMake VS Compilers

2013-02-13 Thread Michael Jackson
. If you have a complex project, you may use cmake-gui to tune cmake vars and re-generate the project into the build folder created by QtCreator. Hope this helps, Alex On 13 February 2013 16:30, Michael Jackson imikejack...@gmail.com wrote: Not sure which list (this or the CMake List

[Qt-creator] Setting Font Color/Style for DOxygen text

2013-02-14 Thread Michael Jackson
Where do I set the Font Color/Style for DOxygen comments? I see that I can set the style for DOxygen keywords but not the text itself? Thanks - Mike Jackson ___ Qt-creator mailing list Qt-creator@qt-project.org

Re: [Qt-creator] Setup of Projects with CMake VS Compilers

2013-02-14 Thread Michael Jackson
, Michael Jackson imikejack...@gmail.com wrote: Not sure which list (this or the CMake List) to ask on so I'll try here first. If I understand correctly QtCreator on Windows can use the VS Compilers/Debugger. My project is managed with CMake instead of QMake and I was curious if anyone

Re: [Qt-creator] Setup of Projects with CMake VS Compilers

2013-02-14 Thread Michael Jackson
) IDE that uses the VS compilers? This would make me happy. --- Thanks Mike Jackson On Feb 14, 2013, at 12:33 PM, Joseph Crowell wrote: Di you choose to install CDB when installing the SDK? On 02/15/2013 03:10 AM, Michael Jackson wrote: I have followed all of MS advice on installing both

Re: [Qt-creator] Setting Font Color/Style for DOxygen text

2013-02-15 Thread Michael Jackson
a .dox extension. Maybe QtCreator is opening those with a different editor type like Plain Text or Something? Same issues with XML documents. again, this is with a Black background. THanks --- MJ On Feb 15, 2013, at 1:20 AM, Frédéric Marchal wrote: On Thursday 14 February 2013, Michael Jackson

Re: [Qt-creator] Setup of Projects with CMake VS Compilers

2013-02-20 Thread Michael Jackson
, Alexander Rukletsov ruklet...@gmail.com wrote: Yes, you can install just Windows SDK and have a native win stack for free. On 14 February 2013 19:02, Michael Jackson imikejack...@gmail.com wrote: Yep. A couple of times. After uninstalling/reinstalling VS2010 Windows SDK plus VS2010SP1

Re: [Qt-creator] How to get syntax highlighting for CMakeLists.txt?

2013-03-28 Thread Michael Jackson
On Mar 28, 2013, at 7:30 AM, Nikos Chantziaras wrote: On 28/03/13 13:03, Nikos Chantziaras wrote: On 27/03/13 12:59, Nikos Chantziaras wrote: When I open a CMakeLists.txt in Creator it pops up an information bar saying: A highlight definition was not found for this file. Would you like to

[Qt-creator] Importing Environment Variables

2013-06-19 Thread Michael Jackson
Is there a way on Qt Creator to pick up my LD_LIBRARY_PATH variable from my environment? My build depends on some libraries that I have installed in my own sandbox and it would be nice to NOT have to copy all teh libraries into my build folder. This is on QtCreator 2.7.0 on Ubuntu Linux 12.04

Re: [Qt-creator] New Design 2#

2013-08-30 Thread Michael Jackson
I have no idea whose idea this is lately to go with all monochromatic icons but STOP IT. As a human my eyes can pick up on color differences _much_ quicker than gray scale differences. Keep some color. It helps the usability of the software. The one main thing you need to be thinking about on

[Qt-creator] Real Time Collaboration Plugin or Capability

2013-09-09 Thread Michael Jackson
Does QtCreator has any sort of Real Time Collaboration features or has someone produced a plugin? Today I used Google Docs to work with a remote colleague in order to design some codes. I was thinking it would have been nicer to have this capability directly in QtCreator. A Quick Googling also

Re: [Qt-creator] Xcode 5 no longer has GDB included. Ramifications?

2013-09-20 Thread Michael Jackson
On Sep 19, 2013, at 5:35 PM, André Pönitz andre.poen...@mathematik.tu-chemnitz.de wrote: On Thu, Sep 19, 2013 at 01:19:13PM -0700, Jonathan S. Shapiro wrote: If GDB can support code coming from clang-llvm, perhaps a simpler interim solution would be to build and ship a copy of gdb in the OSX

Re: [Qt-creator] Xcode 5 no longer has GDB included. Ramifications?

2013-09-20 Thread Michael Jackson
On Sep 20, 2013, at 8:54 AM, Michael Jackson imikejack...@gmail.com wrote: On Sep 19, 2013, at 5:35 PM, André Pönitz andre.poen...@mathematik.tu-chemnitz.de wrote: On Thu, Sep 19, 2013 at 01:19:13PM -0700, Jonathan S. Shapiro wrote: If GDB can support code coming from clang-llvm

[Qt-creator] where does qDebug() end up?

2013-09-30 Thread Michael Jackson
I am running QtCreator 2.8.1 on Windows 7x64 using the VS2008 compilers. I have a console application that I am writing. I use qDebug() to output progress to the console but when I debug those messages are not showing up in the Application Output and a command window does not pop up either? Is

Re: [Qt-creator] where does qDebug() end up?

2013-10-01 Thread Michael Jackson
On Oct 1, 2013, at 5:29 AM, Daniel Teske daniel.te...@digia.com wrote: On Monday 30 Sep 2013 22:09:03 André Pönitz wrote: On Mon, Sep 30, 2013 at 03:29:26PM -0400, Michael Jackson wrote: I am running QtCreator 2.8.1 on Windows 7x64 using the VS2008 compilers. I have a console application

[Qt-creator] Showing QString value in the Debugger

2013-10-04 Thread Michael Jackson
System: OS X 10.8.5 with Xcode 4.6 tools. QtCreator 2.8.1. I can not seem to see the value for even simple things like a QString. Here is a simple function that I have a break point in: QString QFilterParametersReader::readValue(const QString name, QString value) { BOOST_ASSERT(m_Prefs !=

Re: [Qt-creator] Showing QString value in the Debugger

2013-10-04 Thread Michael Jackson
On Oct 4, 2013, at 3:57 PM, Poenitz Andre andre.poen...@digia.com wrote: QString QFilterParametersReader::readValue(const QString name, QString value) { BOOST_ASSERT(m_Prefs != NULL) return m_Prefs-value(name, value).toString(); } In the debugger I have this: Locals

Re: [Qt-creator] Collaborative Editing

2013-10-28 Thread Michael Jackson
Eclipse has collaborative text editor for Java and a few other languages. It runs over a jabber server (GTalk, AIM). I am not sure it currently works with their C++ development environment though. http://stackoverflow.com/questions/9156449/is-there-an-eclipse-plugin-for-collaborative-editing

Re: [Qt-creator] Slow performance on OSX Mavericks (10.9)

2013-11-07 Thread Michael Jackson
Eike, I pulled down the latest qt-creator 3.0.x snapshot and gave it a go on OS X 10.8.5 Mountain Lion. I believe I set up my Kits to use LLDB instead of GDB and this small snippet of code: QVectorint foo; foo.push_back(1); foo.push_back(3); std::cout foo[0]: foo[0] std::endl;

Re: [Qt-creator] Qt Creator 3.2 dropping support for Mac OS X 10.6

2014-01-24 Thread Michael Jackson
I am going to chime in here a bit on the OS X 10.6.8 thing. I mainly create software for scientists located at Govt/Enterprise/Academic installations where getting new computers can be a problem or even just getting them updated to newer operating systems is a problem. So I compile my software

Re: [Qt-creator] OS X Debugger (LLDB) Not showing number of items in containers

2014-02-18 Thread Michael Jackson
On Feb 18, 2014, at 10:04 AM, Michael Jackson imikejack...@gmail.com wrote: On Feb 18, 2014, at 5:16 AM, Poenitz Andre andre.poen...@digia.com wrote: Michael Jackson [imikejack...@gmail.com] wrote: int main(int argc, char *argv[]) { QVectorsize_t dims(1, 3); qDebug() dims[0

Re: [Qt-creator] OS X Debugger (LLDB) Not showing number of items in containers

2014-02-18 Thread Michael Jackson
On Feb 18, 2014, at 10:04 AM, Michael Jackson imikejack...@gmail.com wrote: On Feb 18, 2014, at 5:16 AM, Poenitz Andre andre.poen...@digia.com wrote: Michael Jackson [imikejack...@gmail.com] wrote: int main(int argc, char *argv[]) { QVectorsize_t dims(1, 3); qDebug() dims[0

Re: [Qt-creator] OS X Debugger (LLDB) Not showing number of items in containers

2014-02-18 Thread Michael Jackson
How hard is the fix? Where would I look? ./qtc-debugging-helper/dumper.cpp? Can I hack around in there to try to get this to work? Or do I need to look in the QtCreator Source Codes? Thanks Mike Jackson On Feb 18, 2014, at 11:00 AM, Poenitz Andre andre.poen...@digia.com wrote: It looks

Re: [Qt-creator] Coloring of Shell Scripts in Creator 3.0

2014-03-27 Thread Michael Jackson
On Mar 27, 2014, at 11:15 AM, Ziller Eike eike.zil...@digia.com wrote: On Mar 27, 2014, at 3:48 PM, Michael Jackson imikejack...@gmail.com wrote: I use a dark color scheme and when opening a shell script (*.sh) some of the syntax coloring is dark purple which with a black back ground

Re: [Qt-creator] Mouse cursor disappearing

2014-04-28 Thread Michael Jackson
This is a known bug and has been talked about before. I see this on OS X all the time. If you right click somewhere in the editor you can get your cursor back but this becomes quite annoying. Quitting Creator and relaunching will fix it for a while then it comes back. I don't remember the bug

Re: [Qt-creator] Qt Creator 3.1 Slow Debugging on OS X 10.8

2014-05-15 Thread Michael Jackson
On May 14, 2014, at 6:22 PM, André Pönitz apoen...@t-online.de wrote: On Wed, May 14, 2014 at 01:22:14PM -0400, Michael Jackson wrote: I am trying out the QtCreator 3.1 release for OS X (10.8.5 with Xcode 5.1.1 Tooling and Xcode 5.1.1 5B1008 Command line tools) and debugging is extremely

Re: [Qt-creator] Refactoring the CMake plugin

2014-06-19 Thread Michael Jackson
On Jun 18, 2014, at 11:26 AM, Lorenz Haas lyk...@gmail.com wrote: Hi Benjamin, I can't say anything to your questions :( but I have a small side note/request (as well as to everyone working on the CMake plugin) :) If you rework the CMake plugin could add an option that the header and

[Qt-creator] OS X Debugging issues (Python spins forever)

2014-07-08 Thread Michael Jackson
I am using Qt Creator 3.1.1 on OS X 10.8.5 with the latest Xcode 5.1.1 and command line tools. Lately (most of the time) when I attempt to debug python goes into an infinite spin and takes 100% of a CPU and never comes back out of it. This kills the debugging session and sometimes QtCreator

[Qt-creator] Python drops into Infinite Loop when debugging (OS X QtCreator 3.2.1)

2014-10-08 Thread Michael Jackson
I am using QtCreator 3.2.1 on OS X 10.8.5 with XCode 5.1.x and most of the time when I debug python ends up going into an infinite loop burning 100% of a CPU. I usually have to kill the python process which kills the debugging session. I would like to help figure out the issues so my question

[Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Michael Jackson
Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project is CMake based. I have no problems Opening my project and all that. I change the kit to my Qt 5.3.1 installation. Everything compiles fine. The issue is that

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Michael Jackson
On Nov 13, 2014, at 1:44 PM, Tobias Hunger tobias.hun...@gmail.com wrote: Hi Am 13.11.2014 18:37 schrieb Michael Jackson imikejack...@gmail.com: Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Michael Jackson
On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is a red squiggly line under #include QtCore/QObject and then none of the syntax

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Michael Jackson
On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is a red squiggly line under #include QtCore/QObject and then none of the syntax

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 3:06 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Nov 15, 2014, at 4:02 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 11:27 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-18 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-20 Thread Michael Jackson
On Nov 18, 2014, at 10:04 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets

[Qt-creator] QtCreator 3.3, CMake and Include Paths

2014-12-10 Thread Michael Jackson
I am still having issues with Include paths in my CMake project not being picked up by QtCreator. What is funny is that they worked just fine in the QtCreator 3.2 but not in 3.3. I have tried tweaking my CMakeLists.txt file but nothing I am trying seems to get all of the include paths that are

Re: [Qt-creator] QtCreator 3.3, CMake and Include Paths

2014-12-12 Thread Michael Jackson
/project_source_info.py On Wed, Dec 10, 2014 at 10:53 PM, Michael Jackson imikejack...@gmail.com wrote: I am still having issues with Include paths in my CMake project not being picked up by QtCreator. What is funny is that they worked just fine in the QtCreator 3.2 but not in 3.3. I have tried

Re: [Qt-creator] QtCreator 3.3, CMake and Include Paths

2014-12-13 Thread Michael Jackson
were having issues until I changed some cmake codes to add some more paths. On linux, QtCreator can not complete a simple QComboBox or a boost_sharedptrT. Odd Cheers Mike Jackson On Dec 12, 2014, at 10:29 AM, Michael Jackson imikejack...@gmail.com wrote: I had to tweak my CMake files

Re: [Qt-creator] QtCreator 3.3, CMake and Include Paths

2014-12-15 Thread Michael Jackson
On Dec 15, 2014, at 5:21 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Wed, 10. Dec 16:53, Michael Jackson wrote: I am still having issues with Include paths in my CMake project not being picked up by QtCreator. A bug report was created that seems to address the same

Re: [Qt-creator] Have Locate... provide all files in a CMake project

2015-01-10 Thread Michael Jackson
On Jan 10, 2015, at 3:54 AM, Andreas Pakulat ap...@gmx.de wrote: Hi Michael, On Fri, Jan 9, 2015 at 11:07 PM, Michael Jackson imikejack...@gmail.com wrote: On Jan 9, 2015, at 2:20 PM, Andreas Pakulat ap...@gmx.de wrote: Also, I think part of QtCreator's problems with CMake files

Re: [Qt-creator] Have Locate... provide all files in a CMake project

2015-01-09 Thread Michael Jackson
On Jan 9, 2015, at 10:30 AM, Andreas Pakulat ap...@gmx.de wrote: Hi, On Fri, Jan 9, 2015 at 1:38 PM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Jan 9, 2015, at 12:57 PM, Andreas Pakulat ap...@gmx.de wrote: I'm working with qtcreator on a cmake-based project that has plenty

Re: [Qt-creator] Have Locate... provide all files in a CMake project

2015-01-09 Thread Michael Jackson
On Jan 9, 2015, at 2:20 PM, Andreas Pakulat ap...@gmx.de wrote: Also, I think part of QtCreator's problems with CMake files is that QtCreator only considers the top level code blocks file that is generated. There are other code block files within the build tree that fully describe all the

Re: [Qt-creator] Helping out QtCreator find my include paths

2015-01-08 Thread Michael Jackson
, Luc On 8 January 2015 at 03:09, Michael Jackson imikejack...@gmail.com wrote: I am still having some issues with include paths, CMake projects and QtCreator. I was scouring the internet looking for work arounds and about the only thing I can find is some obscure mention of a project.includes

Re: [Qt-creator] Code Completion with lots of Typedefs

2015-01-07 Thread Michael Jackson
On Jan 7, 2015, at 12:09 PM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Wed, 07. Jan 11:20, Michael Jackson wrote: Are there any known issues with heavy use of typedefs, templates and code completion? Yes, there are quite some issues. That's why we have problems

Re: [Qt-creator] QtCreator 3.3, CMake and Include Paths

2015-01-07 Thread Michael Jackson
On Jan 5, 2015, at 6:55 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Dec 15, 2014, at 5:26 PM, Michael Jackson imikejack...@gmail.com wrote: On Dec 15, 2014, at 5:21 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Wed, 10. Dec 16:53, Michael Jackson wrote: I

[Qt-creator] Code Completion with lots of Typedefs

2015-01-07 Thread Michael Jackson
Are there any known issues with heavy use of typedefs, templates and code completion? I ask because we are trying to use ITK (www.itk.org) in our project and we don't get any completion for any of the C++ ITK classes. In fact, Creator will not even complete a local variable that was

[Qt-creator] CMake Project Model and Includes Paths

2015-06-20 Thread Michael Jackson
I have been using the latest 3.5 Beta of Creator in combination with the latest CMake 3.3 RC and all the include paths now work. Which means the code completion is back to working again. The C++ code model shows all of our executables. I would like to thank everyone involved who submitted ideas

Re: [Qt-creator] QColumnView and Preview Widget

2015-06-25 Thread Michael Jackson
, 2015, at 9:17 PM, Michael Jackson imikejack...@gmail.com wrote: Is there a way with Qt 5 to turn OFF the preview widget? For our application we wanted to show some information based on what is clicked, branch or leaf, but the preview widget is only shown for leaves and not branches. So now we

[Qt-creator] Clang Code Model and Performance

2015-06-24 Thread Michael Jackson
We have been using the latest 3.5 Betas here at work (Because we need the CMake fixes) and while we like the completeness of the clang code model the performance is fairly slow. Our laptops are running OS X 10.8 or 10.9, Core i7 2.6GHz with 16GBs RAM. Both have SSDs. While we are typing code

[Qt-creator] Clang Code model can not find libClang 3.6

2015-06-19 Thread Michael Jackson
Just tried the QtCreator 3.5 Beta and tried to load the Clang code model and it says that it can not load libClang. Could someone remind me of the wiki page that has the instructions on how to get the Clang code model up and running? Thanks Mike Jackson BlueQuartz Software.

Re: [Qt-creator] Clang Code model can not find libClang 3.6

2015-06-22 Thread Michael Jackson
On Jun 22, 2015, at 10:25 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Jun 22, 2015, at 4:01 PM, Michael Jackson imikejack...@gmail.com wrote: http://anychimirror101.mirrors.tds.net/pub/Qt/snapshots/qtcreator/3.5.0-beta1/2015-06-22_7/ I am running on OS X 10.8.5

Re: [Qt-creator] Clang Code model can not find libClang 3.6

2015-06-22 Thread Michael Jackson
...@theqtcompany.com wrote: On Jun 19, 2015, at 3:44 PM, Michael Jackson imikejack...@gmail.com wrote: Just tried the QtCreator 3.5 Beta and tried to load the Clang code model and it says that it can not load libClang. Could someone remind me of the wiki page that has the instructions on how

[Qt-creator] QColumnView and Preview Widget

2015-06-24 Thread Michael Jackson
Is there a way with Qt 5 to turn OFF the preview widget? For our application we wanted to show some information based on what is clicked, branch or leaf, but the preview widget is only shown for leaves and not branches. So now we figured we can just put another widget next to the QColumnView

[Qt-creator] Is 3.5 Officially released?

2015-08-18 Thread Michael Jackson
I normally download the nightly builds for testing but I noticed the RC1 did not build last night so I went up a directory and found the 3.5.0 directory which had builds. Has 3.5 been officially released? I did not see anything in the blog about it? -- Mike Jackson

Re: [Qt-creator] Where to find more information from Clang indexing errors

2015-07-30 Thread Michael Jackson
No trying to be difficult here so here goes. I created a qtlogging.ini in ~/Library/Preferences and inside several locations in the QtCreator.app package. Reading through the web page does not tell me where to look for the log file. I looked in all the usual locations on OS X include /var/log

Re: [Qt-creator] Where to find more information from Clang indexing errors

2015-07-30 Thread Michael Jackson
Also are there certain arguments that QtCreator uses with libClang? Things like -Wall or something that has an equivalent clang command line argument? Maybe if I put those into my compile specification I can have my compiler produce the same warnings? Also, how can I force QtCreator to reindex

Re: [Qt-creator] Where to find more information from Clang indexing errors

2015-08-05 Thread Michael Jackson
, at 4:04 PM, Michael Jackson imikejack...@gmail.com wrote: On Jul 31, 2015, at 3:10 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Then please reduce to a minimal example and report :) https://bugreports.qt.io/browse/QTCREATORBUG-14856 Hope this helps: Mike Jackson

Re: [Qt-creator] Where to find more information from Clang indexing errors

2015-08-04 Thread Michael Jackson
On Jul 31, 2015, at 3:10 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: The July 30 build seems slightly better in the fact that I don't get the red squiggly under lines any more BUT the code completion does not work for those functions. for example, the line of code has all

Re: [Qt-creator] Where to find more information from Clang indexing errors

2015-08-04 Thread Michael Jackson
On Jul 31, 2015, at 3:10 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Then please reduce to a minimal example and report :) https://bugreports.qt.io/browse/QTCREATORBUG-14856 Hope this helps: Mike Jackson ___ Qt-creator mailing list

[Qt-creator] LLDB consumes large amounts of memory (Multi Gigabytes)

2015-08-31 Thread Michael Jackson
We are trying to use the LLDB debugger under OS X 10.10.5 with Xcode 6.4 for our project. When using the QtCreator 3.5 release and attempting to stop at a break point LLDB spins up to 100% CPU and eventually uses all the memory on the machine (About 8 GB). I eventually have to force quit LLDB

Re: [Qt-creator] LLDB consumes large amounts of memory (Multi Gigabytes)

2015-09-01 Thread Michael Jackson
a complete clean build of my project. Thanks Mike Jackson On Sep 1, 2015, at 12:12 PM, Adam Light <acli...@gmail.com> wrote: > > > On Mon, Aug 31, 2015 at 7:45 AM, Michael Jackson <imikejack...@gmail.com> > wrote: > We are trying to use the LLDB debugger under OS X 10.10.

Re: [Qt-creator] LLDB consumes large amounts of memory (Multi Gigabytes)

2015-09-01 Thread Michael Jackson
. This was with LLDB version lldb-310.2.37 on OS X 10.8.5 (Xcode 5.1.1 tooling). I also tried LLDB 3.6 on Ubuntu 14.04 and while the memory load did not happen, LLDB spun for a bit then just crashes. Thanks Mike Jackson On Aug 31, 2015, at 10:45 AM, Michael Jackson <imikejack...@gmail.com>

Re: [Qt-creator] LLDB consumes large amounts of memory (Multi Gigabytes)

2015-09-01 Thread Michael Jackson
yandex.ru> wrote: > > > 01.09.2015, 16:37, "Michael Jackson" <imikejack...@gmail.com>: >> And when I decided to "step" to the next instruction then LLDB spun 100% CPU >> and started grabbing even more memory. > > I think you should check if t

Re: [Qt-creator] LLDB consumes large amounts of memory (Multi Gigabytes)

2015-09-01 Thread Michael Jackson
And when I decided to "step" to the next instruction then LLDB spun 100% CPU and started grabbing even more memory. --- Mike Jackson On Sep 1, 2015, at 9:34 AM, Michael Jackson <imikejack...@gmail.com> wrote: > I finally just decided to let LLDB run until it finished

Re: [Qt-creator] QTCreator + CMAKE Project View.

2017-06-29 Thread Michael Jackson
which version of QtCreator and what version of CMake? -- Mike Jackson [mike.jack...@bluequartz.net] Page, Andy (UK) wrote: I can’t believe I am the only person to have queried this behaviour. When I run CMAKE from QTCREATOR - I don't see source files associated with individual CMAKE

Re: [Qt-creator] disable CMake Server mode?

2017-05-09 Thread Michael Jackson
Turn off the "Automatically run CMake" from the configured kit. If you are editing a *.in file cmake sees that as a change and so will run on the next build. Mike Jackson Tilman Skobowsky May 9, 2017 at 6:44 AM Hi, I have the same problem that is mentioned

Re: [Qt-creator] Editor bug – cursor keeps jumping to the end

2017-06-20 Thread Michael Jackson
What version of macOS are you using? Which nightly of QtCreator are you using? Do you have anything like "Clean white space" on save turned on? Or something like "auto-format the file on save" turned on? -- Mike Jackson Walter Purvis wrote: Bug report:

Re: [Qt-creator] 4.4 feature req decorated scrollbars beyond code pane)

2017-06-02 Thread Michael Jackson
I would just like a scrollbar that I can actually "see". Mainly an issue with dark themes on Windows and Linux. Mike Jackson Jason H wrote: https://bugreports.qt.io/browse/QTCREATORBUG-18333 I've talked about this on the list, but I guess I never made an issue for it before. I did search

Re: [Qt-creator] QtCreator 4.3/4.4 + CMake likes to "rebuild" my project, a lot.

2017-09-28 Thread Michael Jackson
-Original Message- From: Tobias Hunger <tobias.hun...@gmail.com> Date: Wednesday, September 27, 2017 at 6:11 PM To: Michael Jackson <mike.jack...@bluequartz.net> Cc: qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] QtCreator 4.3/4.4 + CMake likes to &qu

Re: [Qt-creator] QtCreator 4.3/4.4 + CMake likes to "rebuild" my project, a lot.

2017-09-28 Thread Michael Jackson
-Original Message- From: Tobias Hunger <tobias.hun...@gmail.com> Date: Wednesday, September 27, 2017 at 6:11 PM To: Michael Jackson <mike.jack...@bluequartz.net> Cc: qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] QtCreator 4.3/4.4 + CMake likes to &qu

[Qt-creator] QtCreator 4.3/4.4 + CMake likes to "rebuild" my project, a lot.

2017-09-27 Thread Michael Jackson
to somehow regenerate those files when the probably should not have been generated? Thoughts on this is much appreciated. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net ___ Qt

Re: [Qt-creator] Expand Macro on mouse over (Feature Request?)

2017-10-24 Thread Michael Jackson
to use that as a test from our project. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net -Original Message- From: Eike Ziller <eike.zil...@qt.io> Date: Tuesday, October 24, 2017 at 3:54 AM To: Michael Jackson <

Re: [Qt-creator] What are your favorite clang-tidy checks

2018-06-14 Thread Michael Jackson
I tend to go back and forth between turning it off so that code completion actually completes in a reasonable amount of time (~1 second) or having all the helpful insights into my code base. It is almost like QtCreator needs to have 2 threads running. One for the code completion and one for the

Re: [Qt-creator] What are your favorite clang-tidy checks

2018-06-15 Thread Michael Jackson
Br, Eike > On 14. Jun 2018, at 23:19, Michael Jackson wrote: > > Can I just have it blanket fix ALL issues that it finds in a file? Kind of like “Clang Format” but for Clang-Tidy? I have been toying with writing a script that would attempt to do that for our code base.

Re: [Qt-creator] What are your favorite clang-tidy checks

2018-06-14 Thread Michael Jackson
On 6/14/18, 12:55 PM, "Ivan Donchevskii" wrote: Yes, there are checkboxes for fix-its so you can apply selected ones. From: Vadim Peretokin Sent: Thursday, June 14, 2018 6:42 PM To: Ivan Donchevskii Cc: Michael Jackson; qt-creator@qt-project.org Subject: Re: [Qt-creator] Wha

[Qt-creator] Expand Macro on mouse over (Feature Request?)

2017-10-23 Thread Michael Jackson
expanded macro. This was handy in a few situations when trying to debug the macro or just see what the expanded code looks like. This is especially useful for deeply nested macros. Are there thoughts one way or another? Has anyone tried to implement this feature? -- Michael Jackson | Owner

Re: [Qt-creator] QString "not accessible" in Creator 4.6.2?

2018-07-17 Thread Michael Jackson
be great. Can you package the PDB files using an installer like for Qt itself? At least that would make the installation go much quicker and easier. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net <http://www.bluequartz.

Re: [Qt-creator] QString "not accessible" in Creator 4.6.2?

2018-07-16 Thread Michael Jackson
-folders then create the archive. I had to individually select each .7z file for VS2017 and decompress them. Would be easier, I would think, to just be able to decompress the archive as it sites in Qt5.10.1/5.10.1 folder and everything gets put into the proper location. -- Michael Jackson | Owner

Re: [Qt-creator] QString "not accessible" in Creator 4.6.2?

2018-07-14 Thread Michael Jackson
Dayton, Ohio On Fri, Jul 13, 2018 at 2:22 PM, Michael Jackson < mike.jack...@bluequartz.net> wrote: > I don't think I remember ever having to do this with Visual Studio but > I'll bite. So I downloaded the pdb zip file? I have Qt 5.10.1 with VS2017 > x64. Where do I instal

Re: [Qt-creator] QtCreator 4.7 RC Feedback

2018-07-04 Thread Michael Jackson
Also it's important that you use our prebuilt libclang shipped with Qt Creator installer but not the one in your system because it might provide the slowdown. Hope that my answer helps you Kind regards Ivan From: Qt-creator on behalf of Michael Jackson Sent: Wednesday, July 4, 2018 6:10:08

Re: [Qt-creator] Branches side-panel

2018-07-04 Thread Michael Jackson
I would love to see a "workspace" that basically incorporates the functionality of something like SourceTree or GitKraken into QtCreator. I don't actually know what QtCreator has to offer by way of Git functionality because those 2 applications are that good. -- Mike Jackson On 7/4/18, 9:10

Re: [Qt-creator] QString "not accessible" in Creator 4.6.2?

2018-07-06 Thread Michael Jackson
I also just happened to setup QtCreator 4.6.2 and I had the same issue. Latest VS2017 release running on Windows 10 x64. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net On 7/5/18, 6:49 PM, "Qt-creator on behalf of Bob

[Qt-creator] QtCreator 4.7 RC Feedback

2018-07-04 Thread Michael Jackson
Just wanted to throw some feedback while I use the 4.7 Betas and RCs on my macOS systems. For the most part I like what I am seeing but there currently is an issue that is really starting to get in the way. The speed at which a C++ file is parsed so that all the syntax highlighting and

Re: [Qt-creator] QString "not accessible" in Creator 4.6.2?

2018-07-13 Thread Michael Jackson
I don't think I remember ever having to do this with Visual Studio but I'll bite. So I downloaded the pdb zip file? I have Qt 5.10.1 with VS2017 x64. Where do I install the pdb files? My build dir? Or somewhere in the Qt5 installation? Thanks -- Michael Jackson | Owner, President

Re: [Qt-creator] Crazy improvement idea #2

2018-03-14 Thread Michael Jackson
I think this is a good idea. Another feature along the same lines is when you hover over a macro I want to see the fully resolved code even for deeply nested macros. I miss this from Eclipse. Just my 2 Cents. Mike Jackson From: Qt-creator

Re: [Qt-creator] Update 4.6.0

2018-04-06 Thread Michael Jackson
I would also like to second that gratitude. We enabled the clang-tidy and clazy warnings which immediately helped our coders find questionable code constructs and highlight areas where we should be writing code using more modern constructs. Thanks to all who contributed. -- Michael Jackson

[Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Michael Jackson
those programs actually _do_ error out and we want those errors to show up in QtCreator's error list. Thanks -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net ___ Qt-creator

Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Michael Jackson
-Original Message- From: Tobias Hunger <tobias.hun...@gmail.com> Date: Tuesday, March 6, 2018 at 8:02 AM To: Michael Jackson <mike.jack...@bluequartz.net> Cc: qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] What makes a message a "Compile Error&qu

[Qt-creator] QtCreator 4.8 Beta 1 Crash [ClangFormat]

2018-10-15 Thread Michael Jackson
10703df72 QCoreApplication::exec() + 402 43  org.qt-project.qtcreator    0x0001060b4e11 main + 15313 44  libdyld.dylib       0x7fff73bc8015 start + 1 -- Michael Jackson | Owner, President BlueQuartz Software [e

Re: [Qt-creator] Snapshot builds for 4.8

2018-10-22 Thread Michael Jackson
Has there been any movement on this issue? I like to test out the latest builds for performance issues. The 4.8 Beta is working pretty good on my system (2012 Mac Pro, macOS 10.13) but I need to throw our really large project at it. Thanks for the great work on this product. -- Michael Jackson

Re: [Qt-creator] Snapshot builds for 4.8

2018-10-23 Thread Michael Jackson
cOS users. Thanks Mike Jackson On 10/23/18, 1:37 AM, "Eike Ziller" wrote: > On Oct 22, 2018, at 17:44, Michael Jackson wrote: > > Has there been any movement on this issue? I like to test out the latest builds for performance issues. The 4.8 Beta is working pr

Re: [Qt-creator] Qt creator + Clang model = major annoyance

2019-01-06 Thread Michael Jackson
and all of the external libraries that we used. I think it just needs some polish on the CCM parsing and reaction times put into it in 2019. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net On 1/4/19, 8:20 PM, &qu

  1   2   >