Re: [Qt-creator] Rename Symbol Under Cursor

2023-04-04 Thread Christian Kandeler via Qt-creator
On 3/29/23 18:39, Andy wrote: With the latest release (Qt Creator 10), when I "Rename Symbol Under Cursor" it's adding "_new" at the end of the replacement. 10.0.1 will not do this anymore. Christian -- Qt-creator mailing list Qt-creator@qt-project.org

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Ulf Hermann via Qt-creator
The only things I ever look at in the editor toolbar are: 1. The file name. 2. The column number, rarely. 3. The "context this file is compiled in" button when it exists, rarely. That one I might actually click once in a while. 4. The line ending switcher if I get a weird file from

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread A . Pönitz
On Tue, Apr 04, 2023 at 05:34:30PM +, Jaroslaw Kobus via Qt-creator wrote: > 1. I never use what occupies the most of the toolbar, i.e. the > combobox in the middle, containing the tree of namespaces / classes / > methods. I never use them either, actually. The only thing that I occasionally

[Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread A . Pönitz
Not exactly the right time of the year for a wish list, still: If you could freely re-design the main editor toolbar(s) (currently containing (one of) the file switcher, document close button, additional #defines, line and column numbers, etc), what would you do? In-scope are size/presentation

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Jaroslaw Kobus via Qt-creator
> > 1. I never use what occupies the most of the toolbar, i.e. the > > combobox in the middle, containing the tree of namespaces / classes / > > methods. > > I never use them either, actually. The only thing that I occasionally > looks at it the 'column' information. > > > Maybe this

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Friedemann Kleint via Qt-creator
Hi, files in tabs, please... Regards, Friedemann -- Friedemann Kleint The Qt Company GmbH -- Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread A . Pönitz
On Tue, Apr 04, 2023 at 07:05:02PM +0200, Friedemann Kleint via Qt-creator wrote: > Hi, > > files in tabs, please... [Act 3, Scene 1? ;-}] There's THE LOCATOR, and besides this (1) "Open documents" and (2) no known (to me...) application that handles "a few hundred open tabs" graciously.

[Qt-creator] Name validation in rename symbol

2023-04-04 Thread Volodymyr Zibarov
The new feature in Qt Creator 10 is name validation during renaming a symbol. The old behavior without the validation made possible to make refactoring tricks, like move variable into a struct, or replace public member usage with a get method. For example: name -> myStruct.name name ->

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Jaroslaw Kobus via Qt-creator
1. I never use what occupies the most of the toolbar, i.e. the combobox in the middle, containing the tree of namespaces / classes / methods. Maybe this functionality could be merged into "class view" on the left side, showing the content of the current editor (instead of showing everything

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Jaroslaw Kobus via Qt-creator
> > 3. I would replace the current weird icon for "Remove Split" in the > > top right corner with the "X" icon. Not sure what to do with the "X" > > icon next to the filename combobox, though. But it should be rather > > clear that "X" next to the filename means we close the filename (in > > all

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread Tomasz Siekierda
Please, no tabs! Current solution is way better. Thanks to Qt Creator I also use the no-tabs approach in all my web browsers, it's so much more useful, especially on modern screens which are very wide but not so high. Of course, if more people want tabs, maybe make it configurable, just like Kate

Re: [Qt-creator] Poll: Contents / styling of editor toolbars

2023-04-04 Thread EXT Mitch Curtis via Qt-creator
> -Original Message- > From: Qt-creator On Behalf Of A. Pönitz > Sent: Wednesday, April 5, 2023 12:58 AM > To: qt-crea...@lists.qt-project.org > Subject: [Qt-creator] Poll: Contents / styling of editor toolbars > > > Not exactly the right time of the year for a wish list, still: > > If