Script error when opening GTD Sync Help: quick start
The Freeplane add-on that syncs a GTD mind map with a todo.txt file
Status: Beta
Brought to you by:
haaihenkie
When starting up GTD Sync Help: quick start, the following error occurs
WARNING: Error executing the script:
No signature of method:
org.freeplane.features.map.mindmapmode.MMapController.newDocumentationMap() is
applicable for argument types: (URL) values:
[file:/E:/PortableApps/FreeplanePortable/Data/Freeplane/1.7.x/doc/gtdSync_help.mm]
Possible
solutions: newDocumentationMap(java.lang.String),
openDocumentationMap(java.net.URL) at line -1
Input for Freeplane method org.freeplane.features.map.mindmapmode.MMapController.newDocumentationMap() used in Help.groovy has changed from URLto String. In addition this method has the same functionality as Help.groovy. That is why Help.groovy is deleted and newDocumentationMap() is called directly from the script.