microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Plugin should have a scroll bar at the bottom when showing the blob files in the window #236

Closed kasturiswain closed 9 years ago

kasturiswain commented 9 years ago

Environment: Windows/IntelliJ14

Steps: Sign in Subscription. Click Azure. Click storage. Expand a Storage Account. expand 'Blobs'. Select a particular blob. This window should have a scroll bar below so that the user will be able to see all the data clearly. PFB the screen shot. scrollbar

akrakovsky commented 9 years ago

Having resizable columns, I wouldn't allow scrolling horizontally.

Relevant data should be visible anyway (the URL, which is the longest data in the grid, is obtained by the option "Copy URL")

kasturiswain commented 9 years ago

As per the above requirement, the functionality is working as expected.