ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

ReEx Builder and Path Editor

(1/2) > >>

kevinjmills:
Hi All,  Just wanted to share a couple of simple, but useful utilities that I've put together.  I'm the author of both programs and they are free to use donationware titles.  Screen shots courtesy of ScreenShot Captor (thanks Mouser!).  Both programs are written in C# and use .NET 2.0.  Neither program contains any adware, spyware, or any other malware, and do not attempt to surreptitiously connect to any websites.  Both are essentially portable, but do require the .NET 2.0 framework be installed.  Both were initially written more than a year ago, but have recently been overhauled and updated.  I hope you find one or both utilities useful.

RegEx Builder
The first offering is RegEx Builder.  I built this tool because I do not use regular expressions on a regular basis and so I end up "relearning" them every time I need one.  This utility makes it very simple to build expressions on an as needed basis, and to save expressions, and expression building blocks, for future use.  The key usability feature of RegEx Builder is that it evaluates your expression against target text in real-time as your are editing the expression, thus eliminating the old (and seemingly endless) edit-compiler-test development loop.  Another simple, but immensely useful feature is the ability to break the regular expression onto multiple lines for clarity.  Expressions under construction, target text, and options can be saved to and loaded from files.  A help file is included.

ReEx Builder and Path Editor
RegEx Builder HomepageDirect Download Link
Path Editor

The second offering is Path Editor.  If you've ever needed to modify the system PATH environment variable on a Windows machine then you know how sub-optimal the built-in tools are.  In my professional software development life (the one that pays the mortgage) this is something that happens a lot due to the nature of the work.  Path Editor is just a friendly easy-to-use front end for editing the system and user PATH environment variables.  It supports full drag-and-drop operations to: rearrange items in either list; move items from one list to the other; and drop directories from dragged in from Windows Explorer into either list.

ReEx Builder and Path Editor
Path Editor HomepageDirect Download Link
Above I stated that neither program connects surreptitiously to any website.  In the interest of full disclosure, each application will, if you choose, start a browser and go to my Paypal page for making donations.  This, of course, is entirely under your control.


mouser:
Great to see you sharing your stuff with us Kevin  :up: :up:

housetier:
Too bad RegEx Builder doesn't run with mono. I get this error message:


--- ---housetier@io:~/.wine/drive_c/Programme/RegEx Builder$ mono RegExBuilder.exe
Unhandled Exception: System.ArgumentException: Value does not fall within the expected range.
  at System.Windows.Forms.Layout.TableLayout.CalculateControlPositions (System.Windows.Forms.TableLayoutPanel panel, Int32 columns, Int32 rows) [0x00000]
  at System.Windows.Forms.TableLayoutPanel.GetPreferredSizeCore (Size proposedSize) [0x00000]
  at System.Windows.Forms.Control.GetPreferredSize (Size proposedSize) [0x00000]
  at System.Windows.Forms.Control.get_PreferredSize () [0x00000]
  at System.Windows.Forms.Control.set_MinimumSize (Size value) [0x00000]
  at RegExBuilder.RegexForm.InitializeComponent () [0x00000]
  at RegExBuilder.RegexForm..ctor () [0x00000]
  at (wrapper remoting-invoke-with-check) RegExBuilder.RegexForm:.ctor ()
  at RegExBuilder.Program.Main () [0x00000]

Mono is the .NET implementation for linux.

kevinjmills:
I've never tried it under mono.  My first guess might be, and this is just a guess, that maybe mono doesn't support setting the column width on a listview to -2 to auto-fit the width to the control.  I could be wrong though.  (Edited)  Looking at the stack trace again, I'm guessing it's not related to the -2 setting, but to something in the single table-layout panel that I'm using.  Not sure how to debug it, but I'll look into it a little.  It would be good to see it run under mono.

I've also received a report that RegEx Builder, for some reason, requires admin rights on Vista to run properly.  That is certainly not the intent so I'm trying to track that down too.

kevinjmills:
Funny, I just saw Mouser's post about Regular Expression Designer.

Navigation

[0] Message Index

[#] Next page

Go to full version