Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Switching Text Editors?

6 REPLIES 6
Reply
Message 1 of 7
Anonymous
160 Views, 6 Replies

Switching Text Editors?

I would like to use a different text editor in AutoCad. Anybody know how to
make a different editor the default so that AutoCAD will use it
automatically?
Thanks

--
Kyle Peters
CAD Technician
Lyon County, Iowa
6 REPLIES 6
Message 2 of 7
Anonymous
in reply to: Anonymous

Type "OPTIONS" at the command line. Click the "Files" tab. Expand "Text
Editor, Dictionary, and Font File Names" branch. Expand first item, "Text
Editor Application" Change the value to you preferred editor.
-Adam

Kyle Peters wrote:

> I would like to use a different text editor in AutoCad. Anybody know how to
> make a different editor the default so that AutoCAD will use it
> automatically?
> Thanks
>
> --
> Kyle Peters
> CAD Technician
> Lyon County, Iowa
Message 3 of 7
Anonymous
in reply to: Anonymous

MText editing, or external text file editor (Edit command)?

For external editor, modify your Acad.pgp file.
For MText editor, modify Preferences.

--
R. Robert Bell, MCSE
http://www.acadx.com


"Kyle Peters" wrote in message
news:2C44F7973316072F32715E3D9E8D93C3@in.WebX.maYIadrTaRb...
| I would like to use a different text editor in AutoCad. Anybody know how
to
| make a different editor the default so that AutoCAD will use it
| automatically?
| Thanks
|
| --
| Kyle Peters
| CAD Technician
| Lyon County, Iowa
|
|
Message 4 of 7
Anonymous
in reply to: Anonymous

Use the MTEXTED system variable to change the text editor, and include
the path and file name of the executable file.
For example, C:\WINNT\system32\notepad.exe.

Change the value for the MTEXTED system variable back to internal or a
period (.) if you want to restore the use of the default editor for
multiline text.

--
Ed Braam
"Kyle Peters" wrote in message
news:2C44F7973316072F32715E3D9E8D93C3@in.WebX.maYIadrTaRb...
> I would like to use a different text editor in AutoCad. Anybody know how to
> make a different editor the default so that AutoCAD will use it
> automatically?
> Thanks
>
> --
> Kyle Peters
> CAD Technician
> Lyon County, Iowa
>
>
Message 5 of 7
Anonymous
in reply to: Anonymous

Thanks Guys, I am trying use editpad lite as an internal text editor to give
me more flexibility for text. I got it to pop up when I try to do
multiline text. My question is, after typing in text how do I get it to show
in drawing? Do I have to save it as something special or location?
Thanks, Kyle
Message 6 of 7
Anonymous
in reply to: Anonymous

ACAD gives it a temporary file name and when you save and exit acad puts it
in the drawing automatically.

--
Tim Skene

PRO Menu - The Productivity Toolbox for AutoCAD
www.multicim.com/pmenu.html
Message 7 of 7
Anonymous
in reply to: Anonymous

(defun C:MED () (command "._mtexted" "."))
(defun C:NED () (command "._mtexted" "NOTEPAD"))

Best way to handle MTEXT if you are using the control codes as the
internal editor doesn't handle ALL of them.

Kyle Peters wrote:
>
> I would like to use a different text editor in AutoCad. Anybody know how to
> make a different editor the default so that AutoCAD will use it
> automatically?
> Thanks
>
> --
> Kyle Peters
> CAD Technician
> Lyon County, Iowa

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost