Hyperlinks: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(+Link posted by Eric Lavarde into a mailing list)
Line 4: Line 4:


See the method openDocument in the class [http://freemind.cvs.sourceforge.net/freemind/freemind/freemind/main/FreeMind.java?view=log FreeMind].
See the method openDocument in the class [http://freemind.cvs.sourceforge.net/freemind/freemind/freemind/main/FreeMind.java?view=log FreeMind].
==Cases==
* Unix paths
* Windows paths ; "C:\Users\User Joe\file"
* Windows network paths ; "\\hostname\folder\file"


==Tracker items==
==Tracker items==
* [http://sourceforge.net/tracker/index.php?func=detail&aid=2002285&group_id=7118&atid=1006953 URLs of local files - spaces]
* [http://sourceforge.net/tracker/index.php?func=detail&aid=2002285&group_id=7118&atid=1006953 URLs of local files - spaces]
==Links==
* [http://udk.openoffice.org/cpp/man/spec/uris.html  URIs in UDK - Open Office]


[[Category:Development]]
[[Category:Development]]

Revision as of 07:56, 27 June 2008

FreeMind supports having one hyperlink per node, linking to web pages, mail addresses, and to local files.

Making hyperlinks work fine on all the supported platforms including Microsoft Windows, Max OS X and Linux is technically tricky, requiring dedicated code for each group of platforms.

See the method openDocument in the class FreeMind.

Cases

  • Unix paths
  • Windows paths ; "C:\Users\User Joe\file"
  • Windows network paths ; "\\hostname\folder\file"

Tracker items

Links