[Qt-creator] Default behaviour of opening links

2013-02-07 Thread David Schulz
t Editor -> Display -> Open Links in Another Split br, david -- David Schulz Digia Germany GmbH Rudower Chausse 13, 12489 D-Berlin Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B, Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Email: david.sch...

Re: [Qt-creator] Git interactive rebase

2013-02-14 Thread David Schulz
@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator -- David Schulz Digia Germany GmbH Rudower Chausse 13, 12489 D-Berlin Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B, Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Em

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

2013-02-18 Thread David Schulz
; Colors". >>> >>> In the "Color Scheme" list, near the bottom, there are the three entries >>> "Comment", "Doxygen Comment" and "Doxygen Tag". The second one is the one >>> you are looking for. >>> >>> This is for Qt Creator

Re: [Qt-creator] brace matching

2013-04-22 Thread David Schulz
Hi, try the shortcuts GotoBlockStart and GotoBlockEnd (default "ctrl + [" and "ctrl+]"). There are also shortcuts to select the text untill the block start or end (default "ctrl+{" and "ctrl+}"). br david Am 4/22/2013 5:45 AM, schrieb Duane: > Is there a way to jump from opening brace to closing

Re: [Qt-creator] Send a message to the general message panel

2013-05-20 Thread David Schulz
Am 5/17/2013 11:45 PM, schrieb Thomas Meyer: Hi, how can I send a simple string (QString) from a plugin to the 'General Messages' panel (or pane) and how to the TextEditor (an opened text file)? Hi, you can use EditorManager::currentEditor() to get the editor. You receive an IEditor object, wh

Re: [Qt-creator] Slow cdb

2013-06-04 Thread David Schulz
Hi Peter, the warning could result from using the Microsoft Symbol Server. The problem is that the cdb tries to get all your symbols from this server. What results in some overhead for all the symbols which are not available. For Example the whole Qt and QtCreator libraries. If you have a Creato

Re: [Qt-creator] Design 3#

2013-10-13 Thread David Schulz
Am 10/11/2013 7:30 PM, schrieb Elias Steurer: Hey Folks, Some new Designs J Light Theme: http://img4.imageshack.us/img4/4947/5h2.png Dark Theme: http://img96.imageshack.us/img96/2734/rspm.png I would appreciate useful feedback. Best, Eli __

Re: [Qt-creator] Why not separate Open File from Open Project?

2013-11-11 Thread David Schulz
Am 11/10/2013 1:01 AM, schrieb Mateusz Loskot: > Hi, > > I wonder what's the rationale behind single "Open File or Project" command. > Why not to have two separate commands in the File menu? > > If I have my.pro project loaded, I can't use CTRL+O dialog to open > my.pro file for editing, because Qt

Re: [Qt-creator] Window resize limit on newer QtCreator builds?

2013-11-11 Thread David Schulz
Hi, this is a known Issue which somehow belongs to the "Welcome" screen. Passing -noload Welcome to your creator should temporally fix the problem for you :) Bug report is opened: https://bugreports.qt-project.org/browse/QTCREATORBUG-10505 br, David Am 11/11/2013 4:33 PM, schrieb Preet: > In

Re: [Qt-creator] Nominating Nikolai Kosjar for Maintainer

2013-11-20 Thread David Schulz
Oh Dude, of course another +1 from my side br David Am 11/19/2013 2:46 PM, schrieb Przemyslaw Gorszkowski: +1 On Tue, Nov 19, 2013 at 2:37 PM, Erik Verbruggen mailto:erik.verbrug...@digia.com>> wrote: Hello everyone, I would like to nominate Nikolai Kosjar for Maintainer of the C

Re: [Qt-creator] Qt Creator 2.8/3.0 + cdb 6.12 + Qt 5.2

2014-02-24 Thread David Schulz
Hi Sergey, QtCreator 2.8 and 3.0 should work with the majority of Qt 5 types. Can you specify which types can't be displayed? Where did you get your Qt and QtCreator from? Self-build or downloaded a prebuild package? BR David Am 2/24/2014 9:11 PM, schrieb Sergey Sadovnikov: Hello everybody,

Re: [Qt-creator] Qt Creator 2.8/3.0 + cdb 6.12 + Qt 5.2

