One of the problems with having camelCased words automatically converted into links is
that in a wiki dealing with application development topics many words are camelCased. This
makes the text very disconcerting to read because of the number of words that are
underlined with a little red question mark behind them.
I patched my copy of the wiki to not convert camelCased works into links. It was fairly
easy because the code already supported this capability, but the m_camelCaseLinks field
was always set to true. I changed this to read the setting from the wikiPlugins.properties
file, so that the user can configure the wiki to work either way.
Let me know if you are interested in the patch and I will open a JIRA and attach the
patch.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099974#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...