Changes between Version 1 and Version 2 of Ticket #119, comment 3


Ignore:
Timestamp:
Mar 10, 2017, 10:30:45 AM (7 years ago)
Author:
patrik.svestka@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #119, comment 3

    v1 v2  
    1 The syntax highlighter does not work properly even without the \| \|.
    2 
    3 An example:
    4 {{{
    5 Dictionary new
    6   at: 'Win32OperatingSystem::RegistryEntry(HKEY_USERS\S-1-5-21-119559289-1840127793-336618761-855951\Software\Altap\Altap Salamander 3.08\User Menu\1)'
    7   put: (Dictionary new
    8           at: 'Arguments'
    9          put:'-O -A "\\rm2ms001157\e$$\GR_Prisma_Interface"');
    10   yourself.   
    11 
    12 }}}