News:

  • April 15, 2026, 11:41:14 PM

Login with username, password and session length

Author Topic: Feature request -- Data View tweaks  (Read 8677 times)

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Feature request -- Data View tweaks
« on: August 26, 2020, 02:45:02 PM »
If you have a string stored across a bunch of D's, V's, etc., I'd like a way to show the entire string in a single display vs at most four characters per element.

Also line wrapping for Data View display of long native strings.

Also, it's nice to be able to display a 32-bit value as an IP address, but I can't enter an IP address in the edit column and write to the register

I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: Feature request -- Data View tweaks
« Reply #1 on: August 26, 2020, 02:53:00 PM »
It isn't what you are asking for, but you can get close through memory view. Set to large number of columns, change format to ASCII.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: Feature request -- Data View tweaks
« Reply #2 on: August 26, 2020, 02:54:44 PM »
Yep, that's what I've been doing.   Actually pretty close to what I'd like.   More like, if you're tweaking Data View for those other things, I'd like this too.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Bolt

  • Hero Member
  • *****
  • Posts: 594
Re: Feature request -- Data View tweaks
« Reply #3 on: August 27, 2020, 11:33:39 AM »
I too would like to see IP addresses being "editable" in native IP address format, when selected.  That would beet having to do D0:UB3, D0:UB2, etc (in reverse order, so Ctrl+Enter doesn't help auto populate next row).
Also, I wish the Data View would act a little more like most text entries on Windows PC's.  When working with Edit values, for example, I can use Shift+Arrow, Shift+Home, but I can't use Ctrl+Arrow, Ctrl+Shift+Arrow (this actually causes wires to be drawn in the Program, and pressing Esc doesn't exit the Edit Mode, it simply exits the Edit field).  I can't use Ctrl+X, Ctrl+C, Ctrl+V, amd Ctrl+A causes it to select in the Program pane.  I can't double click on word/value to select, etc.
I would also like to be able to copy a value to clipboard from the Status column, or a keyboard shortcut to copy Status to Edit (without the popup that I can't fully read), just to make data entry, tweaking, debugging easier.
Much of this applies to string heavy applications (for example, have a 100+ character string of email addresses in a Data View, can't hardly read it all but to right click, Copy Status to Edit, Copy Only Current, double click to select, right click to Copy, Paste to text editor, add/remove an email address as needed, Copy it back to clipboard, back to DmD, have to select the Edit field contents again (it lost focus, and double click won't work in the focused Edit, Ctrl+A don't work here, have to do Home, Shift+End, (optional Delete)), then right click, Paste, then Write Current Edit.
While I'm whining, can we also have a keyboard shortcut to Write Current Edit in Data View?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: Feature request -- Data View tweaks
« Reply #4 on: August 27, 2020, 12:22:44 PM »
While I'm whining, can we also have a keyboard shortcut to Write Current Edit in Data View?

Shift-F9
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Bolt

  • Hero Member
  • *****
  • Posts: 594
Re: Feature request -- Data View tweaks
« Reply #5 on: August 27, 2020, 12:24:33 PM »
While I'm whining, can we also have a keyboard shortcut to Write Current Edit in Data View?

Shift-F9
Whoo-hoo!

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: Feature request -- Data View tweaks
« Reply #6 on: August 27, 2020, 12:42:08 PM »
Whoo-hoo!

Writes the program too. It's the only way I roll.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: Feature request -- Data View tweaks
« Reply #7 on: August 27, 2020, 06:23:09 PM »
This is weird, I don't seem to be able to paste from the clipboard to the edit column of a Data View (for a string address)

Also, would it be feasible to be able to enter a string literal as the data value for a DEVWRITE?
« Last Edit: August 27, 2020, 07:18:36 PM by Controls Guy »
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Bolt

  • Hero Member
  • *****
  • Posts: 594
Re: Feature request -- Data View tweaks
« Reply #8 on: August 27, 2020, 07:49:53 PM »
This is weird, I don't seem to be able to paste from the clipboard to the edit column of a Data View (for a string address)

Not even by clicking to move the focus to the Edit field, right click, Paste?

I also wish there was an easier way to clear a string from Data View than changing it to Quoted layout, then clearing contents, and writing the Edit.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: Feature request -- Data View tweaks
« Reply #9 on: August 27, 2020, 07:53:31 PM »
Not even by clicking to move the focus to the Edit field, right click, Paste?

No, that works, just didn't know to try it.   Was expecting Ctrl-V to work once in edit mode.    This is a bit more circuitous, but workable.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.