Re: [Qt-creator] [Development] Nominating André Hartmann as new Maintainer of VCS support in Qt Creator

2024-06-26 Thread André Hartmann via Qt-creator
9.06.2024 um 10:17 schrieb Eike Ziller via Qt-creator : Hi, I nominate André Hartmann as the new maintainer of Version Control in Qt Creator. His contribution history in Qt Creator goes back to 2011 as well, and he regularly worked on improving our version control support (as well as contrib

Re: [Qt-creator] Performance of the editor (with git plugin)

2023-05-13 Thread André Hartmann
Hi Björn, Sorry for the inconvenience. Could you please create a bugreport for this so it is not forgotten? Meanwhile, I think you don't need to deactivate the whole git plugin, it would be enough to disable Instant Blame in Edit > Preferences > Version Control > Git. I can understand that get

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

2023-02-06 Thread André Hartmann
s I'm open to test them and give feedback. Thanks again for the great product. Please keep up the good work! Regards, André Am 03.02.23 um 09:18 schrieb A. Pönitz: On Mon, Jan 30, 2023 at 02:47:33PM +0100, André Hartmann wrote: Hi Christian, indeed it works. One requirement seems to be a

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

2023-01-30 Thread André Hartmann
Qt-creator on behalf of André Hartmann Sent: Monday, January 30, 2023 1:04 PM To: qt-creator Subject: [Qt-creator] Any plans to support python debugging? Hi Creator developers and users, when I see my colleagues installing vscode just to debug python, I wonder if Creator couldn't do t

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

2023-01-30 Thread André Hartmann
o, but so far we had not the time to have a deeper look. I think there's not even a bugreport / feature request for this to be able to vote on. BR, Christian From: Qt-creator on behalf of André Hartmann Sent: Monday, January 30, 2023 1:04 PM To

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

2023-01-30 Thread André Hartmann
Hi Creator developers and users, when I see my colleagues installing vscode just to debug python, I wonder if Creator couldn't do that too? We already have good Python support with the language server, Qt itself has Python bindings and Creators debugger interface uses Python dumpers, so my quest

Re: [Qt-creator] Closing pinned files

2022-10-21 Thread André Hartmann
Hi Mitch, first of all, I'm no user of this feature, so I had to google it first. But let me add my opinion: Seeing the motivation for the feature - to keep files in the Open Documents list and in the Locator - leads to the question: Do you really want to forbid to actually close the split cont

Re: [Qt-creator] "-j" options to make. Where do they come from? Can I change the value?

2022-02-09 Thread André Hartmann
Dear Toralf, The jobs option was introduced in response to https://bugreports.qt.io/browse/QTCREATORBUG-18414 You can fine tune that in the Projects > Build & Run > Build > Build Steps. It should also be possible to add a smaller jobs option (e.g. -j2) to the MAKEFLAGS variable so new projects u

Re: [Qt-creator] Clicking on Fortran issues in Issues tab does not open the file in editor

2021-08-31 Thread André Hartmann
Dear Goran, my guess is, that the line numbers in the format file(line) irritate the parser - you can see the filename has the additional (line) while the line column is empty. Afaik, Intel compilers are modeled after Microsoft ones which uses such format in contrast to gcc, which has file:line:c

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-14 Thread André Hartmann
Hi all, sorry for hijacking this thread, but having a terminal integrated into Creator sounds like a great addition. There has been https://bugreports.qt.io/browse/QTCREATORBUG-8511 plus duplicates for years, so maybe that is the chance to get that thing in? Best regards, André On 13.02.21 07:

Re: [Qt-creator] access to gdb console

2021-01-04 Thread André Hartmann
Hi Stefan, you probably want to comment and vote on https://bugreports.qt.io/browse/QTCREATORBUG-19870 as ultimate solution. Until then, you can use the left part of Views > Views > Debugger Log to insert GDB commands. Note that you can also add gdb startup commands at Tools > Options > Debugge

Re: [Qt-creator] How do you debug QtCreator

2020-12-07 Thread André Hartmann
Hi Björn, if you really need to debug on Windows, use a MSVC build of Creator, that is times faster than a MinGW build. However, the best experience is still on Linux. Best regards, André Am 07.12.2020 um 22:13 schrieb Björn Schäpers: Seriously, I did it on the weekend to find a bug I now ha

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
or@qt-project.org Subject: Re: [Qt-creator] Has anyone got the new custom parsers running? On Fri, 7 Aug 2020 14:02:06 +0200 André Hartmann wrote: I've created a project with a main.cpp like that: #include int main() { printf("main.cpp:5: Hello World\n"); return 0; } Runni

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
Issues pane. I've expected the message to appear in the Issues pane. Is there any obvious wrong in my test? Best regards, André Am 07.08.20 um 12:13 schrieb Christian Kandeler: On Fri, 7 Aug 2020 09:01:25 +0200 André Hartmann wrote: To my understanding, I can use the parsers to catch

[Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
Installer), no matter which patterns I try. What am I missing? Thanks and best regards, André -- André Hartmann, Dipl. Ing. (FH) Softwareentwicklung / Software Development E-Mail: andre.hartm...@iseg-hv.de Tel: +49.351.26996-43 | Fax: +49.351.26996.21 iseg Spezialelektronik GmbH - HIGH VOLTAGE

Re: [Qt-creator] Stepping down as maintainer of Qt Creator's C/C++ language support

2020-05-18 Thread André Hartmann
se it comes up: Christian, you did a great job polishing the Project Management subsystem during the last 18 month. A lot of really old bugs were resolved, so I like to express my respect. All the best with your new tasks, too. Best regards, André -- André Hartmann, Dipl. Ing. (FH) Softwareentwickl

Re: [Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread André Hartmann
s are currently not exposed to the outside. -- Dipl.-Ing. (FH) André Hartmann Softwareentwicklung / Software Development E-Mail: andre.hartm...@iseg-hv.de | Tel: +49 351 26996-43 | Fax: +49 351 26996-21 iseg Spezialelektronik GmbH - HIGH VOLTAGE. EXACTLY. iseg-hv.de | iseg-hv.com | downl

Re: [Qt-creator] Minor autocompletion suggestion annoyances

2020-03-05 Thread André Hartmann
Hi Jason, void f(QObject *parent=null...) Where ... is "ptr" for what I want. But ... is suggested as "ptr_t". But "ptr" is the second one in the list. This is so close, but I'm curious as to why the longer is coming becoming before the shorter? nullptr should be first by alphabetical and w

Re: [Qt-creator] Compliment for the generic highlighter support

2020-02-13 Thread André Hartmann
ice too much. But still it is not possible to set a custom rules to highlight the some specific compiler keywords (e.g. for a bare-metal programming) yet. :) BR, Denis чт, 13 февр. 2020 г. в 11:07, André Hartmann mailto:andre.hartm...@iseg-hv.de>>: Hi Qt Creator developers, I just

[Qt-creator] Compliment for the generic highlighter support

2020-02-13 Thread André Hartmann
Hi Qt Creator developers, I just want to send out a bit Thank You for the usability of the generic highlighter. I opened a Yocto project in a fresh installed Qt Creator. It offered me to download to KSyntaxHighligher definitions, which worked well, and my .bb file was instantly highlighted.

Re: [Qt-creator] CONFIG variables not as expected

2020-01-02 Thread André Hartmann
Hi again Bob, > Anyway, my remaining question is whether there is a straightforward > way to detect in the .pro file which Microsoft compiler is being used? > It used to be easy. So you are saying, there is a regression in Qt 5.14 and you cannot detect the MSVC compiler anymore? Then please rep

Re: [Qt-creator] CONFIG variables not as expected

2020-01-01 Thread André Hartmann
Hi Bob, but detecting the compiler version is more awkward. Why? I can do win32-msvc2015 { Do stuff... } but not win32-msvc2017 { Do stuff... } The only way I see to tell that it's 2017 is to check if it isn't any other MS compiler that I use. Perhaps it's silly, but I try to mainta

Re: [Qt-creator] CONFIG variables not as expected

2019-12-31 Thread André Hartmann
Hi Bob, I'm using Qt 5.14.0 and the bundled Creator 4.11.0 under Windows 7. In a new or previously existing project using qmake, I display the contents of CONFIG by message($$CONFIG) in the .pro file. For a msvc3015 project, I see win32-msvc2015 in the list values. For a msvc2017 project, I do

Re: [Qt-creator] Deployment of SerialTerminal plugin

2019-10-24 Thread André Hartmann
Thanks a lot, Eike! Regards, André On 24.10.19 12:32, Eike Ziller wrote: FYI the SerialTerminal plugin is now part of the binary snapshots. Br, Eike On 14. Oct 2019, at 20:50, André Hartmann wrote: Hi Jason, How would I go about finding and installing this plug in? I looked in

Re: [Qt-creator] Deployment of SerialTerminal plugin

2019-10-15 Thread André Hartmann
On 15.10.19 19:00, André Pönitz wrote: On Tue, Oct 15, 2019 at 09:03:40AM +0200, Richard Weickelt wrote: Hi, the Serial Terminal plugin was added to Qt Creator in spring 2018. It still has the experimental state, but I think the biggest problem is that it is not included in the official Qt Cre

Re: [Qt-creator] Deployment of SerialTerminal plugin

2019-10-14 Thread André Hartmann
On 14.10.19 15:35, Jason H wrote: Sent: Sunday, October 13, 2019 at 2:59 PM From: "André Hartmann" To: qt-creator Subject: [Qt-creator] Deployment of SerialTerminal plugin Hi all, the Serial Terminal plugin was added to Qt Creator in spring 2018. It still has the experimental sta

Re: [Qt-creator] Deployment of SerialTerminal plugin

2019-10-14 Thread André Hartmann
31 B *From: *André Pönitz <mailto:apoen...@t-online.de> *Sent: *Monday, October 14, 2019 5:06 AM *To: *André Hartmann <mailto:aha_1...@gmx.de> *Cc: *qt-creator <mailto:qt-creator@qt-project.org> *Subject: *Re: [Qt-creator] Deployment of SerialTerminal plugin On Sun, Oct 13, 2

[Qt-creator] Deployment of SerialTerminal plugin

2019-10-13 Thread André Hartmann
Hi all, the Serial Terminal plugin was added to Qt Creator in spring 2018. It still has the experimental state, but I think the biggest problem is that it is not included in the official Qt Creator builds. A lot of potential users might not even know it exists. Given the ongoing support for micr

Re: [Qt-creator] ?==?utf-8?q? Setup of CMake based projects

2019-10-04 Thread André Hartmann
Hi all, Sorry for hijacking this thread, but I instantly created a suggestion [1] that tangents this topic. Not only with CMake, also with other build systems there are often several steps needed after checking out a project and before working on it. I remember Tobias mentioned the wish to crea

Re: [Qt-creator] Class rename refactoring with file renaming problems.

2019-04-27 Thread André Hartmann
Hi Oleg, I just did some tests with qmake based projects and did not encounter any problems. Can you please create a report at bugreports.qt.io and attach a minimal CMake project so the problem can be reproduced. Thanks, Andre Am 26.04.19 um 21:01 schrieb Oleg Shal: Oh. Sorry Andre. 1) My sys

