question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Edit mode example

See original GitHub issue

Hello,

Is there any example that exists for the edit mode?

I try to use TextColumn with getter and setter and no success.

new TextColumn<BsonValue, string>(
	key,
	v => v[key].ToString(),
	(b, v) => b[key] = v)

Thanks.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
grokyscommented, Apr 13, 2023

Fixed by #162

1reaction
maxkatz6commented, Apr 14, 2022

With current master it works on F2. If model has defined setter. Double click seems to be missing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

EditMode | Apple Developer Documentation
EditMode. A mode that indicates whether the user can edit a view's content. iOS 13.0+ iPadOS 13.0 ...
Read more >
Selecting an edit mode
Your edit mode defines the actions that you can perform in a module. Depending on the edit mode that a module is opened...
Read more >
Edit Modes
An edit mode specifies syntax highlighting rules, auto indent behavior, and various other customizations for editing a certain file type.
Read more >
Edit cell contents
You can edit the contents of a cell directly in the cell or by typing in the formula bar. When you edit the...
Read more >
Selection & Edit Modes
Use selection mode when an app includes large collections of items, and there is a need to be able to manipulate multiple items...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found