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

auto clip long data #5

Open
1 of 3 tasks
panyanyany opened this issue Aug 27, 2016 · 0 comments
Open
1 of 3 tasks

auto clip long data #5

panyanyany opened this issue Aug 27, 2016 · 0 comments

Comments

@panyanyany
Copy link
Owner

panyanyany commented Aug 27, 2016

image

there are 3 kind of long data:

  • long text (as screenshot shows)
  • long item list as direct children
  • long nested item list

these data would boring your eyes. but it's hard to determine what items should be hidden and how to hide them.

some way have come up to my mind:

for long item list

  1. merge same-prefix item into one item, such as:
    1. f_code, f_back, f_locals in frame object
      we could represent it as:
    object(frame):
      f_back: .....
      f_code: ....
      f_*: 4 hidden items
@panyanyany panyanyany changed the title 智能截断超长数据 auto long data Sep 15, 2016
@panyanyany panyanyany changed the title auto long data auto clip long data Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant