Messages - DeVamp [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 25next
11
Skwire Empire / Re: Release: sChecklist
« on: November 26, 2015, 02:41 AM »
My Lord Skwire,

Something about the resizing (of columns).

When you resize the app or move the splitter, the column entries in the details view gets resized to 100% width.
Witch is nice :)

But when you use the "View" --> "Reset splitter position", that entries column does not resize to 100% width.

Just a minor hickup in an awesome tool. :)

12
Ow indeed. nice that you get the explanation of the regex.

Thanks :)

13
Announce Your Software/Service/Product / Re: WildGem 1.1
« on: November 19, 2015, 02:59 AM »
THis is cool to learn/use regex.
Thank you for the tool.
After OpalCalc, that the 2nd tool from you I will be using :)

One little remark: It would be nice if you provide a min form size, so that we don't end up with screens like this:
ss_2015_11_19_09_57_41.png

14
DeVamp, you can try with vers. 0.19 and use hamradio's regex, but use <\1lane\2> as replacement text. Then compare the output with what WildGem gives you and tell me if it's the same ;D.

\1 will be replaced with what's captured for the first group (defined by the () in the regex), \2 by what's in the second group, etc.

Still glad someone finds TIMU useful! :Thmbsup:
Ow yeah....... This is awesome...... the possibilities......

Thank you very much.

It is just an awesome tool. :)
I use it almost daily. :)


I am a user of both TIMU and WildGem so in the meantime while it gets worked on for this one...you can do it with WildGem which can be found on DonationCoder forum as well at: https://www.donationcoder.com/forum/index.php?topic=41103.0

I used <(/?)(\d+?)> for regex and for replacement text <$1lane$2>.

It worked with your example. :)
This is also a nice tool to create the regex expression.
Thanks for the link :)

15
Hey,

I have a question about the replace regex.

I have an XML file (simplified as example)
<road>
  <1>
    <car color="red">car1</car>
    <car color="blue">car2</car>
    ...
  </1>
  <2>
    ...
  </2>
  <3>
    ...
  </3>
... till <39>
</road>

Now I was hoping I could change the <1></1> till <39></39>
into <lane1></lane1> till <lane39></lane39>

I use <[0123456789]> as Search regular expression, and that selects the first tags correctly.
But I have no clue how to provide something from the searched text into the replacement text.

Could you explain a bit how to use the regex replace.

Thank you.

Pages: prev1 2 [3] 4 5 6 7 8 ... 25next
Go to full version