Search found 80 matches

by tcebob
Sun May 15, 2005 7:55 pm
Forum: General
Topic: Find begin/end of selection
Replies: 1
Views: 255

Find begin/end of selection

Can't find a way to do it, either directly or with regular expressions. Only way I can think of is to make a macro to copy it to a new file, mark the beginning and end with some outrageous character and copy it back.

Anything more straightforward?

tcebob
by tcebob
Sun May 15, 2005 7:46 pm
Forum: General
Topic: Outline on current line
Replies: 3
Views: 398

Yes! It works. I am revising my world view: The foreground of the Current Line isn't the text, it is the dashed outline. But the Item list doesn't reflect that; it shows dark yellow characters on a light yellow background.

PS: Why dark yellow?

Thanks
tcebob
by tcebob
Mon May 09, 2005 3:56 pm
Forum: General
Topic: Outline on current line
Replies: 3
Views: 398

Outline on current line

Can it be made to go away? It interferes with underlines. I have the current line highlighted with very pale yellow and would be happy just with that.

tcebob
by tcebob
Tue Feb 15, 2005 5:43 pm
Forum: General
Topic: Slightly OT:Monospaced Fonts
Replies: 22
Views: 2682

I have had reasonable luck with Monospace821 BT, which seems pretty prevalent. However, I have my setup to Fixedsys (1024x768). Works fine.

tcebob
by tcebob
Sun Nov 07, 2004 4:08 pm
Forum: General
Topic: New macro icons?
Replies: 3
Views: 523

New macro icons?

I'd like to add toolbar icons for several of my macros. Doesn't seem possible but maybe I'm missing something.

rs
by tcebob
Wed Sep 01, 2004 5:50 pm
Forum: General
Topic: Split window but not follow.
Replies: 4
Views: 428

Admittedly, I don't gusee very much any more. But I still supoose.

rs
by tcebob
Wed Sep 01, 2004 5:47 pm
Forum: General
Topic: Split window but not follow.
Replies: 4
Views: 428

Yes, it's right there on the config pull-down. But it only works in one direction. What I had in mind was 2 vertical views of the same file but in different places. This would greatly facilitate cloning repetitive code or checking for small differences. I resolved the problem by making a copy of the ...
by tcebob
Tue Aug 31, 2004 5:26 pm
Forum: General
Topic: Split window but not follow.
Replies: 4
Views: 428

Split window but not follow.

Is it possible? I want to compare two similar areas in the same file.

tcebob
by tcebob
Sun Aug 29, 2004 2:11 pm
Forum: General
Topic: AutoLISP
Replies: 7
Views: 818

On its way!

I will also post it to autodesk.autocad.customer-files at discussion.autodesk.com.

rs
by tcebob
Sat Aug 28, 2004 9:44 pm
Forum: General
Topic: AutoLISP
Replies: 7
Views: 818

Look for Lisp.Syn at about 52K. If you can't find it give a holler and I'll send it along. Very exhaustive. It's an education just reading it to see all the vla commands.

rs
by tcebob
Sat Aug 28, 2004 6:52 pm
Forum: General
Topic: Sort in a macro waits for user accept.
Replies: 0
Views: 125

Sort in a macro waits for user accept.

I have a little macro that sorts indented groups of lines:

ahsjdfkl
>ghjek
>sdfjkl

bjklddp
>chjk
>vuio49

etc.

all goes well until the sort box, which comes up and hangs until I hit enter. Then the macro completes. How can I sort in a macro hands-off?

thanks

Tcebob
by tcebob
Sat Jun 12, 2004 3:05 pm
Forum: General
Topic: Balance parens
Replies: 0
Views: 214

Balance parens

I use TP to edit Visual Lisp programs, which are rich in parentheses.

Is it possible to create a macro to evaluate a selection and identify an unmatched ( or )? Match Bracket will verify that a function is complete but can't pinpoint the place where a missing paren throws off the balance.

tcebob
by tcebob
Sat Jun 12, 2004 2:53 pm
Forum: General
Topic: Change colour of just img in source
Replies: 1
Views: 189

You could create a Syntax file for just this word. How to do this is well described in Help and there are several files already included that you can read, copy and modify for your own use. If you are already using a syntax file find some unused heading and put the word there.

tcebob
by tcebob
Fri Jun 04, 2004 1:34 am
Forum: General
Topic: Vertical scroll bar missing in one document
Replies: 0
Views: 92

Vertical scroll bar missing in one document

Presently 3 documents loaded. 2 show vert and horiz bars as configured in Preferences but the third does not. I couldn't find any options for this in View/Document Properties. File is 2200 lines, so I'd really like it back.

tcebob
by tcebob
Fri Feb 20, 2004 6:21 pm
Forum: General
Topic: Document Tabs
Replies: 1
Views: 162

Document Tabs

Is it possible to highlight the current document tab? As it is, the active tab is not very distinguishable from the others.

Or is this a wish list item?

rs