Indicate clipboard content has multiple lines in indicator

Bug #1607049 reported by Oliver Sauder
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Diodon
New
Undecided
Unassigned

Bug Description

I have a feature request:

I would like to see the number of lines each copy+paste snippet inside diodon has.

Example:

One item contains an entire python file:

{{{
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, unicode_literals, print_function

import codecs
import inspect
import os
import random
import re
import shutil
... many lines following
}}}

The other contains just the first two lines:
{{{
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, unicode_literals, print_function
}}}

My use case: I want to insert the two-line snippet, not the big snippet. But the preview for both looks the same.

Can you understand my issue?

Is there a way to fix this?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.