Hello Chris,

I have just closed three bugs, out of the five listed in Finishing 0.9.0.

Regarding the note conversion and the stack size: Increasing the stack
size of a thread to get the thing working makes me really nervous. It
seems it would be much better to implement the part that converts
notes in Java, and call the Java method from XSLT. If XSLT is not up
to the task, it should better get a little help from Java I think.

Regarding the bug with scripting, I can still reproduce problems. I
have posted a description of the latest behavior to the bug:

------------------------------------
16. Scripts do not work if file operations are not permitted
http://sourceforge.net/tracker/index.php?func=detail&aid=2789907&group_id=7118&atid=107118

In 0.9.0 RC11, an attempt has been made to fix the problem. But the problem
persists, albeit in a slightly different form.

I have a mind map with a script '="hello"'.

When I press Alt + F8 the first time after loading the mind map, the
script gets correctly executed: the text of the node with the script gets
overwritten with "hello". This is an improvement over 0.9.0 RC10.

Then I rewrite the text of the node with "world", to be able to see the
effect of the script again.

Then I press Alt + F8 again, and the script does nothing; in addition, I
see the hourglass cursor signifying waiting, as if the operation were still
in progress.

When I repeatedly press Alt + F8, I get the same result: nothing happens.

Then, I cannot close FreeMind normally and have to end it using the task
manager instead, which means something got quite wrong.

I emphasize that I am on Windows Vista.
------------------------------------

What do you think causes the problems with scripting? What is the
solution that you are trying to implement?

Best regards,
Dan


On Sat, Nov 27, 2010 at 1:45 PM, Christian Foltin (GMX)
<[email protected]> wrote:
> Dear Dan,
>
> recently, I published 0.9.0 RC11. IMHO, it solves every issue from
>
> http://freemind.sourceforge.net/wiki/index.php/Finishing_0.9.0
>
> Regarding the problem you described: the stack size is too small to
> let the replacement function work properly (there are too many recursions,
> that can't be reduced inside XSLT due to the nature of this language).
> So, the map gets converted
> correctly, if you start the .bat (this includes -Xss8M) or on a Mac.
> Otherwise, it is now opened without conversion, but with a loss of data and
> an error message in the status bar.
> Can you integrate the stack option into the freemind.c?
>
> TIA, Chris
>
> Am 08.11.10 15:52, schrieb Dan Polansky:
>
> Hello Chris,
>
> as regards 18. "Conversion from 0.8.0 to 0.9.0 drops indentation in
> notes" and the proposed bug fix by adjusting the file
> "freemind_version_updater.xslt":
>
> I have downloaded the XSLT, placed it into freemind.jar, and tested
> the result. It seems to do what it should, with one exception.
>
> What is does correctly: It converts indentation in notes correctly,
> and it converts "a b" as "a b" instead of "a&#160b", as it should.
>
> What is does erroneously: I have a test mind map "Notes and encryption
> after conversion", which it fails to load; it gives the exception
> "Error while parsing file:java.io.IOException: Stream closed" placed
> to a root node. I attach the test mind map "Notes and encryption after
> conversion" to this email. In 0.9.0 RC9, the test mind map gets opened
> without a failure, albeit with conversion mistakes such as missing
> newlines in notes. In 0.9.0 RC10 with the new XSLT, the mind map does
> not get opened at all.
>
> Best regards,
> Dan
>
>
> ------------------------------------------------------------------------------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
>
> _______________________________________________
> Freemind-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freemind-developer
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Freemind-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freemind-developer
>
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer

Reply via email to