Hi, how shoud we proceed in this question? Dimitry

== fwd ==

I've switched to FreeMind 0.9.0 beta 15 for my daily work, and I'm rather
annoyed by the following behavior (which I consider to be a bug): when I
want to edit a node as long node, I get the question if I want bold/italic
or not. I can either "remember my decision" but then this decision is valid
for all nodes, or I can decide to not "remember my decision" but then I get
asked about it even for nodes where I've already taken a decision, i.e.
nodes which already are long nodes.

The correct behavior should be IMHO that I don't get the question for
already existing long nodes, because I've already taken a decision.

i.e. in EditAction.java (I think)
- // if the node is not already html, we ask if rich text or plain text
edit.
- if(!isHtmlNode && editDefinitivelyLong) {
+ // if the node is not already long, we ask if rich text or plain text
edit.
+ if(!node.getIsLong() && editDefinitivelyLong) {

Thanks, Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer

Reply via email to