Author Topic: Code completion in 20.03 abbreviates found items  (Read 3818 times)

Offline tilmannreh

  • Multiple posting newcomer
  • *
  • Posts: 17
Code completion in 20.03 abbreviates found items
« on: November 18, 2020, 09:39:47 am »
Hello,

with C::B 20.03 I experience a very uncomfortable new behaviour of the code completion. In very many cases, the popup window with the suggestions is far too small and the found items are abbreviated to a very small number of characters (with an ellipse to show that the real items are longer).

This makes it impossible to find the right item in the list - they all look the same (particularly for register content defines of a microcontroller, where the first (say) 20 characters are exactly the same for very many defines).

I did not find any setting that might influence the width of the code completion popup.
How to fix?

Thanks,
T.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Code completion in 20.03 abbreviates found items
« Reply #1 on: November 18, 2020, 09:46:26 am »
Go to Settings -> Editor -> Other editor settings and change Technology to Default

Offline tilmannreh

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Code completion in 20.03 abbreviates found items
« Reply #2 on: November 18, 2020, 10:48:41 am »
Thanks - but that setting is already "Default".
(I didn't change that, anyway...)

Offline tilmannreh

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Code completion in 20.03 abbreviates found items
« Reply #3 on: December 03, 2020, 03:16:29 pm »
I found out that it's surely caused by some setting.

When C::B is "freshly" started without configuration file (default.conf), the code completion popup window is not limited in width, and its content is not abbreviated.

Does someone have any idea which setting(s) (or at least section(s)) could be relevant?
(I'd like to avoid using the fresh config file since then I'd need to configure all those compilers and settings again...)

Offline tilmannreh

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Code completion in 20.03 abbreviates found items
« Reply #4 on: December 03, 2020, 03:24:11 pm »
Oh, forgot to mention: it's NOT in the sections "auto_complete" or "code_completion" - even deleting these completely doesn't change anything.

The size of that popup window must be set elsewhere, maybe implicitly...