<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Rainbow_-_Code_Finder_Editor</id>
	<title>Rainbow - Code Finder Editor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Rainbow_-_Code_Finder_Editor"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_-_Code_Finder_Editor&amp;action=history"/>
	<updated>2026-04-17T08:50:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Rainbow_-_Code_Finder_Editor&amp;diff=273&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_-_Code_Finder_Editor&amp;diff=273&amp;oldid=prev"/>
		<updated>2016-06-04T23:19:57Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:19, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Rainbow_-_Code_Finder_Editor&amp;diff=272&amp;oldid=prev</id>
		<title>Ysavourel at 01:31, 21 November 2010</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_-_Code_Finder_Editor&amp;diff=272&amp;oldid=prev"/>
		<updated>2010-11-21T01:31:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Rainbow Common Menu}}&lt;br /&gt;
This dialog box allows you to edit the rules for the code finder component that is used in several filter. Because not all filters have a graphical user interface to edit their options, this editor can be used to create and maintain the section of the filter's parameter file that stores the rules for the code finder.&lt;br /&gt;
&lt;br /&gt;
Some of the filters using the code finder are:&lt;br /&gt;
&lt;br /&gt;
* [[XML_Filter#codeFinder|XML Filter]]&lt;br /&gt;
* [[HTML_Filter#Inline_Code_Finder|HTML Filter]]&lt;br /&gt;
* [[XML Stream Filter]]&lt;br /&gt;
&lt;br /&gt;
=== Rules Panel ===&lt;br /&gt;
&lt;br /&gt;
{{CodeFinder Help}}&lt;br /&gt;
&lt;br /&gt;
=== Clipboard Interface ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;XML Aware&amp;lt;/cite&amp;gt; &amp;amp;mdash; Set this option to make the copy and paste command XML aware. When this option is set the parameters are escaped to XML when copying to the Clipboard, and unescaped from XML when pasting from the Clipboard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;YAML Aware&amp;lt;/cite&amp;gt; &amp;amp;mdash; Set this option to make the copy and paste command YAML aware. When this option is set the parameters are escaped to the YAML syntax when copying to the Clipboard, and unescaped from the YAML syntax when pasting from the Clipboard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Paste From Clipboard&amp;lt;/cite&amp;gt; &amp;amp;mdash; Click this button to paste from the Clipboard a string corresponding to the code finder rules. The content of the Clipboard must a valid string representation of the rules, for example copied from the configuration file of one of the filters that uses the code finder. If the string is not valid the rules are reset.&lt;br /&gt;
&lt;br /&gt;
For example, in the following XML Filter configuration file, the part highlighted is one the to paste into the Code Finder Editor.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;its:rules version=&amp;quot;1.0&amp;quot;&lt;br /&gt;
 xmlns:its=&amp;quot;http://www.w3.org/2005/11/its&amp;quot;&lt;br /&gt;
 xmlns:okp=&amp;quot;okapi-framework:xmlfilter-options&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;okp:codeFinder useCodeFinder=&amp;quot;yes&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;span class=&amp;quot;hi&amp;quot;&amp;gt;#v1&lt;br /&gt;
 count.i=2&lt;br /&gt;
 rule0=&amp;amp;amp;lt;(/?)\w[^&amp;amp;amp;lt;]*?&amp;amp;amp;gt;&lt;br /&gt;
 rule1=(#\w+?\#)|(%\d+?%)&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;/okp:codeFinder&amp;gt;&lt;br /&gt;
 &amp;lt;/its:rules&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Copy To Clipboard&amp;lt;/cite&amp;gt; &amp;amp;mdash; Click this button to copy to the Clipboard the string corresponding to the rules defined in the dialog. If the &amp;lt;cite&amp;gt;XML aware&amp;lt;/cite&amp;gt; option is set the string is also escaped for XML. Once in the Clipboard the string can be pasted as-it into the configuration file of one of the filters that uses the code finder.&lt;br /&gt;
&lt;br /&gt;
[[Category:Rainbow]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>