Re: [Qt-creator] 4.9 beta "close project" feature

2019-03-20 Thread André Hartmann
20.03.19 um 18:11 schrieb André Hartmann: Hi Ekke, (BTW: I have disabled all version control plugins and doing all the git > stuff outside QtC with Tower app) Out of personal interest, have you tried the Git integration in Creator (recently)? There are a lot of things that conceptually work m

Re: [Qt-creator] 4.9 beta "close project" feature

2019-03-20 Thread André Hartmann
Hi Ekke, (BTW: I have disabled all version control plugins and doing all the git > stuff outside QtC with Tower app) Out of personal interest, have you tried the Git integration in Creator (recently)? There are a lot of things that conceptually work much better than an external tool - annotate

Re: [Qt-creator] 4.9 beta "close project" feature

2019-03-20 Thread André Hartmann
Hi mapron, > https://bugreports.qt.io/browse/QTCREATORBUG-15721 > Why anyone decided it is a good change? I don't want to close all my > files. Well, it was a request and some people think it is a good idea to do so. Some disagree - like you. So please create a new suggestion (and post a link t

[Qt-creator] Coding style for lambdas with empty parameter list

2019-01-09 Thread André Hartmann
Hi all, I recently found an inconsistency regarding empty lambda parameter lists between [1] and [2]. While the first states, that parentheses have to be written always, the latter is missing this section. My request to syncronize both [3] lead to the conclusion, to change the rule, so that empty

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

