<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/regexxer/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/regexxer/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/regexxer/feature-requests/</id><updated>2018-04-04T18:33:43.962000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>make syntax highlighting configurable</title><link href="https://sourceforge.net/p/regexxer/feature-requests/18/" rel="alternate"/><published>2018-04-04T18:33:43.962000Z</published><updated>2018-04-04T18:33:43.962000Z</updated><author><name>Oliver</name><uri>https://sourceforge.net/u/oliver1501/</uri></author><id>https://sourceforge.nete5e4f70fd96c9b9b124cdf6099abf7a9eb8e765d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;could the syntax highlighting made be configurable? I didn't find an option to turn if off.  There is only an option for changing the font, which does not work for the syntax highlighted text.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br/&gt;
Oliver&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>allow manual removal of folders and files</title><link href="https://sourceforge.net/p/regexxer/feature-requests/17/" rel="alternate"/><published>2014-09-22T12:36:06.045000Z</published><updated>2014-09-22T12:36:06.045000Z</updated><author><name>Noel Grandin</name><uri>https://sourceforge.net/u/grandinj/</uri></author><id>https://sourceforge.netc5665a108b0ea83eb9d0e527916951c8e0be1364</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes I would like to do a little manual tweaking of the set of the files I want to work on - it would be nice to be able to right-click on a file or folder and do a "remove from view" on it&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>colorise regexp entry fields</title><link href="https://sourceforge.net/p/regexxer/feature-requests/16/" rel="alternate"/><published>2014-06-20T08:12:31.904000Z</published><updated>2014-06-20T08:12:31.904000Z</updated><author><name>Noel Grandin</name><uri>https://sourceforge.net/u/grandinj/</uri></author><id>https://sourceforge.net23165e96fe8e0b098b5162d833ccaf9b4900d311</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for an awesome tool!&lt;/p&gt;
&lt;p&gt;It would be nice if the regular expression text entry fields had some basic coloring to indicate the differences between regular text and regexp command characters.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>option for literal matching</title><link href="https://sourceforge.net/p/regexxer/feature-requests/15/" rel="alternate"/><published>2012-06-19T11:33:02Z</published><updated>2012-06-19T11:33:02Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc2165e79a70826d558ad697a93afb58dfc2c40fb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Awesome tool!&lt;/p&gt;
&lt;p&gt;For doing search-and-replace work on code, it would be lovely if I had a tick-box for kicking it into "literal" mode where all of the characters were escaped.&lt;/p&gt;
&lt;p&gt;As an example, I am trying to replace&lt;br /&gt;
GetTxtFmt()-&amp;gt;Count()&lt;br /&gt;
with&lt;br /&gt;
GetTxtFmt()-&amp;gt;size()&lt;/p&gt;
&lt;p&gt;But I have to add 5 or 6 slashes into that to make it work because so many of the characters are meaningful to regex engine.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Keep last 10 directories used</title><link href="https://sourceforge.net/p/regexxer/feature-requests/14/" rel="alternate"/><published>2012-04-16T09:10:46Z</published><updated>2012-04-16T09:10:46Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net82c17e8eeedd4655f7ecaeace6a74f2e3d6185e0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It could be very useful to keep trace of the last directories used in regexer. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Abilitity to load list of files from external text file</title><link href="https://sourceforge.net/p/regexxer/feature-requests/13/" rel="alternate"/><published>2009-05-27T05:26:53Z</published><updated>2009-05-27T05:26:53Z</updated><author><name>Dov Grobgeld</name><uri>https://sourceforge.net/u/dov-g/</uri></author><id>https://sourceforge.net0f77462cb8beadcbb3f58944080ee4dbe093ec6b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the list of files to be worked on is generated by the three fields "Pattern", "recursive" and hidden. Sometimes the list of files is more complex than what can be generated by this command. For such a cases it would be nice if the list of files can be generated externally and then loaded into regexxer.&lt;/p&gt;
&lt;p&gt;I suggest the following changes:&lt;/p&gt;
&lt;p&gt;1. Add menu entry File/Load file list that calls action load_file_list&lt;br /&gt;
2. In load_file_list open up a GtkFileChooserDialog.&lt;br /&gt;
3. Create a callback for accepting a list filename.&lt;br /&gt;
4. Foreach line in the file check if it is an existing filename (this should preferably be relative to the list filename).&lt;br /&gt;
5. Add the basename of the filename to filelist widget.&lt;/p&gt;
&lt;p&gt;This interface will make the FindFiles input inconsistent with the contents of the file list, but that is anyhow the case right now since the Pattern entry may be edited without pressing the Find files button.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Ability to save Pattern, Search &amp; Replace configuration</title><link href="https://sourceforge.net/p/regexxer/feature-requests/12/" rel="alternate"/><published>2009-02-05T12:26:11Z</published><updated>2009-02-05T12:26:11Z</updated><author><name>Damjan Kužnar</name><uri>https://sourceforge.net/u/userid-2379573/</uri></author><id>https://sourceforge.netff85e0d7c3cf70626b8119a2419342727951629b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In my work I would found it useful to have the ability save a current configuration of file "Pattern", regex "Search" and "Replace" - like a "Project" or something. This way, the next time I would have to perform the same search&amp;amp;replace I could simply load previously saved configuration.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Custom tab widths</title><link href="https://sourceforge.net/p/regexxer/feature-requests/11/" rel="alternate"/><published>2008-11-19T08:32:27Z</published><updated>2008-11-19T08:32:27Z</updated><author><name>Tim Jones</name><uri>https://sourceforge.net/u/timjones/</uri></author><id>https://sourceforge.net36a7ad92d30d408269716fd5c0fcd4e109f553f7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As the summary says, tab widths other than the default (of 8) would be handy.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Feature request: cache old searches</title><link href="https://sourceforge.net/p/regexxer/feature-requests/10/" rel="alternate"/><published>2007-08-02T10:36:24Z</published><updated>2007-08-02T10:36:24Z</updated><author><name>Sinisa Segvic</name><uri>https://sourceforge.net/u/ssegvic/</uri></author><id>https://sourceforge.neta68556bd4e8b94bf1a5aa6dc1681adfb0fb62162</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When inspecting a software project &lt;br /&gt;
written by somebody else,&lt;br /&gt;
some searches are performed over and over again.&lt;/p&gt;
&lt;p&gt;It would be cool if regexxer had a new button,&lt;br /&gt;
next to the existing Find button.&lt;br /&gt;
The new button would be labeled "Recall",&lt;br /&gt;
and it would just present the cached results&lt;br /&gt;
of the previous search with the same string.&lt;br /&gt;
The button would be inactive if the search string&lt;br /&gt;
has not been used before in this session.&lt;/p&gt;
&lt;p&gt;To make it even easier, one could promote the edit boxes&lt;br /&gt;
for Search and Replace to drop-down boxes&lt;br /&gt;
thus allowing to recall a regular expression &lt;br /&gt;
carefully constructed five minutes ago.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Multi-Line search&amp;replace</title><link href="https://sourceforge.net/p/regexxer/feature-requests/9/" rel="alternate"/><published>2006-09-13T13:04:29Z</published><updated>2006-09-13T13:04:29Z</updated><author><name>Gregor</name><uri>https://sourceforge.net/u/aguafuertes/</uri></author><id>https://sourceforge.netae26704def00a28ab28aa760a1b46beae0e21d75</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, I know this feature has already been requested, I&lt;br /&gt;
just wanted to emphasize how nice it would be to have :)&lt;/p&gt;
&lt;p&gt;Best regards!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>