Changeset 4186

Show
Ignore:
Timestamp:
04/04/08 08:05:12 (9 months ago)
Author:
pmoura
Message:

Corrected a bug in the SubEthaEdit? 2.x syntax coloring support for character codes using the 0' notation.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4185 r4186  
    1111 
    1212 
    13 2.31.5 - March 31, 2008 
     132.31.5 - April ??, 2008 
    1414 
    1515    Updated the implementation of the threaded/1 built-in predicate to  
     
    7070    to make the "Compile" and "Generate ..." commands more general, making  
    7171    it compatible with most Prolog compilers. 
     72 
     73    Corrected a bug in the SubEthaEdit 2.x syntax coloring support for  
     74    character codes using the 0' notation. 
    7275 
    7376 
  • trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml

    r3952 r4186  
    242242 
    243243        <state id="Quoted Atoms" color="#881314" useforautocomplete="no"> 
    244             <begin><regex>(?&lt;!0)'</regex></begin> 
     244            <begin><regex>(?&lt;!0|0')'</regex></begin> 
    245245            <end><regex>'</regex></end> 
    246246        </state>