Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closing arrays when selecting #43

Open
stSaHiB opened this issue Jul 27, 2019 · 0 comments
Open

closing arrays when selecting #43

stSaHiB opened this issue Jul 27, 2019 · 0 comments

Comments

@stSaHiB
Copy link

stSaHiB commented Jul 27, 2019

Hi Christoph,

here is another copy/paste issue.
When I got an object with several arrays stored in it, then it's hard to copy data out of them, because when you select something and release the mousebutton, it closes the array. So you have to select the data you need, press ctrl+c and then you are allowed to relase the mouse button. If you need another line of the array, you have to reopen it first - takes time.

Example:
fb::log(array('foo'=>array('click me to hide'=>'everything','try to'=>'copy me')));
The problem is, that the whole array is closed by clicking on any of its keys. The values act like supposed to: they dont do anything on click. :-)

I think the only elements that allow you to open or close an array, should be the word map or the whole line:
'foo'=>map(

Its not that big issue and closing a subtree with a click anywhere is also cool. maybe you can check for a selection before closing, not closing at all, when there is one?

regards
sahib

PS: reload on enable works perfect - thx ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant