Hyperlinks: Difference between revisions

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


==Cases==
==Cases==
* Unix paths
{| {{Table style}}
* Windows paths ; "C:\Users\User Joe\file"
! Case
* Windows network paths ; "\\hostname\folder\file"
! Example
! Note
|-
| Unix path
| "/folder/some more/file"
|
|-
| Windows drive path
| "C:\Users\User Joe\file"
|
|-
| Windows network path
| "\\hostname\folder\file"
| Following is broken in 0.9.0 beta 18.
|}


==Tracker items==
==Tracker items==

Revision as of 07:58, 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

Case Example Note
Unix path "/folder/some more/file"
Windows drive path "C:\Users\User Joe\file"
Windows network path "\\hostname\folder\file" Following is broken in 0.9.0 beta 18.

Tracker items

Links