From:
<br...@ph...> - 2005-09-28 10:28:57
|
Tim Chippington Derrick wrote: > This is with GnuPlot 4.0 Patchlevel 0 Not really --- it's with gnuplot 4.0 patchlevel 0 (all lowercase). > Great tool, but seems to have an 80 character limit to the maximum > pathname length e.g. when dragging and dropping a file of gnuplot > commands. That's not 'e.g.', it's exactly in drag/drop handling. wgnuplot won't accept any drop event with more than 80 bytes of data. If you're sure you want to change that (as opposed to, say, registering a filename extension for gnuplot scripts), feel free to do so. The relevant place is DragFunc(), in src/win/wtext.c |