xlinuks
2007-01-14 22:24:34 UTC
Hi,
I'm working in Linux in Gnome (v2.16.0). JEdit imports (.java) files in
Gnome only from the Desktop. But when I'm using Nautilus (the default Gnome
system browser - something like explorer.exe in windows) jEdit refuses to
import. I thought you might want to change the
TextAreaTransferHandler.javafile so that it allows importing from
Nautilus as well since it's the main
source of importing files in Gnome. For my purposes I have a class that
imports correctly single files in windows and linux (including from
Nautilus), I thought you might consider using it as kinda reference:
www.geocities.com/xlinuks/FileTransferHandler.java.zip
I would try to fix this bug myself (not to spend your time) but I don't have
MacOS installed so I can't check if the new Drag'n'Drop would work fine on
all platforms.
I'm working in Linux in Gnome (v2.16.0). JEdit imports (.java) files in
Gnome only from the Desktop. But when I'm using Nautilus (the default Gnome
system browser - something like explorer.exe in windows) jEdit refuses to
import. I thought you might want to change the
TextAreaTransferHandler.javafile so that it allows importing from
Nautilus as well since it's the main
source of importing files in Gnome. For my purposes I have a class that
imports correctly single files in windows and linux (including from
Nautilus), I thought you might consider using it as kinda reference:
www.geocities.com/xlinuks/FileTransferHandler.java.zip
I would try to fix this bug myself (not to spend your time) but I don't have
MacOS installed so I can't check if the new Drag'n'Drop would work fine on
all platforms.