2019-01-07 Thread André Hartmann
Hi,   first, Happy New Year to all, and thanks for the great work you all did the last decade to improve the IDE we all love most.   I like to add my story: When I started working with QtCreator 9 years ago, I was mostly impressed by the fluent editor. It was a joy working with that, the code

Re: [Qt-creator] Quick test or scratch-pad mode in qtc?

2018-12-22 Thread André Hartmann
Hi Alexis, > I was wondering if this would be totally stupid to have a mode in QTC > were we could code in a single source with no Build System setup? [...] > is so convenient to just start writing code without any setup. Sounds good. > But this has many drawbacks like, no or almost no completi

Re: [Qt-creator] Snapshot builds for 4.8

2018-10-29 Thread André Hartmann
Am 23.10.18 um 16:55 schrieb André Hartmann: Thanks Eike! Am 23.10.18 um 16:45 schrieb Eike Ziller: I’ve got cloned a job to do Qt 5.11 based snapshots until we got it figured out https://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2/ On Oct 23, 2018, at 08:35, André Hartmann wrote: Hi

Re: [Qt-creator] Snapshot builds for 4.8

2018-10-23 Thread André Hartmann
Thanks Eike! Am 23.10.18 um 16:45 schrieb Eike Ziller: I’ve got cloned a job to do Qt 5.11 based snapshots until we got it figured out https://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2/ On Oct 23, 2018, at 08:35, André Hartmann wrote: Hi Eike, To build with Qt 5.12 we needed to

