|
Replies:
3
-
Pages:
1
-
Last Post:
Aug 9, 2010 8:48 AM
by: Rich Jesse
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Beta 10.6.0.24 released
Posted:
Jul 29, 2010 11:06 AM
|
|
|
Params Window
Renamed "Code" to Procedure Anonymous Block Added a tab to view the original source code for the procedure to be executed.
Toad Improvement Program
The Toad Feedback program initiated in Toad 10.5 has been updated to now capture non-identifiable information on a periodic basis, rather than once per installation. This will help us better keep up-to-date with how our users are using Toad. Participation in this program is completely optional, but is highly recommended in order to help us improve the product for you, our users.
The first time you run this beta, you will be prompted to opt-in / opt-out of participation in this program. It should automatically default to what you had previously selected in Toad. You can change this setting at any time by going to the "Startup" page of the Toad Options window.
Note:
When you first run this beta, in addition to the participation selection, you will also be reminded of the OEM Restrictions window and the Initial Toad Tip window. These will only appear once. You should not be reminded of them again.
|
|
|
|
|
|
|
Odd results in MOE Replace All
Posted:
Jul 29, 2010 12:12 PM
in response to: Brad Boddicker
|
|
|
In .24 (yay!) I'm seeing repeatable odd results in the Editor's "Replace All".
1) Paste this awful code into MOE (copied from MS x-hell, thus the garbage):
SQL Statement "SELECT DISTINCT fl2.flnumb, fl3.fladlm FROM ( SELECT flnumb FROM ( SELECT DISTINCT flnumb, fladlm FROM f1202 fl ) GROUP BY flnumb HAVING COUNT(*) > 1 ) fl2, f1202 fl3 WHERE fl2.flnumb = fl3.flnumb"
2) Hit <CTRL-R> 3) "fl" for "Text to find" 4) "waf" for "Replace with" 5) Click "Replace All"
All but the last two "fl" occurrences are replaced.
Secondly, I'm glad to see the "Replace with template" option for Regex replaces, but:
1) Paste text from above. 2) Hit <CTRL-R> 3) "\ \ " for "Text to find" 4) "\t" for "Replace with" 5) Check "Regular expression" 6) Check "Replace with template" 7) Click "Replace all"
Oddly, the "TI" in the inner "DISTINCT" is converted. However, a single "Replace" done repeatedly works as expected. I haven't checked the first scenario to see if it acts the same.
TIA!
Rich -- [TeamTab]
Disclaimer: "Give me a Tab." "Tab? I can't give you a tab unless you order something." "All right, give me a Pepsi Free." "You want a Pepsi, pal, you're gonna pay for it!"
|
|
|
|
|
|
|
RE: Odd results in MOE Replace All
Posted:
Aug 3, 2010 12:53 PM
in response to: Rich Jesse
|
|
|
Thanks. 1 is fixed for sure. 2 should be. I can't reproduce your example exactly, but I did set my tab option to the dreaded "Tabs" setting and enabled the "Show control characters" option to see what was going on and what I noticed was nothing short of chaotic. After fixing a Replace All bug with RegEx that was logged by QA and testing again all looks normal. Try again next beta.
Michael
|
|
|
|
|
|
|
RE: Odd results in MOE Replace All
Posted:
Aug 9, 2010 8:48 AM
in response to: Michael Staszew...
|
|
|
Hey Michael,
> Thanks. 1 is fixed for sure. 2 should be. I can't reproduce your example > exactly, but I did set my tab option to the dreaded "Tabs" setting and > enabled the "Show control characters" option to see what was going on and > what I noticed was nothing short of chaotic. After fixing a Replace All bug > with RegEx that was logged by QA and testing again all looks normal. Try > again next beta.
Everything's looking just peachy in the Search/Replace world in .27.
Thanks!!!
Rich -- [TeamT]
Disclaimer: I hate those meeces to pieces!
|
|
|
|
Legend
|
|
Guru: 2001
+
pts
|
|
Expert: 751
- 2000
pts
|
|
Enthusiast: 31
- 750
pts
|
|
Novice: 0
- 30
pts
|
|
Moderators
|
|
Helpful answer
(5 pts)
|
|
Answered
(10 pts)
|
|