looking for ddedit or a replacement command

looking for ddedit or a replacement command

Migumby
Advocate Advocate
1,149 Views
8 Replies
Message 1 of 9

looking for ddedit or a replacement command

Migumby
Advocate
Advocate

Hello,

I upgraded from AutoCad 2014 to 2016 recently, and found out that the ddedit command is now gone.

I used it to make changes to single line text.

It was replaced with the tedit command that doesn’t work the same way (I think its inferior).

 

does anyone know how to get it back, or know of a similar routine?

 

 

 

0 Likes
Accepted solutions (1)
1,150 Views
8 Replies
Replies (8)
Message 2 of 9

paullimapa
Mentor
Mentor

Could you explain what you get with the DDEDIT command in AutoCAD 2014 which you no longer get with the TEXTEDIT command in AutoCAD 2015/2016?

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 9

scot-65
Advisor
Advisor
Perhaps you overlooked the TEXTED system variable?
Have you tried double-clicking the text object instead?
We used to have a PGP "DE", but I personally have not
used this since double-clicking became available...

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 4 of 9

Migumby
Advocate
Advocate
I liked to be able to close the command with hitting the enter button (just the same as using the line command).
I also got used to typing "ed" and have the command continue with multiples.

0 Likes
Message 5 of 9

paullimapa
Mentor
Mentor
Accepted solution

You can still use the ED command in AutoCAD 2016 just like you did in AutoCAD 2014 and it will allow you to hit Return to close the command. 

But as you pointed out, the command does not automatically repeat itself.  Instead you'll have to hit Return again for the command to repeat. 

I've come up with the attached LISP function to fix this problem.  Just save ED.LSP in a folder location that you've set in AutoCAD as "trusted" (Options>Files>Trusted Location) and then put it in your Startup Suite Content using APPLOAD command.  Then everytime you start AutoCAD 2016, you can again use the ED command just like you did in AutoCAD 2014.

 

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 6 of 9

Migumby
Advocate
Advocate
thank you for your help.
Is there any way to get it to close with the return button (pressing it twice)?
0 Likes
Message 7 of 9

paullimapa
Mentor
Mentor

Unfortunately No.  In order for the Multiple command to terminate, you'll have to hit the Esc button.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 8 of 9

Migumby
Advocate
Advocate

Thank you for all of your help.

I guess I'll just have to get used to hitting Esc key to end the command.

Your lsp was very helpfull.

0 Likes
Message 9 of 9

paullimapa
Mentor
Mentor
0 Likes