-
I ran into a problem that I wouldn't have even noticed had I not been trying to use a LogAxis as the Y Axis on a plot.
myPlotSurface.YAxis1 = new LogAxis(myLinePlot.SuggestYAxis)
When I then tried to refresh my plot, it would fail saying I can't have negative data on a log axis, but of course I didn't have any negative data.
Looking at the SequenceAdapter code in SVN, which I've trimmed...
2008-02-25 16:59:35 UTC in NPlot Charting Library
-
I think this would be a great idea.
I made a Windows bundle before using the Nullsoft Installer.
Just yesterday, I was considering updating it to include the newest versions of everything so I could distribute it to a group I'm involved with.
Strange timing coincidence :-)
2008-02-23 19:41:01 UTC in AVR Plugin for Eclipse
-
Ohhhh sorry about that. Its fixed now.
Thanks for the confirmation of fix.
2007-08-24 15:19:07 UTC in AVR Plugin for Eclipse
-
This should have been fixed in 20070813, please try that version and report back.
2007-08-16 19:14:02 UTC in AVR Plugin for Eclipse
-
mmdoogie committed revision 21 to the AVR Plugin for Eclipse SVN repository, changing 1 files.
2007-08-14 04:42:07 UTC in AVR Plugin for Eclipse
-
Fixed in 20070813. Plugin now detects host OS and adds quotes only under Windows.
2007-08-14 04:39:08 UTC in AVR Plugin for Eclipse
-
AVR Plugins for Eclipse adds a project type to the Eclipse CDT Managed Build environment for working with the Atmel AVR series of microcontrollers.
This minor update fixes an issue with quotes on non-Windows platforms.
This release fixes the following tracker items:
(1772958) Quotes break downloading on *nix and Mac OS X
You can download this version from...
2007-08-14 04:37:22 UTC in AVR Plugin for Eclipse
-
mmdoogie committed revision 20 to the AVR Plugin for Eclipse SVN repository, changing 2 files.
2007-08-14 04:25:06 UTC in AVR Plugin for Eclipse
-
Hi,
Thanks for the report. I had a similar report via email too.
Apparently AVRDUDE handles the file names differently between the
operating systems.
I will fix this in the next few days.
2007-08-13 23:27:44 UTC in AVR Plugin for Eclipse
-
Thanks for the input. However, the issue identified in your comment is not the real problem.
The libraries and user objects were actually missing from the linker command altogether.
The correct way to add a -lm is under the linker options, libraries, add an entry m.
These were not being added to the command line before but that is now fixed.
Fixed in 20070807.
2007-08-07 06:51:29 UTC in AVR Plugin for Eclipse