From: axelcl Date: Sun, 30 Jan 2005 21:42:06 +0000 (+0000) Subject: ''Open Wiki link'' and ''Create Files for Wiki link'' every new created file creates... X-Git-Url: http://git.phpeclipse.com?hp=50d203171eb89877b69dbc73ece528caad15fbb3 ''Open Wiki link'' and ''Create Files for Wiki link'' every new created file creates an XML file with the correct extracted title. '/' in wiki names are not converted back to ':' anymore (but ':' are converted to '/', if there's no corresonding *.xml file) --- diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java index b986737..2fe1463 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java +++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java @@ -250,7 +250,7 @@ public class Util { } /** - * Extract the wiki name from the current filename, replaces '/' with ':' characters, and replaces all '_' with ' ' characters + * Extract the wiki name from the current filename, replaces all '_' with ' ' characters * * @param currentFile * @return