tylerforsythe / nppfavorites

Automatically exported from code.google.com/p/nppfavorites
0 stars 0 forks source link

Long file names are not visible in context menu. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. When file path is longer than 50 (or bit more) characters then you can't see 
title. Please see attached screenshot below.

What is the expected output? What do you see instead?

Name should be visible instead of blank.

What version of the product are you using? On what operating system?

NppFavorites.dll     UNICODE Plugin   Featured
Win7 x32 x64

Please provide any additional information below.
Probably only name should be placed to context menu. Or name and few parent 
folders in case if few falders can have same file name inside.

Thank you. Very nice plug in :)

Original issue reported on code.google.com by egle.mil...@gmail.com on 11 Mar 2014 at 1:27

Attachments:

GoogleCodeExporter commented 9 years ago
I just confirmed this problem will look into it 

Original comment by heldersepu on 26 Jun 2014 at 3:18

GoogleCodeExporter commented 9 years ago
Seems to be a display issue on the menu, because the file opens as it should.

Original comment by heldersepu on 26 Jun 2014 at 3:25

GoogleCodeExporter commented 9 years ago
It should be OK now:
http://nppfavorites.googlecode.com/svn/trunk/bin/
Try with that version

Original comment by heldersepu on 1 Jul 2014 at 12:29

GoogleCodeExporter commented 9 years ago
I can confirm that this makes the display be no longer blank, but now the path 
is cut off and you can't tell what the file actually is. I have 2 such paths 
next to each other, and I can't tell them apart from the menu.

Rather than displaying
C:\Some\Long\Path\That\CutsOffAllOfA

could you display
C:\Some\Long...StillShowFileName.txt

Original comment by apaster...@gmail.com on 4 Aug 2014 at 1:14

GoogleCodeExporter commented 9 years ago
My solution was very simple:
https://code.google.com/p/nppfavorites/source/diff?spec=svn10&old=9&r=10&format=
unidiff&path=%2Ftrunk%2FPluginDefinition.cpp

If you have a better way please post the code snippet 

Original comment by heldersepu on 4 Aug 2014 at 1:46