LeassTaTT / zscreen

Automatically exported from code.google.com/p/zscreen
1 stars 2 forks source link

Edit Regexp does nothing #757

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the custom uploader
2. Add a site
3. Add a regexp to parse the output
4. Try and edit that regexp
5. Clicking the edit button makes nothing happen

What is the expected output? What do you see instead?
Expected result is being able to edit the regexp, for instance by moving the 
regexp to the edit box.

What version of the product are you using? On what operating system?
Copy text from Debug tab

ZScreen 4.9.0 rev 3000 on Windows 7 x64

Referenced assemblies:
FreeImageNetLib, Version=1.0.0.3000, Culture=neutral, PublicKeyToken=null
DavuxLib, Version=1.0.0.3000, Culture=neutral, PublicKeyToken=null
System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GradientTester, Version=3.0.0.3000, Culture=neutral, PublicKeyToken=null
GreenshotPlugin, Version=0.8.1.3000, Culture=neutral, PublicKeyToken=null
System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Newtonsoft.Json.Net35, Version=4.0.2.0, Culture=neutral, 
PublicKeyToken=30ad4fe6b2a6aeed
System.ComponentModel.DataAnnotations, Version=3.5.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35
System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089
System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Xml.Linq, Version=3.5.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089
ZScreenLib.XmlSerializers, Version=3.9.0.2983, Culture=neutral, 
PublicKeyToken=null
simasysi, Version=4.9.0.3000, Culture=neutral, PublicKeyToken=null
8msv5z-a, Version=4.9.0.3000, Culture=neutral, PublicKeyToken=null
Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35
UploadersLib.XmlSerializers, Version=4.0.0.24952, Culture=neutral, 
PublicKeyToken=null
r1zbs6hx, Version=4.0.0.32055, Culture=neutral, PublicKeyToken=null
b85nmi8n, Version=4.9.0.3000, Culture=neutral, PublicKeyToken=null
WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
PresentationCore, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35

Please provide any additional information below.

Original issue reported on code.google.com by thomwigg...@gmail.com on 24 Feb 2012 at 11:04

GoogleCodeExporter commented 9 years ago
Edit button replacing selection text with text from textbox.

Original comment by flexy...@gmail.com on 24 Feb 2012 at 11:45

GoogleCodeExporter commented 9 years ago
How does that edit? With edit I expect to be able to modify info that's already 
there. This is annoying for testing big regexps, like parsing a json reply.

Original comment by thomwigg...@gmail.com on 24 Feb 2012 at 11:47

GoogleCodeExporter commented 9 years ago
I'm using http://www.ultrapico.com/Expresso.htm for test regex and later add 
them.
What you suggest it to be? When selection change in listbox writing that to 
textbox?

Original comment by flexy...@gmail.com on 24 Feb 2012 at 11:58

GoogleCodeExporter commented 9 years ago
Either rename the "Edit" button to "Replace" (current behaviour) or have a way 
to fetch what's already in the box and change that.

Original comment by thomwigg...@gmail.com on 25 Feb 2012 at 12:00