jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
80 stars 35 forks source link

Show full pathname of source code as a tooltip in Files Explorer tool #284

Open BeebleZap opened 4 years ago

BeebleZap commented 4 years ago

Using the search box in the Files Explorer tool, you can type in the name of a program, and it will automatically filter the program list with programs that match the name. But if there are multiple versions of the same program, but in different folders, there is no way to tell which is which.

It would be great if you had a tooltip popup when you hover the mouse cursor over the results of the search, and the tooltip text would give you the full pathname of the program. image