Extensions for using Wing IDE under the Gnome Desktop Environment
Author: Ken Kinder
Overview
This script provides a few extensions for using Wing IDE under Gnome:
- On files in the Project panel, it adds a "Gnome Open" command that opens the selected file with whatever the appropriate Gnome program is. In WingIDE preferences, you can specify external commands, but this saves you the time of having to do that if Gnome already knows what to do. It just uses the "open" OS command.
- For directories in the Project panel, there is a "Browse in Nautilus" command, which is pretty self-explanatory.
- In an editor, you can right click and choose "Diff to Disk", which shows you a meld window that compares your current buffer to what's on the disk. Obviously, you need to have meld installed.
I hope someone finds this useful.
Code