2014-02-26 Thread David Schulz
the build process. But I can't understand - what exactly? Best regards, Sergey. 2014-02-25 11:21 GMT+04:00 David Schulz <mailto:david.sch...@digia.com>>: Hi Sergey, QtCreator 2.8 and 3.0 should work with the majority of Qt 5 types. Can you specify which types can'

Re: [Qt-creator] Syntax highlighting of PHP files

2014-06-23 Thread David Schulz
Hi, I resubmitted a change that was lost during a feature freeze (https://codereview.qt-project.org/#/c/88138/) You can check if the new syntax file works by simply replacing your html.xml syntax file with the new web.xml from the patch under /share/qtcreator/generic-highlighter. BR, David O

Re: [Qt-creator] Compilation failure of QtCreator 3.5.0 on Win7 x64 with MSVC2013

2015-09-07 Thread David Schulz
Hi Immanuel, Please update your Visual Studio installation. IIRC you need at least Service Pack 2. I guess this should be part of the README. David Am 07.09.2015 um 10:03 schrieb Immanuel Weber: Hi all, I just wanted to update my x64 build of QtCreator to 3.5.0, but unfortunately that fail

Re: [Qt-creator] Nameless return values for debug mode

2015-11-16 Thread David Schulz
Hi, Am 16.11.2015 um 11:47 schrieb Orgad Shaneh: When you exit a function with Shift-F11 the return value is displayed in the Locals&Expressions view. This is a feature of the gdb engine inside creator. The cdb engine doesn't have that feature. I'm not quite sure about the lldb engine. Gree

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

2016-04-14 Thread David Schulz
Hi, there is already a suggestion for this feature at https://bugreports.qt.io/browse/QTCREATORBUG-3111. Vote on this suggestions if you would like to see it at some point in creator, but to be honest it hasn't currently the highest priority. greetings David Am 15.04.2016 um 08:06 schrieb P

Re: [Qt-creator] Solarized color scheme for QtC Text Editor

2016-06-05 Thread David Schulz
Hi Chris, I've contacted the author of the theme and asked if he would like to contribute it to the creator sources. Let's wait for an answer. Br David On 05-Jun-16 01:56, Ch'Gans wrote: Hi there, I'm a big fan of the solarized [1] color schemes, someone at github has made Qtc Text Editor

Re: [Qt-creator] Scroll wheel speed in Qt Creator

2016-06-09 Thread David Schulz
Hi, you should be able to adjust the scroll wheel speed via the system settings, but an additional option inside Qt Creator that overrides these system settings sounds also helpful. Please create a suggestion at https://bugreports.qt.io. greetings David On 09-Jun-16 17:14, OmegaPhil wrote:

Re: [Qt-creator] Modnokai Night Shift v2 color scheme for QtC Text Editor

2016-06-17 Thread David Schulz
Hi Georger, thank you for the nice color scheme. What about providing it to every creator user by contributing your scheme to the creator source? Here (https://wiki.qt.io/Qt_Contribution_Guidelines) is a "short" summary how you can contribute your change to the Qt Project. Greetings, David

Re: [Qt-creator] Autocompletion of 0.0 to 0->0 in QtCreator 4.x series

2016-06-23 Thread David Schulz
4.0.2 is already released... So it might end up in a 4.0.3 or in 4.1.0 at the latest. Greetings David On 23-Jun-16 16:58, Nikolai Kosjar wrote: On 06/22/2016 05:46 PM, Mike Jackson wrote: At what point is the bug that autocompletes 0.0 to 0->0 going to be fixed? Just curious? The following f

Re: [Qt-creator] Creator, debugging, and Windows virus scanners

2016-08-16 Thread David Schulz
Hi, Could you paste the content of the right side pane of the debugger log somewhere? The debugger log can be enabled under Window -> Views -> Debugger Log while in debug mode. Please also enable "Log Time Stamps" from the debugger log context menu. My first guess would be that the communic

Re: [Qt-creator] Creator, debugging, and Windows virus scanners

2016-08-17 Thread David Schulz
Hi, please use a code paster next time. It has nothing to do with the Microsoft Symbol Server. That one is used if you debug your application with cdb. Your assumption about the virus scanner is most probably correct. If you have a look at the long time spans in your log, you can see that t

Re: [Qt-creator] starting debugger cdbengine for abi x86-windows-msvc2015-pe-32bit for over 2 minutes

2016-09-04 Thread David Schulz
Hi Bob, could you paste the content of the debugger log ( Window -> Views -> Debugger Log ) at http://creator.pastebin.com. Please also enable the verbose option in the context menu of the log. I guess the delay is caused by a symbol server. CDB might want to collect the symbols of the rebu

Re: [Qt-creator] Adjusting colors in one of the Themes

2016-11-29 Thread David Schulz
Hi Mike, the color of the scrollbar highlights can be adjusted in the *.creatortheme files by changing the *_TextMarkColor and *_ScrollBarColor entries. greetings David On 28-Nov-16 16:40, Mike Jackson wrote: I need to adjust the colors of the editor scrollbars in QtCreator as the contrast

[Qt-creator] Introducing the python based cdb dumper

2017-01-18 Thread David Schulz
Hi all, The local values provided by debuggers contain very basic data, which in most cases isn't helpful at all. We are using dumpers/extensions to convert these data into user friendly information. Python based dumpers have been used for quite a long time now when debugging with GDB. The LLD

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

2017-06-18 Thread David Schulz
Hi, This doesn't sound like expected behavior, please add a report at bugreports.qt.io . Thanks David On 16-Jun-17 22:56, Walter Purvis wrote: Is there something I can do to stop it, or is this just a bug? (And is anybody else experiencing it.) ___

Re: [Qt-creator] Debugging Helpers with CDB

2017-07-03 Thread David Schulz
Hi, On 03-Jul-17 11:11, Mitch Curtis wrote: I’m not sure why it’s a separate component.. ...legal reasons, you have to accept the python license when the cdb component is selected. ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.

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

2017-10-25 Thread David Schulz
looks like https://bugreports.qt.io/browse/QTCREATORBUG-19150. Greetings David On 25-Oct-17 09:38, André Hartmann wrote: 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

Re: [Qt-creator] SyntaxHighlighting + Bison/FLex

2017-11-22 Thread David Schulz
Hi Jeremy, That sounds more like a semantic highlighter to me. Have a look at SemanticHighlighter::incrementalApplyExtraAdditionalFormats in src\plugins\texteditor\semantichighlighter.cpp and the usages in the QML/JS and C++ semantic highlighter. Br, David On 23-Nov-17 07:29, JeremY Larr

Re: [Qt-creator] Why doesn't 4.5.1 cap set* properties properly

2018-02-25 Thread David Schulz
Hi, correct the capitalization is applied directly after you finish editing the snippet, either by pressing enter or escape. Greetings David On 24-Feb-18 16:49, Jason H wrote: It looks like it will apply caps after moving off the line? Sent: Saturday, February 24, 2018 at 12:08 AM From:

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

2018-03-13 Thread David Schulz
Hi, I started working on a similar feature, but never exceeded the state of an early concept. The results of this concept weren't promising enough for me to keep on working further on this. If you are interested in participating in the development  of the feature I'ld suggest you to open a r

Re: [Qt-creator] cdb and python dumpers showing not accessible

2018-03-15 Thread David Schulz
Hi, this seems to be a bug. Could you fill a report at https://bugreports.qt.io and add the complete debugger log to that report. greetings David On 15-Mar-18 08:45, Fredrik Fall wrote: Hi I hope this is the right place to ask this question. I am trying to debug my application using cdb

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

2018-03-15 Thread David Schulz
a delayed popup for the mouse user wouldn't hurt either. Greetings David I am assuming that the overlay would appear after some delay, because otherwise moving the mouse around could make the navigation pretty confusing. On 14 March 2018 at 07:21, David Schulz <mailto:david.sch...@qt.io

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

2018-03-15 Thread David Schulz
or] Crazy improvement idea #2 Isn't something like this slower than just pressing F2 when the cursor is on a function? I am assuming that the overlay would appear after some delay, because otherwise moving the mouse around could make the navigation pretty confusing.

Re: [Qt-creator] Dark theme colors problem in 4.6.0-rc1 with enabled Clang module

2018-03-19 Thread David Schulz
Hi, could you try to remove foreground="#00" background="#ff" from the OutputArgument style and check whether that fixes your issue. greetings David On 19-Mar-18 09:50, Oleg Shalnev wrote: This is my style file. 2018-03-18 12:29 GMT+03:00 Nikos Chantziaras >

Re: [Qt-creator] Language server for Qt Creator IDE

2018-04-16 Thread David Schulz
Hi Erik, I'm currently working on a language client implementation for Qt Creator and just created https://bugreports.qt.io/browse/QTCREATORBUG-20284 to track ideas and suggestions from the community. So if you want to participate in the development feel free to add information to the report

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

2018-07-09 Thread David Schulz
Hi, I've checked 4.6.2 and 4.7 with a Qt based on msvc 2017 WindowsSDKVersion 10.0.17134.0 and I get sensible dumper values in the locals and expression view. Can you share the content of the debugger log (Window > Views > Debugger Log) on your codepaster of choice? Greetings David -Origi

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

2018-07-12 Thread David Schulz
m: Qt-creator [mailto:qt-creator-bounces+david.schulz=qt...@qt-project.org] On Behalf Of Bob Hood Sent: Friday, July 13, 2018 04:30 To: qt-creator@qt-project.org Subject: Re: [Qt-creator] QString "not accessible" in Creator 4.6.2? https://pastebin.com/z2eZxVuu On 7/9/2018 5:10 AM, David Sch

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

2018-07-16 Thread David Schulz
had to be > there in order for debugging to work. When I deleted them, Creator used the > kit path, and found the *.pdb file it needed. I can now see QStrings. > > This was pilot error. Creator was not at fault. Sorry for the noise. >

Re: [Qt-creator] Question about "kate/ktexteditor" highlighting implementation in QtCreator

2018-08-17 Thread David Schulz
> It would be great if some QtCreator developer could take a short look at what > the framework provides and if it is usable for their purpose. I'll check the new engine soonish 😉 Greetings David -Original Message- From: Qt-creator On Behalf Of Dr.-Ing. Christoph Cullmann Sent: Tuesda

Re: [Qt-creator] Question about "kate/ktexteditor" highlighting implementation in QtCreator

2018-08-20 Thread David Schulz
m: Qt-creator On Behalf Of David Schulz Sent: Friday, August 17, 2018 13:25 To: qt-creator Subject: Re: [Qt-creator] Question about "kate/ktexteditor" highlighting implementation in QtCreator > It would be great if some QtCreator developer could take a short look at what > the fram

Re: [Qt-creator] Question about LSP (language server protocol) implementation re-use

2019-04-23 Thread David Schulz
Hi Christoph, Having users of the protocol implementation outside of QtCreator sounds beneficial, and patches are always welcome 😊. If you want to have a look at an alternative: Ulf also has a WIP change for an LSP implementation up for review https://codereview.qt-project.org/#/c/233778/ Gr

Re: [Qt-creator] Type annotation and text widget

2019-06-24 Thread David Schulz
Hi, Not in the way that those text blocks are part of the actual document that is displayed in the editor, If you just want to show additional contextual information have a look at text marks and their annotations. Greetings, David From: Qt-creator On Behalf Of Filippo Cucchetto Sent: Saturd

[Qt-creator] Request to bump minimum required Qt version to 5.12

2019-09-12 Thread David Schulz
Since we have with 5.13 now an additional release beside the 5.12 LTS I would like to raise the minimum required version to 5.12. Greetings David ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] [LSP] Use case of multiple active language servers per document

