Syncolor errors in 4.1 Linux 64-bit

new topic     » goto parent     » topic index » view thread      » older message » newer message

In another thread I reported problems with single and double quotes as well as the symbol "#".

Likewise, the backtick symbol is not displayed in ed.ex:

-- copied from ed.ex 
-- menus.ex 
                                                                    Esc for commands  
include GtkEngine.e                                                                            
------------------------------------------------------------------------                       
-- A 'template' for starting your own menus                                                    
------------------------------------------------------------------------                       
integer screen_state = FALSE                                                                   
                                                                                               
constant docs =                                                                                
<u><b>Menus</b></u>                                                                            
                                                                                               
This is a template to give you a headstart on writing your own programs                        
                                                                                               
                                                                                               
                                                                                               
constant win = create(GtkWindow) 

This is the same code loaded in gedit:

-- copied from gedit: 
-- menus.ex 
 
include GtkEngine.e 
------------------------------------------------------------------------ 
-- A 'template' for starting your own menus 
------------------------------------------------------------------------ 
integer screen_state = FALSE 
 
constant docs = ` 

<u><b>Menus</b></u> 
 
This is a template to give you a headstart on writing your own programs. 
 
` 

 
constant win = create(GtkWindow) 

I just noticed in the preview that openeuphoria.org's syncolor file fails to recognize the closing backtick and so all the text following the initial backtick is colored green. This is what happens in one of my modified versions of ed.ex from a previous release - prior to syncolor.e using the file tokenize.e.

Kenneth Rhodes

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu