Edgewall Software

Changes between Version 10 and Version 11 of CamelCase


Ignore:
Timestamp:
Jan 14, 2015, 9:41:16 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CamelCase

    v10 v11  
    11[[TranslatedPages]]
    2 = !CamelCase =
    3 New words created by concatenating capitalized words.
     2= !CamelCase
     3New wiki links are automatically created when concatenating capitalized words, such that for example the word 'Camel' and the word 'Case' concatenated form a link to this CamelCase page.
    44
    5 CamelCase is the original wiki convention for creating hyperlinks, with the additional requirement that the capitals are followed by a lower-case letter; hence “AlabamA” and “ABc” will not be links.
     5!CamelCase is the original wiki convention for creating hyperlinks, with the additional requirement that the capitals are followed by a lower-case letter; hence “AlabamA” and “ABc” will not be links.
    66
    7 == Customizing the Wiki behavior ==
     7== Customizing the Wiki behavior
    88
    9 Some people dislike linking by CamelCase. While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
     9While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
     10 * To prevent the creation of a new link of a camel-cased word, prefix with '!': `!CamelCase`.
    1011 * To ignore links to missing pages when the link is written using the CamelCase style, that word can instead be replaced by a gray link followed by a question mark. This is useful in cases when CamelCase style is used to name code artifacts like class names and there's no corresponding page for them. This option can be set in `ignore_missing_pages` in the [wiki:TracIni#wiki-section "[wiki]"] section of TracIni.
    1112 * There's an option (`split_page_names` in the  [wiki:TracIni#wiki-section "[wiki]"] section of TracIni) to automatically insert space characters between the words of a CamelCase link when rendering the link.
     
    1516See TracIni for more information on the available options.
    1617
    17 == More information on !CamelCase ==
     18== More information on !CamelCase
    1819
    1920 * http://c2.com/cgi/wiki?WikiCase