2020-05-03 Thread David Schulz
modify content of a file of A the language server of B needs to know this change. So you have to open/cannot close the file A for language server B. Greetings David -Original Message- From: Alexis Murzeau Sent: Samstag, 2. Mai 2020 18:40 To: David Schulz Cc: qt-creator@qt-project.org

[Qt-creator] Qt Creator 4.13 string freeze

2020-07-28 Thread David Schulz
Qt Creator is now in string freeze. Since Leena is currently not available I would like to ask the translators to wait with the translations until Leena has reviewed the new translatable strings in Qt Creator, and she gave her go. Greeetings, David __

Re: [Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-07 Thread David Schulz
Hi, You can configure the checks under Tools > Options > Analyzer > Clang Tools > Run Options > Diagnostic Configuration globally or if you want to change it just for a single project you can also override these global settings under Projects Mode > Project Settings > Clang Tools. Greetings Da

Re: [Qt-creator] (Windows) CDB failing in "setup engine"

2021-01-15 Thread David Schulz
Hi Andy, The symbol search path error can be ignored. This happens just because we want to prevent that cdb calls home for every module that is loaded into the debugger. Can you paste the full debugger log on your favorite code paster or open a bug report and attach the debugger log? Greetings

Re: [Qt-creator] (Windows) CDB failing in "setup engine"

2021-01-15 Thread David Schulz
from Project Settings > Run > Environment > Open Terminal and run your application an error message should popup telling you which dlls are missing. David From: Andy Sent: 15 January 2021 13:57 To: David Schulz Cc: qt-creator Subject: Re: [Qt-creator] (Windows) CDB failing in "se

Re: [Qt-creator] How to show functions as an alphabetized list in QtCreator 7.0

2022-04-06 Thread David Schulz
Hi, Sorting LSP outlines was implemented by https://codereview.qt-project.org/c/qt-creator/qt-creator/+/393961/4 and will be part of Qt Creator 8.0 the next major release this summer. David > -Original Message- > From: Qt-creator On Behalf Of > Michael Jackson > Sent: Monday, April 4,

Re: [Qt-creator] The state of the clang-format plugin

2022-06-29 Thread David Schulz
> > I'm confused now. What is that special shortcut? > Ctrl + ; is the default shortcut for Auto-format Selection ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

[Qt-creator] Qt Creator 8.0.1 released

2022-08-11 Thread David Schulz
We are happy to announce the release of Qt Creator 8.0.1! https://www.qt.io/blog/qt-creator-8.0.1-released-1 ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] Closing pinned files

2022-10-24 Thread David Schulz via Qt-creator
Hi, +2 for the general Idea that those files should not be closed by a shortcut. What do you think about replacing the closing button in a pinned editor toolbar with an unpin button. In this case you could briefly highlight this button when the closing shortcut is pressed to inform the user th

Re: [Qt-creator] Closing pinned files

2022-10-24 Thread David Schulz via Qt-creator
|-Original Message- |From: EXT Mitch Curtis |Sent: Tuesday, October 25, 2022 7:24 AM |To: David Schulz ; qt-creator@qt-project.org |Subject: RE: [Qt-creator] Closing pinned files | |> -Original Message- |> From: Qt-creator On Behalf Of |> David Schulz via Qt-creato

[Qt-creator] Qt Creator 9 Beta2 released

2022-10-26 Thread David Schulz via Qt-creator
We are happy to announce the release of Qt Creator 9 Beta2! https://www.qt.io/blog/qt-creator-9-beta2-released ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

[Qt-creator] 10.0 branch is in feature freeze

2023-01-31 Thread David Schulz via Qt-creator
The last merge from master to 10.0 branch has been done. The 10.0 branch is now in feature freeze. (Merges from 10.0 to master continue to be done as usual.) The 10.0 Beta 1 release is scheduled for in two weeks (around Feb 16 2023, packages to be ready on Tuesday, Feb 14). Greetings David -

Re: [Qt-creator] Code model / static analyzer with changed working copies incorrect

2023-08-14 Thread David Schulz via Qt-creator
Hiho, Thanks for the investigation. This was broken by the attempt to fix the save state handling, but ultimately made it worse. Good news is that the fix for that issue went into 11.0.2 which just got released. So I would like to encourage you to test Qt Creator 11.0.2 and check whether it imp

Re: [Qt-creator] New user Creator problem

2023-09-07 Thread David Schulz via Qt-creator
Hi Pete, Regarding the first question: If there is a pip in that venv there should be an editor toolbar that allows you to install PySide from the Python Package Index, if that editor toolbar does not appear it sounds like a bug to me that should be reported at: https://bugreports.qt.io. In the

[Qt-creator] Dropping support for 32bit Cdb

2024-05-21 Thread David Schulz via Qt-creator
. Greettings David Schulz -- Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] Locals not showing up when debugging

2024-06-30 Thread David Schulz via Qt-creator
Hi Sean, Thanks for the report. It would be interesting to know whether this is caused by the debugger backend not providing any meaningful data or on the UI side. Can you paste the content of the right hand side of the debugger log when this happens next time. The debugger log can be enabled w