Re: [Qt-creator] Snapshot builds for 4.8

2018-10-22 Thread André Hartmann
Hi Eike, > To build with Qt 5.12 we needed to update our macOS machines, but unfortunately the new macOS 10.13 setups act up in our build infrastructure… But could we at least have snapshots for Windows and Linux? Or stay with 5.11 as long as there is no final solution for 5.12? We have near

Re: [Qt-creator] Branches side-panel

2018-07-22 Thread André Hartmann
Hi all, as there has been no further comment so far, I'll ask in a more direct way: Is it Ok to completely replace the Git Branches dialog with a Git Branches side panel? Regards, André Am 07.07.2018 um 13:45 schrieb André Hartmann: Hi all, first apologize for breaking the thread, I

Re: [Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=5.3

2018-07-19 Thread André Hartmann
*blog:*http://blog.davidecoppola.com <http://plus.google.com/+DavideCoppola> <http://www.linkedin.com/in/davidecoppola> <http://www.twitter.com/vivaladav> ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mai

Re: [Qt-creator] What's the crash?

2018-07-16 Thread André Hartmann
Hi Jason, There's nothing more the debugger or C++ can do for you here. My comment refered to something like this in your code: QList data; data[0] = 123; That will crash in qlist.cpp with index out of range, and not in your code. Therefore it is not immediately obvious what causes the crash

Re: [Qt-creator] Branches side-panel

2018-07-07 Thread André Hartmann
Hi all, first apologize for breaking the thread, I only had a "digest mail account" till now. Thanks Orgad for bringing this topic up. I hoped it would raise more interest though... For my motivation: I dislike the Git branches dialog, as it always gets in the way. Usually, when working wi

Re: [Qt-creator] [Development] Proposing Orgad Shaneh as Maintainer of Version Control modules in Qt Creator

2018-05-02 Thread André Hartmann
roject.org/mailman/listinfo/development -- Dipl.-Ing. (FH) André Hartmann Softwareentwicklung / Software Development E-Mail: andre.hartm...@iseg-hv.de | Tel: +49 351 26996-43 | Fax: +49 351 26996-21 iseg Spezialelektronik GmbH - HIGH VOLTAGE. EXACTLY. iseg-hv.de | iseg-hv.com | download.i

Re: [Qt-creator] Odd QtCreator hang

2018-04-16 Thread André Hartmann
n, just not running inside the debugger. Qt version 5.3.2 (yes, I know this is ancient...) Qt Creator 4.5.2 (at least this isn't!) Windows 7 64-bit Any ideas? Sean This message has been scanned for malware by Forcepoint. www.forcepoint.com _______ Qt-cr

Re: [Qt-creator] Proposal increasing requirement for building Qt Creator 4.7

2018-03-15 Thread André Hartmann
Hi Andrzej, Am 15.03.2018 um 23:06 schrieb Andrzej Telszewski: On 15/03/18 15:08, Eike Ziller wrote: https://codereview.qt-project.org/223368 Target branch “master” (will be 4.7) "Increase requirement for building Qt Creator from Qt 5.6.2 to Qt 5.9 Qt 5.11 will be released and Qt 5.9 is the n

Re: [Qt-creator] GSoC 2018: New feature proposal for Qt Creator

2018-03-12 Thread André Hartmann
e and send the responses to development machine. Kindly let me know your thoughts about my above idea. Best Regards, Gowtham (Sree Gowtham Josyula) ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt

Re: [Qt-creator] Begging for some micro-features for 4.6/4.7

2018-02-14 Thread André Hartmann
https://bugreports.qt.io/browse/QTCREATORBUG-15703 [2] https://bugreports.qt.io/browse/QTCREATORBUG-18333 ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator -- Dipl.-Ing. (FH) André Har

Re: [Qt-creator] [Win, CDB] No console window while debugging (missing since QtC 4.5.0)

2018-01-26 Thread André Hartmann
Hi Tilman Am 26.01.2018 um 14:37 schrieb Tilman Skobowsky: Hello everybody, I run / debug on windows with VS2017 tools and CDB as debugger. My project is configured to "Run in terminal". Prior to QtC 4.5, when I hit either "Run" or "Debug", QtC showed the "qtcreator_process_stub.exe" console

Re: [Qt-creator] prepare-commit-msg and commit-msg hooks

2018-01-09 Thread André Hartmann
eator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator -- Dipl.-Ing. (FH) André Hartmann Softwareentwicklung / Software Development E-Mail: andre.hartma...@iseg-hv.de | Tel: +49 351 26996-43 | Fax: +49 351 26996-21 iseg Spezialelektron

Re: [Qt-creator] prepare-commit-msg and commit-msg hooks

2018-01-09 Thread André Hartmann
Am 09.01.2018 um 15:56 schrieb Oswald Buddenhagen: On Tue, Jan 09, 2018 at 09:03:14AM -0500, Seth Raymond wrote: Is there a strong reason to keep the process in its current, parallelized state? yes. for example, a conscientious committer will want to revise the file list when during writing th

Re: [Qt-creator] Disabling auto-reload of qbs files

2017-11-22 Thread André Hartmann
Hi Christian (Gagneraud), OK, I just realised that i'm using a custom build of Qtc, "Qt Creator 4.5.0-rc1 (4.4.83)" - built on the 18th of October. The reason being that Qt doesn't support Linux-x86_32 anymore, so I have to build it myself (I cannot switch to Linux-x86_64). So this might not he

[Qt-creator] Nominating Lorenz Haas for approver

2017-11-05 Thread André Hartmann
Hello all, I'd like to nominate Lorenz Haas for approver status. Lorenz has been contributing to Qt and Qt Creator since spring 2013. He has provided some high quality patches to Creators C++ Editor and is the author of Creators Beautifier plugin. He is actively reviewing patches in these ar

Re: [Qt-creator] Qt Creator Windows snapshot looks XP-styled

2017-10-25 Thread André Hartmann
Hi David, Am 25.10.2017 um 09:41 schrieb David Schulz: looks like https://bugreports.qt.io/browse/QTCREATORBUG-19150. Indeed. I'll track this. Regards, André Greetings David On 25-Oct-17 09:38, André Hartmann wrote: Hi all, I just tried the latest Qt Creator 4.5 snapshot [

[Qt-creator] Qt Creator Windows snapshot looks XP-styled

2017-10-25 Thread André Hartmann
Hi all, I just tried the latest Qt Creator 4.5 snapshot [1] on Windows 7. All is fine so far, however, some dialogs (e.g. the Git fixup dialog) looks very XP-style (e.g. the buttons have sharp edges). This was different with the Beta. I noticed that Creator is now build against Qt 5.10. Is t

Re: [Qt-creator] Is it possible to fix QTCREATORBUG-11259 in Qt Creator 4.5?

2017-10-10 Thread André Hartmann
http://lists.qt-project.org/mailman/listinfo/qt-creator -- Best regards / Mit freundlichen Grüßen André Hartmann, Dipl.-Ing. (FH) Software Project Manager iseg Spezialelektronik GmbH | phone: ++49 (0)351 26996-43 Bautzner Landstr. 23| fax: ++49 (0)351 26996-21 D-01454 Rad

[Qt-creator] Nominating Denis Shienkov for Approver status

2017-07-05 Thread André Hartmann
I'd like to propose the nomination of Denis Shienkov for Approver status. Denis has been the maintainer of QtSerialPort for a long time now. He also formed the architecture of QtSerialBus and provided several CAN plugins there. He further contributes to other parts of Qt and QtCreator and is ac

Re: [Qt-creator] comment blocks settings in qt creator

2017-05-11 Thread André Hartmann
Hi, Am 12.05.2017 um 08:22 schrieb Nikolai Kosjar: On 04/24/2017 01:56 PM, Sadanand Ugare wrote: Hi, In qt creator is it possible to change content of comment blocks. eg: /*! * * \param data * \param options * \return */ here instead of "param" i can have "outparam". If possible t

Re: [Qt-creator] Code review process for Qt Creator patches

2017-04-18 Thread André Hartmann
Hi Alexander, All contributions to the Qt Project have to go thought Gerrit [1] due to licensing. There are several pages describing how to start, best read [2] first and follow the links there. After you pushed your patches to Gerrit, you have to add reviewers. This could be a bit problemat

Re: [Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread André Hartmann
ctory for the generic highligher (which was filled with Kate definitions by Ubuntu) solved the problem for me. Thanks for your help and best regards, André Am 16.01.2017 um 12:28 schrieb Konstantin Tokarev: 16.01.2017, 14:11, "Eike Ziller" : On Jan 16, 2017, at 12:06 PM, André

[Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread André Hartmann
I found the bitbake-syntax-highlighter generic highlighter on Github [1] and started to use it for my bitbake receipes with QtCreator. Highlighting of .bb and .bbappend files works well, but .inc files are not highlighted at all. If I edit the XML file and change "*.inc" to "*.bbinc" in the ex

Re: [Qt-creator] Etiquette for getting code reviews, and who to ask

2016-06-23 Thread André Hartmann
Hi Marc, either you already know who is responsible for a module or you just do the simple way: Do a git blame on the files you changed and see who worked most or recently on it. That's the way I do if I submit a patch and I think most other do it the same way. Best regards, André Am 23.0

Re: [Qt-creator] Searching for names in locator with starting letters as it is in code-completion

2016-04-14 Thread André Hartmann
Hello, there was already a patch on Gerrit that was never integrated: https://codereview.qt-project.org/#/c/61581/ I think it's not much missing there, but someone just had to continue the work... Andre ___ Qt-creator mailing list Qt-creator@qt-pr

Re: [Qt-creator] Looking for Enums with Locator

2016-04-13 Thread André Hartmann
Hi Nikolai, just speaking for me, code completion for enum parameters would help more. There's already a report for this: https://bugreports.qt.io/browse/QTCREATORBUG-10792 Just in case you want to work in this direction... Anyway, thanks for making QtCreator the best IDE ever (for me). Bes

Re: [Qt-creator] Fwd: issue with issue pane

2015-12-16 Thread André Hartmann
Regards, Dmitry On 16 December 2015 at 11:51, André Hartmann mailto:andre.hartm...@iseg-hv.de>> wrote: Hi I have some makefile projects, too, and things work fine for me. My compiler pattern for errors looks like this: ../src/main.c:708: error: xxx while yours is

Re: [Qt-creator] Fwd: issue with issue pane

2015-12-16 Thread André Hartmann
> Qt-creator@qt-project.org <mailto:Qt-creator@qt-project.org> > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller, Senior Software Engineer - The Qt Company GmbH The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin G

Re: [Qt-creator] issue with issue pane

2015-12-16 Thread André Hartmann
Hi Dmitry, Looks strange, warnings are displayed as errors, and it seems Creator can't locate the file for the error. Please tell us more: * Creator version * Which compiler is this? * How is the project organized? - Are the sources files in subdirectories? (Best would be to send the pro

Re: [Qt-creator] Is it possible to run some commands or scripts on saving the documents?

2015-09-09 Thread André Hartmann
Hi all, there is already code under review to "beautify" on each save: https://codereview.qt-project.org/#/c/124941/ So suggestions and comments can also be placed there to continue the review process and get the patch accepted. Best regards, Andre Am 09.09.2015 um 16:11 schrieb Tobias Hunger

Re: [Qt-creator] UTF-8 Strings in QtCreator source code

2015-09-07 Thread André Hartmann
Hi Jochen, if I remember correctly, MSVC (at least older versions) needs a BOM (Byte Order Mark) at the file's beginning to detect UTF-8 encoded files. Then it should work even without C++11 string constants. Maybe that's the reason for your problems. Best regards, André Am 07.09.2015 um 11:49

Re: [Qt-creator] Tab UI in Projects mode to TreeView

2015-07-19 Thread André Hartmann
Nice! I fully agree, the double tabs are annoying, and from first sight your concept seems reasonable. I personnally would go one step further and seperate the "Build & Run" into two entries "Build" and "Run". Best regards, Andre Am 20.07.2015 um 07:24 schrieb Ariel Molina: > I like it better

Re: [Qt-creator] use external terminal in Qt Creator

2015-07-13 Thread André Hartmann
Hi Freddy, Are you on Linux? Creator has a setting in the Tools -> Options -> Environment -> General tab to set the terminal. The default is /usr/bin/xterm -e, but it seems you can insert your option -hold there also. Then you have to check "Run in terminal" in the Projects mode -> Build & R

Re: [Qt-creator] Problem with file including

2015-07-13 Thread André Hartmann
Hi Pawel, Don't ask why, adding the current directory to project.includes helps :) project.includes: . common Anyway, don't know if this is worth a bug report. Best regards, André Am 13.07.2015 um 21:09 schrieb Pawel: > Hello, > > I want to reheat a problem which was issued some time ago bu

Re: [Qt-creator] Pretty old changes on gerrit

2015-06-04 Thread André Hartmann
Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator > -- Best regards / Mit freundlichen Grüßen André Hartmann, Dipl.-Ing. (FH) Software Project Manager iseg Spezialelektronik GmbH | phone: ++49 (0)351 26996-43 Bautzner La

Re: [Qt-creator] Preparing to contribute Boost.Build Plugin to Qt Creator

2015-04-14 Thread André Hartmann
olicit an early review", so I guess that > use of GitHub for > intermediate changes is the way to go, isn't it? > > [0] http://lists.qt-project.org/pipermail/qt-creator/2015-April/004580.html > [1] https://wiki.qt.io/Setting_up_Gerrit > [2] https://wiki.qt.io/Ge

Re: [Qt-creator] QtCreator plugin contribution

2015-04-13 Thread André Hartmann
Just two more cents from my side, >> I hope it's acceptable workflow, as two other developers that joined >> my efforts are based on GitHub, and GitHub simlifies our collaboration a >> lot. > > Every author needs to agree to the Contribution Licensee Agreement, so make > sure that everyone that j

Re: [Qt-creator] QtCreator plugin contribution

2015-04-13 Thread André Hartmann
complicated. If you have any questions, feel free to ask here. Best regards, André Am 13.04.2015 um 08:57 schrieb Orgad Shaneh: > On Mon, Apr 13, 2015 at 9:30 AM, Jürgen Hunold <mailto:jhun...@gmx.eu>> wrote: > > Hi André, > > Am Montag, 13. April 2015,

Re: [Qt-creator] QtCreator plugin contribution

2015-04-12 Thread André Hartmann
Hi, > BTW, there are more Wiki pages that you need to crunch: > https://wiki.qt.io/Branch > https://wiki.qt.io/Branch_Guidelines > The latter explains recommendations and caveats of possible > development workflows. But that's only true for Qt itself. Creator has a much simpler workflow: * new

Re: [Qt-creator] SUBDIRS template with common libraries used in multiple projects

2015-03-05 Thread André Hartmann
e to know. I'm also interested in such setups. Best regards, André Am 05.03.2015 um 09:26 schrieb Markus Franke: > Dear André, > > Am 04.03.2015 um 15:34 schrieb André Hartmann: >> So the only way I see (if you can't change the project structure) is to >> disable sha

Re: [Qt-creator] SUBDIRS template with common libraries used in multiple projects

2015-03-04 Thread André Hartmann
orrect key from the pro.user file. http://qt-project.org/doc/qtcreator-3.0/creator-sharing-project-settings.html Best regards, Andre Am 04.03.2015 um 14:10 schrieb Markus Franke: > Hi André, > > Am 04.03.2015 um 13:53 schrieb André Hartmann: >> Markus, as far as I can see you al

Re: [Qt-creator] SUBDIRS template with common libraries used in multiple projects

2015-03-04 Thread André Hartmann
eator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator > -- Best regards / Mit freundlichen Grüßen André Hartmann, Dipl.-Ing. (FH) Software Project Manager iseg Spezialelektronik GmbH | phone: ++49 (0)351 26996-43 Bautzner Landstr. 23| fa

Re: [Qt-creator] SpellCheckerPlugin: New version

2015-01-29 Thread André Hartmann
s please look at the wiki > <https://github.com/CJCombrink/SpellChecker-Plugin/wiki> page of the > project. > > Any feedback and comments will be appreciated. > > Regards, > > > ___ > Qt-creator mailing list > Qt-crea

Re: [Qt-creator] QtCreator 3.3 RC looses MSVC compiler settings

2014-11-27 Thread André Hartmann
wse/QTCREATORBUG-13515 ) > > Kind regards, > Christian > > > From: qt-creator-bounces+christian.stenger=theqtcompany@qt-project.org > on > behalf of André Hartmann > Sent: Thursday, November 27, 2014 8:16 AM > To: qt-creator@qt-

[Qt-creator] QtCreator 3.3 RC looses MSVC compiler settings

2014-11-26 Thread André Hartmann
Hi, When working with the Nightly 3.3 Build as of Nov 25 (9a5f81d96f) under Windows 7 x64, my two MSVC kits loose their "Compiler" setting. Interestingly, the one MinGW kit doesn't. The Qt versions are all "Manual", the MSVC compilers are "Auto-detetcted" and the MinGW is "Manual". Is this a

Re: [Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
day 16 Apr 2014 15:03:45 André Hartmann wrote: >> Hello, >> >> I have (Windows) projects that depends on external >> libraries. >> >> Whenever a new version of this lib is released, >> I have to compile and test the projects against >> the new vers

Re: [Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-16 Thread André Hartmann
Hi Alfonso, > On a somewhat related topic, is it possible to use ANSI escape codes > to color-code the output from my external tool in the General Messages > output pane? With this change: https://codereview.qt-project.org/#change,64183 at least ANSI escape code support for compile and applic

[Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
Hello, I have (Windows) projects that depends on external libraries. Whenever a new version of this lib is released, I have to compile and test the projects against the new version and sometimes switch back to the old version. Qmake already makes my life very easy, as I can switch between them b

[Qt-creator] Help search broken? (Qt Creator 3.0, Windows 7 64 bit)

2013-12-16 Thread André Hartmann
Hi all, If I switch to Help mode and do a "Search for:" e.g. "qmap" I get the result: "Your search did not match any documents". (It works if I use the index, of course) I swear that has worked before in Creator 2.8.1. Could it be something broke during the update? Best regards, André ___

Re: [Qt-creator] Design 3#

2013-10-13 Thread André Hartmann
I really like the small mode bar at the left side. But if text is written vertically, it should be readable from the right side! But maybe it's enough to display the text as tooltip. In this case, I'd prefer to have menu items for the mode switching too. Juts my two cents, André > Hey Folks, >

Re: [Qt-creator] cppcheck output into issues pane.

2013-09-20 Thread André Hartmann
rmat, it is even documented in the manual;-). > The tasklist plugin can load such a file via File->Open File or Project > and will put it the entries into the Build Issues view. > > Best Regards, > Tobias > -- Best regards / Mit freundlichen Grüßen André Hartmann, Dipl.-Ing. (FH

Re: [Qt-creator] Keyboard layout switching hotkey?

2013-09-18 Thread André Hartmann
13:21:37 André Hartmann wrote: >> Hi all, >> >> It happens once in a while that I press a key sequence that switches the >> keyboard layout from German to English within Qt Creator. >> >> My system is Windows 7 64bit, QtCreator 2.8.1 (Qt 4.8.4) from >> qt-p

[Qt-creator] Keyboard layout switching hotkey?

2013-09-18 Thread André Hartmann
Hi all, It happens once in a while that I press a key sequence that switches the keyboard layout from German to English within Qt Creator. My system is Windows 7 64bit, QtCreator 2.8.1 (Qt 4.8.4) from qt-project.org. Other Windows program and I seems other Creator instances are not influenced.

Re: [Qt-creator] How to run single new autotest

2013-09-09 Thread André Hartmann
Hi Orgad, Thanks, I didn't know that. Seem like I could have asked you directly yesterday :) I will try this afternoon. Is this documented somewhere? Best regards, André Am 10.09.2013 08:41, schrieb Orgad Shaneh: > On Tue, Sep 10, 2013 at 9:20 AM, André Hartmann > mailto:andre.ha

[Qt-creator] How to run single new autotest

2013-09-09 Thread André Hartmann
Hello, I've working on adding a new autotest for the AnsiEscapeCodeHandler: https://codereview.qt-project.org/#change,65028 The test should in principle work like the one for fileutils. I've managed to compile and link this after some investigation and with help from Orgad. Now my question: H

Re: [Qt-creator] Slow cdb

2013-06-04 Thread André Hartmann
Do you try to access global variables? I sometimes have a dead slow cdb too, if I try to access member / global variables that are out of scope. In this case, there are warnings in the debugger log that it can't access the variable. Once you run into this problem, the only solution is to re-st

Re: [Qt-creator] MinGW GDB not stopping at breakpoints

2013-05-24 Thread André Hartmann
.@qt-project.org [mailto:qt- >> creator-bounces+kai.koehne=digia....@qt-project.org] On Behalf Of André >> Hartmann >> Sent: Thursday, May 23, 2013 9:16 AM >> To: qt-creator@qt-project.org >> Subject: [Qt-creator] MinGW GDB not stopping at breakpoints >> >> He

[Qt-creator] MinGW GDB not stopping at breakpoints

2013-05-23 Thread André Hartmann
Hello, I have build QtCreator from the 2.8 branch a week ago with MSVC 2010 / 32bit. Operating system is Windows 7 64bit. Yesterday I realized that GDB 7.4 is not breaking. It works perfectly with an official Creator 2.7 Installation. Unfortunately there are no 2.8 builds on builds.qt-proj

Re: [Qt-creator] msysGit fetch problem

2013-05-16 Thread André Hartmann
> - Orgad > > בתאריך 2013 5 16 10:35, מאת "Orgad Shaneh" <mailto:org...@gmail.com>>: > > Hi, > > My guess is that the "set HOME" setting doesn't apply to SSH > invocations... should be easy to fix. > > - Orgad > >

[Qt-creator] msysGit fetch problem

2013-05-16 Thread André Hartmann
Hello List (especially Git experts), I have a problem with Qt Creator 2.7.0 under Windows 7 64 Bit and Git 1.8.1.msysgit.1. When accessing our local Gerrit server with the Gerrit Dialog, Creator hangs on "Apply" at the following command: 09:08 Executing in X:\S12X\KernelLibrary: C:\Program Fi

Re: [Qt-creator] C/C++ parser and "pre-included" headers

2013-04-07 Thread André Hartmann
Hi, regarding your Include-File: every Generic Project has a Project.config file, in which you can add defines for Qt Creator. Maybe there is a chance to let this file beeing a link to your include file, or otherwise, move the global definitions to the Project.config and -include this one to y

Re: [Qt-creator] Text Editor -> Behavior settings stored on a per project basis.

2012-11-14 Thread André Hartmann
This is already possible! Choose "Projects" (Ctrl+5) -> Editor / Code Style, select "Custom" and set whatever you like. Best regards, André Am 14.11.2012 15:37, schrieb Joseph Crowell: > Would it be possible to store these settings on a per project bases? > Some projects prefer tabs while other

  1   2   >