-
nixfrei committed revision 491 to the Unit Testing Framework - XSLT SVN repository, changing 2 files.
2009-10-13 14:55:42 UTC in Unit Testing Framework - XSLT
-
nixfrei committed revision 490 to the Unit Testing Framework - XSLT SVN repository, changing 10 files.
2009-06-07 20:51:54 UTC in Unit Testing Framework - XSLT
-
nixfrei committed revision 489 to the Unit Testing Framework - XSLT SVN repository, changing 25 files.
2009-06-06 13:02:01 UTC in Unit Testing Framework - XSLT
-
Probably http://freemind.sourceforge.net/wiki/index.php/FreeMind_0.9.0:_The_New_Features#Scripting_via_Groovy is what you are looking for.
2009-03-21 16:04:53 UTC in FreeMind
-
As far as I know there is no such functionality in FreeMind. But you could use a source code management system like Subversion to maintain a history of changes.
2009-03-19 21:19:38 UTC in FreeMind
-
Also the tag FM-0-8-1 in CVS [1] has no Eclipse .project and other files.
[1] http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/?pathrev=FM-0-8-1.
2009-03-15 15:24:47 UTC in FreeMind
-
I can't find a CVS tag for 0.9.0 RC3. There is fm_0_9_0_rc1 and fm_0_9_0_rc2 but no fm_0_9_0_rc3.
Where can I find this release in CVS?
Thanks, Alex.
2009-03-15 13:05:35 UTC in FreeMind
-
I did some investigations with FreeMind 0.9.0 RC 1 on Mac OS X 10.5.6 with Java 1.6 64bit. When double-clicking a .mm file in Finder Mac OS X does not pass the double-clicked filename as argument to the Java main method but starts the Java application and later calls MacChanges.handleOpenFile. Therefore a new MindMap is always created on Mac OS X in FreeMind.loadMaps.
I do not know a solution...
2009-02-21 17:43:58 UTC in FreeMind
-
On Mac OS X FreeMind reserves a minimum memory of 512 MByte for the JVM via the -Xms512m option. But the actual heap consumed by FreeMind 0.9.0 RC1 after startup is around 40 MByte (measured with jconsole on Mac OS X 10.5.6 with Java 6 64bit).
I suggest to set it to -Xms64m in build.xml (patch is attached)
2009-02-18 20:20:13 UTC in FreeMind
-
STEPS TO REPRODUCE
When starting FreeMind following messages are logged to the Console:
* Unrecognized Java VM option ignored: -Xdock:name="FreeMind"
* Unrecognized Java VM option ignored: -Xdock:icon="FreeMindWindowIconModern.icns"
* com.apple.macos.useScreenMenuBar has been deprecated. Please switch to apple.laf.useScreenMenuBar
ENVIRONMENT
Mac OS X 10.5.6
FreeMind 0.9.0 RC1
FIX...
2009-02-18 19:56:00 UTC in FreeMind