Search found 4 matches

by jreyes1000
Fri Oct 17, 2003 11:15 am
Forum: Enhancement Suggestions
Topic: Enhancement Request - SQL
Replies: 1
Views: 396

The other option is to find a SQL Formatter that can be called from a DOS command line. I've asked QUEST if their PL/Formatter product can be invoked from the command line and both times they gave me the standard "we've created an enhancement request for your problem"... Just my 2Cents.. JR
by jreyes1000
Sat Sep 27, 2003 11:00 am
Forum: Enhancement Suggestions
Topic: Window Split - Verticle
Replies: 11
Views: 849

In Mudguard's example, The scroll settings of the upper left panel is independent of the settings for the lower right . I agree that it is a lot of wasted real-estate... but a possible work around.. The other option would be to open two sessions of Textpad for the same file... just my 2cents...
by jreyes1000
Wed Jul 16, 2003 7:18 am
Forum: General
Topic: How to search for numbers greater than less than?
Replies: 2
Views: 195

Assuming that all your records are prefixed with 'DBQueryTime="', you can do a numeric sort starting on position 14. For example: - Open your file. - Navigate Tools --> Sort - Fill in.. First Key: From: 14 First Key: Length: Sort Order: Ascending Comparison: Numeric (<--- very important...)
by jreyes1000
Tue Jul 15, 2003 9:20 am
Forum: General
Topic: Customizing the current line highlight (v4.7)
Replies: 17
Views: 2593

Customizing the current line highlight (v4.7)

Can I customize the line highlight by: - change the background OF THE ENTIRE LINE. (Not just of top and bottom borders..). - remove the broken lines on the top and bottom borders. I write a lot of pl/sql and use a lot of '_' (underbar) and the borders make the code harder to read. Thanks for any tip...