Recent

Author Topic: Feature request/suggestion  (Read 1458 times)

440bx

  • Hero Member
  • *****
  • Posts: 4751
Feature request/suggestion
« on: July 13, 2024, 11:45:05 pm »
One of the rather nice Watches features is its ability to page arrays and to set the index of the top of the page.

Unfortunately, it only accepts a decimal number as the top of the page index.  It would be very nice if it also accepted the index in hex.

In the attachment, the xl_gaps, which are indexes in the xl_addresses array are shown in hex.  The box that controls the top of page index for xl_addresses does not accept a hex number making it a bit more laborious to specify the index (got to mentally convert or change the setting to show values in both hex and decimal which uses more space, which is not always desirable.)

Thank you for reading and, comments welcome.
« Last Edit: July 13, 2024, 11:47:46 pm by 440bx »
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 10557
  • Debugger - SynEdit - and more
    • wiki
Re: Feature request/suggestion
« Reply #1 on: July 14, 2024, 11:54:04 am »
Noted. Currently they are SpinEdits (with hidden arrows). That way, the numbers-only is already implemented.

Easy to change, just a matter of finding a bit of idle time...

ide\packages\idedebugger\arraynavigationframe.pas
    edArrayPageSize: TSpinEditEx;
    edArrayStart: TSpinEditEx;

They could also accept drag and drop...

They will *not* accept other watches though. Just literal numbers.


440bx

  • Hero Member
  • *****
  • Posts: 4751
Re: Feature request/suggestion
« Reply #2 on: July 14, 2024, 01:52:42 pm »
They will *not* accept other watches though. Just literal numbers.
That would be just fine. :)

and... drag and drop would definitely be a very nice feature ;)

ETA:

I probably know the answer to the question I'm going to ask but, what the heck, should I create a feature request in the bug tracker ?
« Last Edit: July 14, 2024, 02:28:42 pm by 440bx »
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 10557
  • Debugger - SynEdit - and more
    • wiki
Re: Feature request/suggestion
« Reply #3 on: July 14, 2024, 03:40:25 pm »
I probably know the answer to the question I'm going to ask but, what the heck, should I create a feature request in the bug tracker ?

Yes, please.

And if you have time, you could even have a look at the file. TSpinEdit is nothing special. Replacing it with a normal edit, and making that numbers only is also not....

440bx

  • Hero Member
  • *****
  • Posts: 4751
Re: Feature request/suggestion
« Reply #4 on: July 14, 2024, 04:25:45 pm »
Yes, please.
Done.

Issue/request: 41027
Link: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/41027

And if you have time, you could even have a look at the file. TSpinEdit is nothing special. Replacing it with a normal edit, and making that numbers only is also not....
when it comes to OOP stuff I am rather inadequate but, I'll have a look.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

 

TinyPortal © 2005-2018