[scilab-Users] Scinotes parenthesis highlight turn off

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Wed Mar 23 17:08:20 CET 2011


  Hello,

----- Message d'origine -----
De : Ginters Bušs
Date : 23/03/2011 10:07:
> Hallo,
>
> I like Scinotes 1.1 but the highlighting red box around parentheses is 
> bothering - is there a way to switch it off or make parenthesis itself 
> highlight (like in notepad++) but not the box around it?
You just have to edit the scinotesConfiguration.xml file set in your user's 
profile somewhere like in
~\Scilab<release_number>\scinotesConfiguration.xml
and then to customize the <Matching ... </Matching> section.
Here is mine (without framing caret :-)
<Matching onmouseover="true">
<KeywordsHighlighter color="#fff3d2" included="false" inside="true" 
strict="true" type="filled"/>
<OpenCloseHighlighter color="#ffcc00" included="true" inside="false" type="filled"/>
</Matching>
Look at the comments inside the file for help. It should be OK.
This file must be modified only if no Scilab session is opened.
Then open a new session, open Scinotes, and look at the result.

Cheers
Samuel




More information about the users mailing list