Search found 2 matches

by jreyes1000
Wed Jul 16, 2003 7:18 am
Forum: General
Topic: How to search for numbers greater than less than?
Replies: 2
Views: 532

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: 15422

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 ...